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

« back to all changes in this revision

Viewing changes to mrp_bom_customization/stock_view.xml

  • Committer: Fabien Pinckaers
  • Date: 2009-04-07 16:22:43 UTC
  • mfrom: (3602.1.33 trunk-extra-addons)
  • Revision ID: fp@tinyerp.com-20090407162243-6le3kspwcusvklhk
merge

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" />