-
-
Notifications
You must be signed in to change notification settings - Fork 851
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
[18.0][MIG] partner_identification_unique_by_category: Migration to 18.0 #1859
[18.0][MIG] partner_identification_unique_by_category: Migration to 18.0 #1859
Conversation
f2d8ef6
to
d25bbde
Compare
|
||
from odoo.exceptions import ValidationError | ||
|
||
from odoo.addons.base.tests.common import SavepointCaseWithUserDemo |
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.
from odoo.addons.base.tests.common import SavepointCaseWithUserDemo | |
from odoo.tests.common import TransactionCase |
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.
Hi @TDu , I have updated it
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.
Thanks
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.
actually there's a better one that takes care of turning off tracking and other flags: from odoo.addons.base.tests.common import BaseCommon
d25bbde
to
d0bfab2
Compare
/caobot migration partner_identification_unique_by_category |
@chaule97 Thanks for this. Don't forget to add the depending PR in this one description to help review |
Sorry @TDu you are not allowed to mark the addon tobe migrated. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
d0bfab2
to
65ca92a
Compare
This module extends the module `partner_identification` to enforce having unique id numbers by categories. This option can be set by category. [UPD] Update partner_identification_unique_by_category.pot [UPD] README.rst [ADD] icon.png
Currently translated at 100.0% (9 of 9 strings) Translation: partner-contact-14.0/partner-contact-14.0-partner_identification_unique_by_category Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_identification_unique_by_category/es/
65ca92a
to
14a4d4d
Compare
Salut @rousseldenis , I have rebase. Could you merge again? |
|
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.
Minor remark for author name
"license": "AGPL-3", | ||
"depends": ["partner_identification"], | ||
"data": ["views/res_partner_id_category_view.xml"], | ||
"author": "Camptocamp SA, Odoo Community Association (OCA)", |
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.
"author": "Camptocamp SA, Odoo Community Association (OCA)", | |
"author": "Camptocamp, Odoo Community Association (OCA)", |
This PR has the |
14a4d4d
to
0cac5b8
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 644ddcb. Thanks a lot for contributing to OCA. ❤️ |
No description provided.