-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
[17.0][MIG] loyalty_partner_applicability: Migration to 17.0 #225
base: 17.0
Are you sure you want to change the base?
[17.0][MIG] loyalty_partner_applicability: Migration to 17.0 #225
Conversation
…me entity There's a new configuration option in the settings to allow sharing coupons between members of the same trading entity. It has to be in the base module for being shared between all the rest of applications, but each *_applicability module will contain extra bits of code to use it. TT45413
…main rule It is necessary to establish the default value, in this case "[ ]" to the rule_partners_domain field, in the create method for the rules established in the computed method "_program_type_default_values" that establishes the default values depending on the type of program, because when creating a new program, these rules do not have the rule_partners_domain field defined, as it is not contemplated, its value will be "False", which cannot be interpreted as a correct domain. To avoid this error, the check is made in the create method and the correct value is added. TT44344
Currently translated at 100.0% (5 of 5 strings) Translation: sale-promotion-16.0/sale-promotion-16.0-loyalty_partner_applicability Translate-URL: https://translation.odoo-community.org/projects/sale-promotion-16-0/sale-promotion-16-0-loyalty_partner_applicability/it/
/ocabot migration loyalty_partner_applicability |
@arantxa-s73 It seems you miss migration commit (where at least version change should appear in) : |
222a23b
to
389f92b
Compare
@@ -2,7 +2,8 @@ | |||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | |||
{ | |||
"name": "Loyalty Partner Applicability", | |||
"summary": "Enables the definition of a customer filter for promotion rules that will " | |||
"summary": "Enables the definition of a customer filter for promotion " | |||
"rules that will " | |||
"only be applied to customers who meet the specified conditions in the filter.", | |||
"version": "16.0.2.0.2", |
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.
The version must be 17
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 modified in the following commit: [MIG] loyalty_partner_applicability: Migration to 17.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.
Right, I was confused about commit, sorry
Can you push again to be able to run runbot?
Thanks!
Module migrated to version 17.0