Tuesday, March 10, 2020
2 changes · master
Resolved issues and error corrections
This update prevents forms from crashing when related record lists contain another related record list that is filled automatically. Users can now open those records reliably and see the expected nested details, improving stability for complex data entry screens.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product barcodes now remain visible on product templates even when the related product variant is archived. The update also prevents templates with multiple variants from being incorrectly archived when a variant is reactivated, helping users keep product records accurate and accessible.
Original PR description
**Barcode field disappears in template(product.template) when you archive the same record from product('product.product')'**
Here we are making sure that even when a product is archived, its barcode is still visible in template.
We had to change barcode from a related field to a computed field.
Task- https://www.odoo.com/web#id=1978559&action=333&active_id=966&model=project.task&view_type=form&menu_id=4720
Pad- https://pad.odoo.com/p/r.1118e013e6c395157a91b17029dcea74
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr