-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
[16.0][MIG] partner_risk_insurance: Migration to 16.0 #305
[16.0][MIG] partner_risk_insurance: Migration to 16.0 #305
Conversation
2484ffd
to
541546b
Compare
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 review
/ocabot migration partner_risk_insurance |
Not sure about the feature of the credit limit introduced in this module, so calling @carlosdauden for his blessing. |
This PR has the |
@carlosdauden @Shide a last review here? This is going to be migrated |
541546b
to
bb0b9a5
Compare
Changes done, can you check it again? |
Please, add this changes according to the comment bc7a7e6#r130488985 |
bb0b9a5
to
d300a6b
Compare
@victoralmau I've forward ported some commits from this PR: #337 Can you check that everything is okay? |
[11.0][MIG] partner_risk_insurance: Migration to v11.0 [11.0][IMP] partner_risk_insurance: Fix ES translation [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-11.0/credit-control-11.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-11-0/credit-control-11-0-partner_risk_insurance/ [UPD] README.rst [UPD] Update partner_risk_insurance.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-11.0/credit-control-11.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-11-0/credit-control-11-0-partner_risk_insurance/
Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-12.0/credit-control-12.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-12-0/credit-control-12-0-partner_risk_insurance/
pre-commit update Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-13.0/credit-control-13.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-13-0/credit-control-13-0-partner_risk_insurance/
[13.0][IMP] Add a view priority partner_risk_insurance 13.0.1.1.0
…d insurance_credit_limit on partners partner_risk_insurance 13.0.1.1.1
Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-14.0/credit-control-14.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-14-0/credit-control-14-0-partner_risk_insurance/
Currently translated at 100.0% (27 of 27 strings) Translation: credit-control-14.0/credit-control-14.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-14-0/credit-control-14-0-partner_risk_insurance/it/
TT34699 partner_risk_insurance 14.0.1.1.0
[UPD] Update partner_risk_insurance.pot [UPD] README.rst
partner_risk_insurance 15.0.1.0.1
Currently translated at 100.0% (27 of 27 strings) Translation: credit-control-15.0/credit-control-15.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-15-0/credit-control-15-0-partner_risk_insurance/it/
…eter tracking That parameter is added in mail module partner_risk_insurance 15.0.1.0.2 [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-15.0/credit-control-15.0-partner_risk_insurance Translate-URL: https://translation.odoo-community.org/projects/credit-control-15-0/credit-control-15-0-partner_risk_insurance/
- Include context keys for avoiding mail operations overhead. [BOT] post-merge updates
[UPD] Update partner_risk_insurance.pot [BOT] post-merge updates
f8d2c28
to
968984a
Compare
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.
/ocabot merge nobump
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 7875915. Thanks a lot for contributing to OCA. ❤️ |
Migration to 16.0
Changes done:
credit_limit
field to avoid inconsistencies with the same field that adds account.company_credit_limit
+insurance_credit_limit
fields.credit_limit
is defined with_inverse_oca_oca_credit_limit()
to maintain the functionality of this module and that ofaccount
.Please @CarlosRoca13 and @stefan-tecnativa can you review it?
@Tecnativa TT44335