odoo/addons/mrp/report
Simon Lejeune 68c8d90221 [FIX] mrp: solve bom structures views
A previous refactoring brought a bom_line_ids field on the mrp.bom, thus
deprecating the _child_compute method. But the previous refactoring did
not go through all the views, breaking everything that relied on the
_child_compute (tree view, report). As the bom_line_ids refers to the
mrp.bom.line model (introduced by this previous refactoring, note:
_child_compute returned mrp.bom record) and that we can't make a treeview
showing different model, this patch introduce a function field _get_child_bom_lines
on the mrp.line model, allowing to go through the bom_line_ids of a mrp.bom.line
if this mrp.bom.line refers to a mrp.bom.

[IMP] Rename bom_line_ids to child_line_ids in mrp_bom_line to avoid confusion
2014-09-30 10:31:33 +02:00
..
__init__.py [FIX] mrp: removed empty files and barcode controller value set to path in order to be able to receive URL 2014-02-24 16:19:44 +01:00
bom_structure.py [FIX] mrp: solve bom structures views 2014-09-30 10:31:33 +02:00
custom_default.xsl [REF] OpenERP --> Odoo in various UI texts (2) 2014-07-18 14:59:38 +02:00
custom_rml.xsl [REF] OpenERP --> Odoo in various UI texts (2) 2014-07-18 14:59:38 +02:00
mrp_report.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
mrp_report_view.xml [IMP] Change reception to receipt 2014-07-16 10:23:57 +02:00
price.py [IMP] Update module descriptions of procurement and product_extended + _bom_find and properties 2014-09-30 10:31:33 +02:00
price.xsl [FIX]: mrp: Fixed layout of product cost structure report 2011-08-30 16:56:55 +05:30
workcenter_load.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00