-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
[14.0][IMP] product_import: currency can be implicit #1094
base: 14.0
Are you sure you want to change the base?
Conversation
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.
Checks failed on NameError: name 'import_company_id' is not defined
. Should it be product_company_id
instead maybe?
24e66d8
to
c99b040
Compare
Fixed. |
c99b040
to
4f3a811
Compare
4f3a811
to
71bb0b7
Compare
A test would be nice... as usual 😉 |
This PR has the |
0088109
to
e83c22c
Compare
It is needed in order to have a safe recomputation of fields of other models. There was an issue in a third-party add-on which has a field recomputed when a new 'product.supplierinfo' is added to 'seller_ids' of the product.
e83c22c
to
f6982ff
Compare
When currency was not on each catalogue line, there was tons of warnings on importation.
[ EDIT ]
Rebased on top of refactor PR: