Daily updates from Odoo
Monday, June 10, 2019
1 change · master
Resolved issues and error corrections
This update fixes an error that could occur when users clicked Cost Analysis in manufacturing accounting. The report now uses the correct byproduct data name, so users can open the cost analysis without a traceback.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=2004749&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.f27d650b23e8026abeb81ad1bffd0aff
**Description:**
- [This](https://github.com/odoo/enterprise/commit/7110749d46e0a12847b43489bf81912fecfe1a1e) commit changed the name of "sub_product_moves" to be "byproduct_moves" but it wasn't changed in the template. hence the traceback. Fixed the same.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr