-
-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to version 11.0 #482
Comments
partner_create_by_vat will not be migrated, Odoo's module "base_vat_autocomplete" is doing the same things...should i do something else since the module will be deprecated? |
OK, noted |
@pedrobaeza : partner_contact_in_several_companies and partner_contact_personal_information_page |
Seems like I'll leave you the judge of that though Edit: perhaps it's actually |
@pedrobaeza : partner_contact_birthdate, partner_contact_gender, partner_contact_nationality, partner_contact_personal_information_page |
@dbo-odoo I agree, partner_sector is like res.partner.industry introduced in Odoo 11. You can manage the sectors / industry types in: Contacts --> Configuration --> Sectors of activity |
Then it should get migrated by OpenUpgrade possibly. |
Well, there's no 1:1 feature mapping, as parner_sector includes a many2many field for indicating secondary sectors, and also the included sector in standard data is not what everyone can consider as their current sectors. To be investigated further... |
The functionality provided by module Can we remove |
We should analyze it then in OpenUpgrade for a smooth migration from v10 |
base_partner_sequence #531 |
partner_auto_salesman #542 |
base_partner_merge #545 |
portal_partner_merge #546 |
base_vat_sanitized #552 |
It seems like most migrations to v11 stopped for partner-contact anything I can do here? |
Well, if you are interested in any module, you can:
|
I would like to contribute on the migration of partner_multi_relation. I could do this tomorrow. @NL66278 have you already begin at Therp ? |
@ddufresne We have not started migration to 11.0, but we still have an outstanding PR for 10.0 that has a refactoring for easier extention. If you migrate, I would suggest to take that as a starting point. #497 |
@NL66278 sure, already gave my thumbs up for the refactoring. I will start from there. |
partner_multi_relation #564 |
partner_coc #611 |
@pedrobaeza partner_contact_gender now migrated here: #662. There is a message about Yairo Llopez not having signed the CLA, but this is about existing code already merged in other branches. Besides that, I think it is more of a problem of changed email or something like that. |
About the CLA claim, it's because the CLA bot has been reworked recently because it was not working correctly, so maybe some missing CLAs that weren't detected previously are now claimed. There's also another fact: on v6.1/v7, when OCA started, there was a massive dump of existing module from openerp-extra mega-repository without claiming the CLA, and now as we are importing full commit history, this might arise again. Don't worry about that, and we will normalize missing CLAs step by step. |
partner_contact_personal_information_page - By @jprobineau - #511 is closed and superseded By @njeudy - #507 that is already merged (there are the migration of partner_contact_personal_information_page and partner_contact_in_several_companies in the same PR) Please, check in the list partner_sector - By @mreficent - #619 because it is already merged and renamed as -> partner_industry_secondary check in the list partner_contact_lang - By @cristinamartinrod - #636 Please add to the list partner_ref_unique - By @cristinamartinrod - #626 that is already migrated and merged There is a PR for the migration of partner_company_type - By @daramousk - #660 Please, add to the list partner_noncommercial - By @lfreeke - #657 Please, add to the list partner_email_check - By @denislour - #543 Please, add to the list partner_contact_role - By @simahawk - #524 |
It seems that partner_contact_configuration is not needed in V11 because these menus are included in the contacts module in core, and they are available for any user included in group base.group_system |
OK, thanks for noting it |
partner_academic_title migrated in #719 |
Please, check partner_academic_title - By @luismontalba - #719 that is already merged |
Unfortunately partner_street_number is not completely covered by base_address_extended, as in that module the street fields are not split for contacts in the main partner form... |
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. |
Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0
Modules to migrate
By @jprobineau - 11.0 mig partner contact birthdate #509By @Olivier-LAURENT - [11.0][MIG] partner contact birthdate #617partner_contact_configurationNot needed anymoreBy @jprobineau - 11.0 mig partner contact gender #510By @NL66278 - [11.0] mig partner contact gender #662By @jprobineau - 11.0 mig partner contact personal information page #511By @njeudy - [11.0] mig partner contact in several companies #507partner_create_by_vat-Same as Odoo core base_vat_autocompletepartner_street_number- Covered in core with base_address_extended moduleThe text was updated successfully, but these errors were encountered: