-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
[MIG] partner_identification: Migration to 15.0 #1436
[MIG] partner_identification: Migration to 15.0 #1436
Conversation
/ocabot migration partner_identification |
@jdidderen-noviat Thanks for this. Could you follow migration guide ? https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0 Especially the Full process part (inversing branches in git format-patch command) ? You must keep commit authorship from @marielejeune ones |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code and test
I think @marielejeune do the work in V16 and here we patch from v14 .. so .. he add marielejeune as contributor .. that ok for me I think :) |
* [IMP] improve module description * [IMP] Remove useless comments * [FIX] Complete incomplete sentence * [IMP] Replace field 'state' by 'status' in res_partner_id_number * [IMP] Add new field 'Place of Issuance' * [FIX] Readme formatting * [IMP] status is now a selection field * [IMP] use method to provide the default value for validation_code * [IMP] Add help texts * [FIX] Add missing constrains on category_id in res_partner.id_number The number must be validated also when we change the category
Allow for context override of validations using ``id_no_validate``
OCA#419) * [IMP] partner_identification: Add field computation and inverses * Add methods to allow for computation and inverse of an ID field of a specific category type * [IMP] partner_identification: Add search option
[FIX] Tests [FIX] data sequence Fix openerp to odoo in comment [REM] at_install, post_install [ADD] Model descriptions [REM] Extra spaces
Currently translated at 97.9% (46 of 47 strings) Translation: partner-contact-12.0/partner-contact-12.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_identification/it/
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: partner-contact-12.0/partner-contact-12.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_identification/
Currently translated at 97.9% (46 of 47 strings) Translation: partner-contact-12.0/partner-contact-12.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_identification/es/
6073506
to
7e447ab
Compare
@rousseldenis Sorry for the delay. I was a bit silly when I did this PR. I did the format patch from 14.0 to 15.0 and then cherry pick the changes from @marielejeune instead of format patching from 16.0 to 15.0 @njeudy It was exactly that. Thanks for the reviews :) |
This PR has the |
@jdidderen-noviat Please squash some of the translation commits (for instance the consecutive ones for Croatian or Italian). |
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: partner-contact-16.0/partner-contact-16.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_identification/ Translated using Weblate (Italian) Currently translated at 87.7% (43 of 49 strings) Translation: partner-contact-16.0/partner-contact-16.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_identification/it/ Translated using Weblate (Italian) Currently translated at 87.7% (43 of 49 strings) Translation: partner-contact-16.0/partner-contact-16.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_identification/it/ Translated using Weblate (Croatian) Currently translated at 30.6% (15 of 49 strings) Translation: partner-contact-16.0/partner-contact-16.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_identification/hr/ Translated using Weblate (Croatian) Currently translated at 51.0% (25 of 49 strings) Translation: partner-contact-16.0/partner-contact-16.0-partner_identification Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_identification/hr/
7e447ab
to
49bc193
Compare
@NL66278 Done |
{ | ||
"name": "Partner Identification Numbers", | ||
"category": "Customer Relationship Management", | ||
"version": "15.0.1.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version": "15.0.1.0.1", | |
"version": "15.0.1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MiquelRForgeFlow The change is applied. Thanks for the review :)
49bc193
to
52a463b
Compare
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
It looks like something changed on |
Congratulations, your PR was merged at 6799d94. Thanks a lot for contributing to OCA. ❤️ |
Since the PR #1270 seems to be (almost) abandoned, I backported the work done by @marielejeune for v16 in the PR #1397