1
1
<?xml version="1.0" ?>
4
<record model="ir.ui.view" id="view_move_form_expiry">
5
<field name="name">stock.production.lot.form</field>
6
<field name="model">stock.production.lot</field>
7
<field name="inherit_id" ref="stock.view_production_lot_form" />
8
<field name="type">form</field>
9
<field name="arch" type="xml">
10
<field name="date" position="after">
11
<field name="thickness" select="2"/>
12
<field name="length" select="2"/>
13
<field name="width" select="2"/>
17
<record model="ir.ui.view" id="view_move_tree_expiry">
18
<field name="name">stock.production.lot.tree</field>
19
<field name="model">stock.production.lot</field>
20
<field name="inherit_id" ref="stock.view_production_lot_tree" />
21
<field name="type">tree</field>
22
<field name="arch" type="xml">
23
<field name="date" position="after">
24
<field name="thickness" />
25
<field name="length" />
26
<field name="width" />
32
<record model="ir.ui.view" id="view_product_form_expiry">
33
<field name="name">product.normal.form</field>
34
<field name="model">product.product</field>
35
<field name="inherit_id" ref="product.product_normal_form_view" />
36
<field name="type">form</field>
37
<field name="arch" type="xml">
38
<notebook position="inside">
39
<page string="Dimensions">
40
<field name="thickness" />
41
<field name="length" />
42
<field name="width" />
4
<record model="ir.ui.view" id="view_move_form_expiry">
5
<field name="name">stock.production.lot.form</field>
6
<field name="model">stock.production.lot</field>
7
<field name="inherit_id" ref="stock.view_production_lot_form" />
8
<field name="type">form</field>
9
<field name="arch" type="xml">
10
<field name="date" position="after">
11
<field name="width" select="2"/>
12
<field name="length" select="2"/>
13
<field name="thickness" select="2"/>
17
<record model="ir.ui.view" id="view_move_tree_expiry">
18
<field name="name">stock.production.lot.tree</field>
19
<field name="model">stock.production.lot</field>
20
<field name="inherit_id" ref="stock.view_production_lot_tree" />
21
<field name="type">tree</field>
22
<field name="arch" type="xml">
23
<field name="date" position="after">
24
<field name="width" />
25
<field name="length" />
26
<field name="thickness" />
32
<record model="ir.ui.view" id="view_product_form_expiry">
33
<field name="name">product.normal.form</field>
34
<field name="model">product.product</field>
35
<field name="inherit_id" ref="product.product_normal_form_view" />
36
<field name="type">form</field>
37
<field name="arch" type="xml">
38
<notebook position="inside">
39
<page string="Dimensions">
40
<field name="thickness" />
41
<field name="length" />
42
<field name="width" />