OCA / server-tools

Tools for Odoo Administrators to improve some technical features on Odoo.
https://odoo-community.org/psc-teams/tools-30
GNU Affero General Public License v3.0
688 stars 1.48k forks source link

Migration to version 10.0 #565

Closed pedrobaeza closed 2 years ago

pedrobaeza commented 8 years ago

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-10.0

Modules to migrate

tarteo commented 7 years ago

Can you assign module_prototyper to me, please. Thank you!

pedrobaeza commented 7 years ago

Done

StephanRozendaal commented 7 years ago

Can you assign users_ldap_mail and users_ldap_populate to me? Thanks!

lasley commented 7 years ago

@StephanRozendaal done

aktaaf commented 7 years ago

Hi all,

I need auditlog on odoo 10.0 commnuity. The module can be installed on odoo 10 successfully but there will be no "Reporting / Audit / Rules" menu!

Any help will be appreciated.

Thank you in advance Aktaaf

sharkende commented 7 years ago

Hi, Can you assign auth_signup_verify_email to me ? Thanks a lot !

pedrobaeza commented 7 years ago

Done

jvOrsouw commented 7 years ago

I'm having trouble creating date ranges. The regular months is no problem, but I also would like an opening period from 01-01-2017 to 01-01-2017. I get an error saying that end date must be later than start date.

StephanRozendaal commented 7 years ago

Just sent a pull request for the auth_supplier module.

lasley commented 7 years ago

Thanks @StephanRozendaal - tagged you to it

cmsalmeida commented 7 years ago

Hi I'll migrate:

florian-dacosta commented 7 years ago

@cmsalmeida There is an existing PR for attachment_base_synchronize : https://github.com/OCA/server-tools/pull/763

You can review it.

For external_file_location, no PR for now, feel free to migrate it indeed. Thank you

cmsalmeida commented 7 years ago

Hi, I'll migrate:

cmsalmeida commented 7 years ago

@florian-dacosta I didn't saw it in top list. But how could I migrate external_file_location without migrating attachment_base_synchronize dependency? How to have both in same branch?

Garamotte commented 7 years ago

You can create a branch based on the PR's branch, and rebase on 10.0 when the PR is merged.

cmsalmeida commented 7 years ago

git fetch origin refs/pull/763/head:10.0-mig-external_file_location git format-patch --stdout origin/10.0..origin/9.0 -- external_file_location | git am -3 would this be ok? so I can start migrating...

yajo commented 7 years ago

Here you have the docs for checking out a PR locally: https://help.github.com/articles/checking-out-pull-requests-locally/ And here to migrate an addon to v10: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-10.0 😊

flachica commented 5 years ago

I want to migrate the kpi module. To make the announcement that is commented here is this comment enough?

pedrobaeza commented 5 years ago

Yes, it's enough :smiley: Check #1423 for possible similarities

github-actions[bot] commented 2 years ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.