~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to mrp_bom_customization/stock_view.xml

- renamed bom_customization into mrp_bom_customization: indeed it makes it more explicit it's a mrp module, better renaming before it's too late.
- added a few comments, especially about the product_variant_multi dependency which is questionnable

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<openerp>
3
3
        <data>
4
4
 
5
 
                <record id="view_move_tree_bom_customization" model="ir.ui.view">
6
 
                        <field name="name">bom_customization.view_move_tree_bom_customization</field>
 
5
                <record id="view_move_tree_mrp_bom_customization" model="ir.ui.view">
 
6
                        <field name="name">mrp_bom_customization.view_move_tree_mrp_bom_customization</field>
7
7
                        <field name="model">stock.move</field>
8
8
                        <field name="type">form</field>
9
9
                        <field name="inherit_id" ref="stock.view_move_tree" />