-
-
Notifications
You must be signed in to change notification settings - Fork 265
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] product_variant_default_code #341
base: 17.0
Are you sure you want to change the base?
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eff5d7c - Browse repository at this point
Copy the full SHA eff5d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c935c - Browse repository at this point
Copy the full SHA 01c935cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e20ddd7 - Browse repository at this point
Copy the full SHA e20ddd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48edd9c - Browse repository at this point
Copy the full SHA 48edd9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01cfe1c - Browse repository at this point
Copy the full SHA 01cfe1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21eeb5 - Browse repository at this point
Copy the full SHA a21eeb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6a6f0 - Browse repository at this point
Copy the full SHA 3a6a6f0View commit details -
[REF] product_variant_default_code: Modular programming on method ren…
…der_default_code Separate the default code assignment in 2 steps, one obtains the code and the other set this value on product. Now is easier to extend this method.
Configuration menu - View commit details
-
Copy full SHA for 294060a - Browse repository at this point
Copy the full SHA 294060aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d46f8ab - Browse repository at this point
Copy the full SHA d46f8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d4099 - Browse repository at this point
Copy the full SHA c1d4099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fbe38b - Browse repository at this point
Copy the full SHA 7fbe38bView commit details -
[IMP] dependency, field name, complete view
* IMP dependency, field name, complete view * FIX move sale.settings to base settings * IMP reference mask use untranslate attribute names * FIX some tests with @chienandalu remarks
Configuration menu - View commit details
-
Copy full SHA for 9965817 - Browse repository at this point
Copy the full SHA 9965817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb39e4 - Browse repository at this point
Copy the full SHA 6bb39e4View commit details -
[IMP+FIX] product_variant_default_code: Several things:
* [IMP] Improve French (fr) translation * [FIX] Fixed bad display of config. settings * [FIX] Display product attribute value code when open the product attribute form view from product form view
Configuration menu - View commit details
-
Copy full SHA for 13f9b7d - Browse repository at this point
Copy the full SHA 13f9b7dView commit details -
[FIX] product_variant_default_code: Read parameters with sudo()
As needed in v11
Configuration menu - View commit details
-
Copy full SHA for 185dd1f - Browse repository at this point
Copy the full SHA 185dd1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97303d8 - Browse repository at this point
Copy the full SHA 97303d8View commit details -
Translated using Weblate (Croatian)
Currently translated at 63.6% (14 of 22 strings) Translation: product-variant-12.0/product-variant-12.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-12-0/product-variant-12-0-product_variant_default_code/hr/
Configuration menu - View commit details
-
Copy full SHA for cdb10d2 - Browse repository at this point
Copy the full SHA cdb10d2View commit details -
[FIX] product_variant_default_code: fix product.template write to acc…
…ept multiple recordset
Configuration menu - View commit details
-
Copy full SHA for bd5f136 - Browse repository at this point
Copy the full SHA bd5f136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 654e0a2 - Browse repository at this point
Copy the full SHA 654e0a2View commit details -
Translated using Weblate (Portuguese)
Currently translated at 100.0% (22 of 22 strings) Translation: product-variant-12.0/product-variant-12.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-12-0/product-variant-12-0-product_variant_default_code/pt/
Configuration menu - View commit details
-
Copy full SHA for 9709a2a - Browse repository at this point
Copy the full SHA 9709a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1dbd5 - Browse repository at this point
Copy the full SHA 4d1dbd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b4ebf - Browse repository at this point
Copy the full SHA 66b4ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c36c1a7 - Browse repository at this point
Copy the full SHA c36c1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ee7f4 - Browse repository at this point
Copy the full SHA 42ee7f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e74d580 - Browse repository at this point
Copy the full SHA e74d580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe84ad - Browse repository at this point
Copy the full SHA 0fe84adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbe0c9 - Browse repository at this point
Copy the full SHA 5dbe0c9View commit details -
[14.0] [FIX] enable edit of attribute code in form view
missing the possibility to edit of attribute code in form view (and also tree view)
Configuration menu - View commit details
-
Copy full SHA for e6b214c - Browse repository at this point
Copy the full SHA e6b214cView commit details -
[FIX] product_variant_default_code: Allow to edit attribute code
It was present in tree view, but not in form view, and now the tree is not editable.
Configuration menu - View commit details
-
Copy full SHA for 7804ba5 - Browse repository at this point
Copy the full SHA 7804ba5View commit details -
[FIX] product_variant_default_code: don't translate mask
When a variant is created, the mask is evaluated expecting the main language term, so we should avoid taking the translated value when we are in another language.
Configuration menu - View commit details
-
Copy full SHA for 1a4ab43 - Browse repository at this point
Copy the full SHA 1a4ab43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98983d2 - Browse repository at this point
Copy the full SHA 98983d2View commit details -
[FIX] product_variant_default_code: fix onchange code value
When an attribute code is already set, we don't wan't to change it by chance if we set a new name in the value. The onchange should be just a helper to fill the initial value but it should be manually changed if needed later on.
Configuration menu - View commit details
-
Copy full SHA for 61a3a3c - Browse repository at this point
Copy the full SHA 61a3a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 208bd0f - Browse repository at this point
Copy the full SHA 208bd0fView commit details -
[FIX] product_variant_default_code: FIx tests
Tests can conflict with constriants added by other modules for the default_code We should create different product templates only if we can be sure they will compute different default_codes, otherwise they might trigger the unique(default_code) constrainted, if introduced by another module. TT28423
Configuration menu - View commit details
-
Copy full SHA for 19af9d3 - Browse repository at this point
Copy the full SHA 19af9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb74c68 - Browse repository at this point
Copy the full SHA bb74c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a9d7d - Browse repository at this point
Copy the full SHA 52a9d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb494de - Browse repository at this point
Copy the full SHA bb494deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3898b68 - Browse repository at this point
Copy the full SHA 3898b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74e38d - Browse repository at this point
Copy the full SHA d74e38dView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-variant-14.0/product-variant-14.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-14-0/product-variant-14-0-product_variant_default_code/
Configuration menu - View commit details
-
Copy full SHA for 6193b5b - Browse repository at this point
Copy the full SHA 6193b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f9bbb - Browse repository at this point
Copy the full SHA c0f9bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e863a - Browse repository at this point
Copy the full SHA 04e863aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bea10b2 - Browse repository at this point
Copy the full SHA bea10b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0eb1c - Browse repository at this point
Copy the full SHA 1f0eb1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 617cf11 - Browse repository at this point
Copy the full SHA 617cf11View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2bbda3 - Browse repository at this point
Copy the full SHA e2bbda3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf3c5f - Browse repository at this point
Copy the full SHA 6bf3c5fView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-variant-14.0/product-variant-14.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-14-0/product-variant-14-0-product_variant_default_code/
Configuration menu - View commit details
-
Copy full SHA for ee51010 - Browse repository at this point
Copy the full SHA ee51010View commit details -
Translated using Weblate (Italian)
Currently translated at 74.0% (20 of 27 strings) Translation: product-variant-14.0/product-variant-14.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-14-0/product-variant-14-0-product_variant_default_code/it/
Configuration menu - View commit details
-
Copy full SHA for 521fa74 - Browse repository at this point
Copy the full SHA 521fa74View commit details -
Translated using Weblate (Italian)
Currently translated at 74.0% (20 of 27 strings) Translation: product-variant-14.0/product-variant-14.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-14-0/product-variant-14-0-product_variant_default_code/it/
Configuration menu - View commit details
-
Copy full SHA for 8fe5d9d - Browse repository at this point
Copy the full SHA 8fe5d9dView commit details -
Translated using Weblate (Italian)
Currently translated at 77.7% (21 of 27 strings) Translation: product-variant-14.0/product-variant-14.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-14-0/product-variant-14-0-product_variant_default_code/it/
Configuration menu - View commit details
-
Copy full SHA for 92a95d4 - Browse repository at this point
Copy the full SHA 92a95d4View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (27 of 27 strings) Translation: product-variant-14.0/product-variant-14.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-14-0/product-variant-14-0-product_variant_default_code/it/
Configuration menu - View commit details
-
Copy full SHA for 7e06941 - Browse repository at this point
Copy the full SHA 7e06941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd9c3e - Browse repository at this point
Copy the full SHA 7fd9c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 405faa9 - Browse repository at this point
Copy the full SHA 405faa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f38d9 - Browse repository at this point
Copy the full SHA b0f38d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80db0b8 - Browse repository at this point
Copy the full SHA 80db0b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2690b00 - Browse repository at this point
Copy the full SHA 2690b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84b601 - Browse repository at this point
Copy the full SHA b84b601View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-variant-16.0/product-variant-16.0-product_variant_default_code Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-product_variant_default_code/
Configuration menu - View commit details
-
Copy full SHA for 112f7b8 - Browse repository at this point
Copy the full SHA 112f7b8View commit details -
Revert "[FIX][product_variant_default_code] check code of active valu…
…e_ids" This reverts commit 20320aa.
Configuration menu - View commit details
-
Copy full SHA for 9721ac1 - Browse repository at this point
Copy the full SHA 9721ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad8985 - Browse repository at this point
Copy the full SHA 4ad8985View commit details -
[FIX] product_variant_default_code: fix template error
When a product is being created or edited and attributes have not yet been added, a message is printed out in the band in case the reference prefix has not been filled in. If there is no error, this strip should remain hidden. TT42976
Configuration menu - View commit details
-
Copy full SHA for 07bf208 - Browse repository at this point
Copy the full SHA 07bf208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec876f - Browse repository at this point
Copy the full SHA 0ec876fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0204593 - Browse repository at this point
Copy the full SHA 0204593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d579d1 - Browse repository at this point
Copy the full SHA 9d579d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d2549 - Browse repository at this point
Copy the full SHA a1d2549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618e8f0 - Browse repository at this point
Copy the full SHA 618e8f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b97b96 - Browse repository at this point
Copy the full SHA 2b97b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e7d90 - Browse repository at this point
Copy the full SHA e4e7d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa821f8 - Browse repository at this point
Copy the full SHA aa821f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b0bfe - Browse repository at this point
Copy the full SHA 88b0bfeView commit details