-
-
Notifications
You must be signed in to change notification settings - Fork 547
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] base_tier_validation_formula: Migrate to version 17.0 #799
[MIG] base_tier_validation_formula: Migrate to version 17.0 #799
Conversation
0539c98
to
39c4544
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.
Thanks for this pr! Looks good, Some non-blocking comments.
"name": "Base Tier Validation Formula", | ||
"summary": """ | ||
Formulas for Base tier validation""", | ||
"version": "17.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.
"version": "17.0.1.0.0", | |
"version": "17.0.1.0.0", | |
"category": "Tools", |
"summary": """ | ||
Formulas for Base tier validation""", | ||
"version": "17.0.1.0.0", | ||
"license": "AGPL-3", |
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.
"license": "AGPL-3", | |
"license": "AGPL-3", | |
"development_status": "Mature", |
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.
Promotion should'nt have to be in migration commit. But I noticed the missing tag, and it likely satisfies mature status.
} | ||
) | ||
|
||
# Create users: |
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.
Is there a reason new users are created here?
(It comes at a cost, can the users from the base module be re-used?)
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.
Yeah, that will do, but we still need create one more user for tests case
fixup and extend tests [ADD] systray icon for pending reviews [FIX] Remove python safe_eval [ADD] base_tier_validation_formula and migration scripts [ADD] widget domain and python expression to define reviewer in tier definition [ADD] auto updating of systray icon counter [ADD] validation date field [ADD] review widget dropdown menu
Currently translated at 100.0% (17 of 17 strings) Translation: server-ux-12.0/server-ux-12.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-base_tier_validation_formula/es/
Currently translated at 100.0% (17 of 17 strings) Translation: server-ux-12.0/server-ux-12.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-base_tier_validation_formula/zh_CN/
[UPD] Update base_tier_validation_formula.pot
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-13.0/server-ux-13.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_tier_validation_formula/
… in tier definitions [UPD] Update base_tier_validation_formula.pot
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-13.0/server-ux-13.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_tier_validation_formula/
Currently translated at 100.0% (15 of 15 strings) Translation: server-ux-13.0/server-ux-13.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_tier_validation_formula/zh_CN/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (15 of 15 strings) Translation: server-ux-13.0/server-ux-13.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_tier_validation_formula/zh_CN/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-13.0/server-ux-13.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_tier_validation_formula/
Currently translated at 80.0% (12 of 15 strings) Translation: server-ux-13.0/server-ux-13.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_tier_validation_formula/it/
[UPD] Update base_tier_validation_formula.pot
Currently translated at 100.0% (15 of 15 strings) Translation: server-ux-14.0/server-ux-14.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_tier_validation_formula/es/
[UPD] Update base_tier_validation_formula.pot
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-16.0/server-ux-16.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_tier_validation_formula/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-16.0/server-ux-16.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_tier_validation_formula/
Currently translated at 80.0% (12 of 15 strings) Translation: server-ux-16.0/server-ux-16.0-base_tier_validation_formula Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_tier_validation_formula/it/
- Include context keys for avoiding mail operations overhead.
39c4544
to
2c86da9
Compare
Branch updated, please check again Since |
2c86da9
to
c2499af
Compare
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 782d799. Thanks a lot for contributing to OCA. ❤️ |
Ref: BSRD-706
Depended on: