~sebastien.beau/openobject-addons/printjob_imrovement

« back to all changes in this revision

Viewing changes to product_serial/product_view.xml

  • Committer: manu
  • Date: 2011-09-09 08:08:15 UTC
  • Revision ID: esamyn@gmail.com-20110909080815-wiven5j5zddzus22
[SPLIT] mrp_prodlot_autosplit into 2 modules : product_serial & product_serial_mrp
[UPDATE] mrp_prodlot_autosplit to product_serial (bzr mv)
[ADD] product_serial the option to split the move using product logistical unit quantities
[CREATE] product_serial_mrp with mrp_prodlot_autosplit mrp code

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
            <field name="inherit_id" ref="stock.view_normal_stock_property_form"/>
10
10
            <field name="arch" type="xml">
11
11
                <field name="track_outgoing" position="after">
12
 
                                <field name="unique_production_number" />
 
12
                                <field name="lot_split_type" />
13
13
                </field>
14
14
            </field>
15
15
        </record>
16
16
        
17
17
     </data>
18
 
</openerp>
 
 
b'\\ No newline at end of file'
 
18
</openerp>