-
-
Notifications
You must be signed in to change notification settings - Fork 698
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 base_product_mass_addition #1512
[16.0] MIG base_product_mass_addition #1512
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d0a98c - Browse repository at this point
Copy the full SHA 4d0a98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1c2b0 - Browse repository at this point
Copy the full SHA 0e1c2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89db59 - Browse repository at this point
Copy the full SHA f89db59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1239d58 - Browse repository at this point
Copy the full SHA 1239d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff975b1 - Browse repository at this point
Copy the full SHA ff975b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b1e6bf - Browse repository at this point
Copy the full SHA 7b1e6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1792526 - Browse repository at this point
Copy the full SHA 1792526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c011b3 - Browse repository at this point
Copy the full SHA 2c011b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9119db2 - Browse repository at this point
Copy the full SHA 9119db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a530d81 - Browse repository at this point
Copy the full SHA a530d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7c6d6 - Browse repository at this point
Copy the full SHA 7a7c6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146767f - Browse repository at this point
Copy the full SHA 146767fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bef9d2 - Browse repository at this point
Copy the full SHA 4bef9d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e222514 - Browse repository at this point
Copy the full SHA e222514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5faf9e8 - Browse repository at this point
Copy the full SHA 5faf9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd069d1 - Browse repository at this point
Copy the full SHA fd069d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94590cb - Browse repository at this point
Copy the full SHA 94590cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d7790 - Browse repository at this point
Copy the full SHA 48d7790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 732bbff - Browse repository at this point
Copy the full SHA 732bbffView commit details -
[IMP] Add access rights hack so that users that don't have write acce…
…ss to product.product may still use the feature
Configuration menu - View commit details
-
Copy full SHA for d15d91e - Browse repository at this point
Copy the full SHA d15d91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68987b7 - Browse repository at this point
Copy the full SHA 68987b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a07d84 - Browse repository at this point
Copy the full SHA 2a07d84View commit details -
[REF] Remove permissions for users that cannot edit product.product. …
…TBD in another PR
Configuration menu - View commit details
-
Copy full SHA for 656e395 - Browse repository at this point
Copy the full SHA 656e395View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89a086 - Browse repository at this point
Copy the full SHA f89a086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58193d9 - Browse repository at this point
Copy the full SHA 58193d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58acab - Browse repository at this point
Copy the full SHA e58acabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fde813 - Browse repository at this point
Copy the full SHA 5fde813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d24a9 - Browse repository at this point
Copy the full SHA 15d24a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d698324 - Browse repository at this point
Copy the full SHA d698324View commit details -
Translated using Weblate (French)
Currently translated at 7.1% (1 of 14 strings) Translation: product-attribute-14.0/product-attribute-14.0-base_product_mass_addition Translate-URL: https://translation.odoo-community.org/projects/product-attribute-14-0/product-attribute-14-0-base_product_mass_addition/fr/
Configuration menu - View commit details
-
Copy full SHA for bfb075b - Browse repository at this point
Copy the full SHA bfb075bView commit details -
Translated using Weblate (French)
Currently translated at 71.4% (10 of 14 strings) Translation: product-attribute-14.0/product-attribute-14.0-base_product_mass_addition Translate-URL: https://translation.odoo-community.org/projects/product-attribute-14-0/product-attribute-14-0-base_product_mass_addition/fr/
Configuration menu - View commit details
-
Copy full SHA for 2463be5 - Browse repository at this point
Copy the full SHA 2463be5View commit details -
[IMP] base_product_mass_addition: avoid writing on product access fields
Supress LOG_ACCESS_COLUMNS writes if we're only writing on quick magic fields, as they could lead to concurrency issues. Moreover, from a functional perspective, these magic fields aren't really modifying the product's data so it doesn't make sense to update its metadata. We achieve it by reverting the changes made by ``write`` [^1], before [^2] reaching any explicit flush [^3] or inverse computation [^4]. [^1]: https://github.com/odoo/odoo/blob/f74434c6f/odoo/models.py#L3652-L3663 [^2]: https://github.com/odoo/odoo/blob/f74434c6f/odoo/models.py#L3686 [^3]: https://github.com/odoo/odoo/blob/f74434c6f/odoo/models.py#L3689 [^4]: https://github.com/odoo/odoo/blob/f74434c6f/odoo/models.py#L3703 Basically, if all we're modifying are quick magic fields, and we don't have any other column to flush besides the LOG_ACCESS_COLUMNS, clear it.
Configuration menu - View commit details
-
Copy full SHA for 1c55620 - Browse repository at this point
Copy the full SHA 1c55620View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b9e35 - Browse repository at this point
Copy the full SHA f4b9e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd575ef - Browse repository at this point
Copy the full SHA fd575efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ed8cb - Browse repository at this point
Copy the full SHA 45ed8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 878474e - Browse repository at this point
Copy the full SHA 878474eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1196609 - Browse repository at this point
Copy the full SHA 1196609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8c5dc - Browse repository at this point
Copy the full SHA 1c8c5dcView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-15.0/product-attribute-15.0-base_product_mass_addition Translate-URL: https://translation.odoo-community.org/projects/product-attribute-15-0/product-attribute-15-0-base_product_mass_addition/
Configuration menu - View commit details
-
Copy full SHA for 56bf287 - Browse repository at this point
Copy the full SHA 56bf287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 058d3c3 - Browse repository at this point
Copy the full SHA 058d3c3View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (10 of 10 strings) Translation: product-attribute-15.0/product-attribute-15.0-base_product_mass_addition Translate-URL: https://translation.odoo-community.org/projects/product-attribute-15-0/product-attribute-15-0-base_product_mass_addition/es/
Configuration menu - View commit details
-
Copy full SHA for 9d8a0fa - Browse repository at this point
Copy the full SHA 9d8a0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d59eb3 - Browse repository at this point
Copy the full SHA 9d59eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e83620 - Browse repository at this point
Copy the full SHA 4e83620View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (10 of 10 strings) Translation: product-attribute-15.0/product-attribute-15.0-base_product_mass_addition Translate-URL: https://translation.odoo-community.org/projects/product-attribute-15-0/product-attribute-15-0-base_product_mass_addition/it/
Configuration menu - View commit details
-
Copy full SHA for 65a367f - Browse repository at this point
Copy the full SHA 65a367fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1e85d - Browse repository at this point
Copy the full SHA 3c1e85dView commit details -
[MIG] base_product_mass_addition: Migration to 16.0
[REF] Remove call to flush that are obsolete, in tests.
Configuration menu - View commit details
-
Copy full SHA for f5511b7 - Browse repository at this point
Copy the full SHA f5511b7View commit details -
[FIX] base_product_mass_addition : compute uom_category and uom_id in…
… the same way, to remove the errror : 'UserWarning: Field product.product.quick_uom_id in dependency of product.product.quick_uom_category_id should be searchable. This is necessary to determine which records to recompute when uom.uom.category_id is modified. You should either make the field searchable, or simplify the field dependency. '
Configuration menu - View commit details
-
Copy full SHA for 861c56a - Browse repository at this point
Copy the full SHA 861c56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a9bb4 - Browse repository at this point
Copy the full SHA c1a9bb4View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 745a0a7 - Browse repository at this point
Copy the full SHA 745a0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1980650 - Browse repository at this point
Copy the full SHA 1980650View commit details