-
-
Notifications
You must be signed in to change notification settings - Fork 722
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_sequence: Migration to 17.0 #1688
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The test on unicity constraint is passing but the error log from the ORM must be muted to not get a false negative.
Currently translated at 100.0% (4 of 4 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_supplierinfo_stock_picking_type Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_supplierinfo_stock_picking_type/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-16.0/product-attribute-16.0-product_dimension Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_dimension/
Before this patch, inheriting modules had to manually add some logic related to guessing wether the user can access cost information. Also, smartypants users could still obtain the desired information through API calls. Now: - You can't read/write cost fields via API anymore. - Views automatically set those fields to readonly if the user has only read permissions (and the model inherits from the new mixin). - You don't need to enable debug mode anymore to follow configuration instructions. - Instructions improved. @moduon MT-5158
Currently translated at 100.0% (22 of 22 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_simulation Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_simulation/tr/
Currently translated at 100.0% (7 of 7 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_simulation_margin Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_simulation_margin/tr/
Currently translated at 100.0% (65 of 65 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/tr/
Currently translated at 100.0% (1 of 1 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print_company_group Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print_company_group/tr/
Currently translated at 100.0% (6 of 6 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print_website_sale Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print_website_sale/tr/
Currently translated at 100.0% (19 of 19 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print_xlsx Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print_xlsx/tr/
Currently translated at 100.0% (2 of 2 strings) Translation: product-attribute-16.0/product-attribute-16.0-pos_product_cost_security Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-pos_product_cost_security/it/
…ing an product category, include its child categories.
Currently translated at 37.5% (6 of 16 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_sequence Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_sequence/hr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/
Currently translated at 100.0% (66 of 66 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/it/
…cache "inefficiency" using workers because cache is isolated by worker
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-16.0/product-attribute-16.0-product_assortment Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_assortment/
Currently translated at 100.0% (29 of 29 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_assortment Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_assortment/it/
/ocabot migration product_sequence |
@dc-oerp Thanks for this. Could you follow migration guide ? https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0#how-to You should respect commit history. |
1d8206b
to
62c8160
Compare
62c8160
to
b7a7de5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge product_sequence module from V16 to V17