~opencrea/+junk/roquette

« back to all changes in this revision

Viewing changes to personnalization_roquette/views/mrp_production_change_qty.xml

  • Committer: joannes
  • Date: 2019-06-21 16:53:44 UTC
  • Revision ID: joannes@debian-20190621165344-wdpm659i9wtz97r8
lot_qty bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
  <data>
 
4
 
 
5
    <record id="view_mrp_change_production_qty_lot" model="ir.ui.view">
 
6
      <field name="name">change.production.qty</field>
 
7
      <field name="model">change.production.qty</field>
 
8
      <field name="type">form</field>
 
9
      <field name="priority">20</field>
 
10
      <field name="inherit_id" ref="mrp.view_change_production_qty_wizard"/>
 
11
      <field name="arch" type="xml">
 
12
 
 
13
 
 
14
 
 
15
<field name="product_qty" position="before">
 
16
<field name="lot_size"/>
 
17
<field name="lot_qty"/>
 
18
</field>
 
19
 
 
20
 
 
21
 
 
22
      </field>
 
23
    </record>
 
24
 
 
25
  </data>
 
26
</openerp>