-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[10.0][MIG]rule_group is updated yet not available in the model #1058
Comments
Hummm, Finally, I think that https://github.com/OCA/server-tools/blob/10.0/base_exception/migrations/10.0.2.0.0/pre-migration.py is doing part of the job and this should prevent https://github.com/OCA/sale-workflow/blob/10.0/sale_exception/migrations/10.0.2.0.0/pre-migration.py#L17 |
Damned ! the field has disappeared from https://github.com/OCA/server-tools/blob/10.0/base_exception/models/base_exception.py |
This has been deleted from the file here : OCA/server-tools@00202b4#diff-c7fd995df65e10a635951020066e82a6L94 |
@florian-dacosta , could you please explain what is the "replacement" of the rule_group field that you deleted in the following commit OCA/server-tools@00202b4#diff-c7fd995df65e10a635951020066e82a6L94 |
to deal with OCA/sale-workflow#1058
In case of onchange method calling method that retrun possible false values https://github.com/OCA/OCB/blob/10.0/addons/account/models/partner.py#L162 the syntax value[0] failed because of the structure fo the dictionnary : values = {'fiscal_position_id': False} This patch prevent to pass in those lines Update sale_order_onchange.py fix pylint/flake Delete rule_group from data to deal with OCA/sale-workflow#1058 Update ecommerce_data.xml (facepalm)
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Hi,
I'm running an upgrade from v9 to v10 with connectors and have this message :
In this line https://github.com/OCA/sale-workflow/blob/10.0/sale_exception/migrations/10.0.2.0.0/pre-migration.py#L11 the query should be after the model name changing IMHO .
Moreover the field supposed to be changed is not available here : https://github.com/OCA/sale-workflow/blob/9.0/sale_exception/models/sale.py
@pedrobaeza , any tips ?
Regards
The text was updated successfully, but these errors were encountered: