404316324f5d89ef896d4829307e32a07eb10407
[odoo/odoo.git] / addons / sale_stock / sale_stock_view.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4
5         <record id="view_order_form_inherit" model="ir.ui.view">
6             <field name="name">sale.order.form.sale.stock</field>
7             <field name="model">sale.order</field>
8             <field name="inherit_id" ref="sale.view_order_form"/>
9             <field name="arch" type="xml">
10                 <data>
11                    <xpath expr="//button[@name='invoice_corrected']" position="after">
12                        <button name="ship_recreate" states="shipping_except" string="Recreate Delivery Order"/>
13                        <button name="ship_corrected" states="shipping_except" string="Ignore Exception"/>
14                    </xpath>
15                    <xpath expr="//button[@name='action_view_invoice']" position="after">
16                        <field name="picking_ids" invisible="1"/>
17                        <button name="action_view_delivery" string="View Delivery Order" type="object" class="oe_highlight"
18                            attrs="{'invisible': ['|',('picking_ids','=',False),('picking_ids','=',[])]}" groups="base.group_user"/>
19                    </xpath>
20                     <xpath expr="//button[@name='action_cancel']" position="after">
21                         <button name="ship_cancel" states="shipping_except" string="Cancel Order"/>
22                     </xpath>
23                     <field name="state" position="attributes">
24                         <attribute name="statusbar_colors" t-translate="off">{"shipping_except":"red","invoice_except":"red","waiting_date":"blue"}</attribute>
25                     </field>
26                     <field name="company_id" position="replace">
27                         <field name="company_id" readonly="True"/>
28                     </field>
29                     <field name="client_order_ref" position="after">
30                          <field name="warehouse_id" on_change="onchange_warehouse_id(warehouse_id)" options="{'no_create': True}" groups="stock.group_locations"/>
31                     </field>
32                    <xpath expr="//field[@name='order_line']/tree//field[@name='product_id']" position="replace">
33                        <field name="product_id"
34                        context="{'partner_id':parent.partner_id, 'quantity':product_uom_qty, 'pricelist':parent.pricelist_id, 'uom':product_uom}"
35                        groups="base.group_user" 
36                        on_change="product_id_change_with_wh(parent.pricelist_id,product_id,product_uom_qty,False,product_uos_qty,False,name,parent.partner_id, False, True, parent.date_order, product_packaging, parent.fiscal_position, False, parent.warehouse_id, context)"/>
37                    </xpath>
38                    <xpath expr="//field[@name='order_line']/tree//field[@name='product_uom_qty']" position="replace">
39                        <field context="{'partner_id':parent.partner_id, 'quantity':product_uom_qty, 'pricelist':parent.pricelist_id, 'uom':product_uom}"
40                              name="product_uom_qty" 
41                        on_change="product_id_change_with_wh(parent.pricelist_id,product_id,product_uom_qty,product_uom,product_uos_qty,False,name,parent.partner_id, False, False, parent.date_order, product_packaging, parent.fiscal_position, True, parent.warehouse_id, context)"/>
42                    </xpath>
43                    <xpath expr="//field[@name='order_line']/form//field[@name='product_uos_qty']" position="replace">
44                        <field context="{'partner_id':parent.partner_id, 'quantity':product_uos_qty, 'pricelist':parent.pricelist_id, 'uom':product_uom}"
45                              name="product_uos_qty" class="oe_inline"
46                        on_change="product_id_change_with_wh(parent.pricelist_id,product_id,product_uom_qty,product_uom,product_uos_qty,product_uos,name,parent.partner_id, False, False, parent.date_order, product_packaging, parent.fiscal_position, True, parent.warehouse_id, context)"/>
47                    </xpath>
48
49                    <field name='invoiced' position="after">
50                        <field name="shipped"/>
51                        <field name="invoice_exists" invisible="1"/>
52                    </field>
53                    <xpath expr="//page[@string='Order Lines']/field[@name='order_line']/form[@string='Sales Order Lines']/group/group/field[@name='tax_id']" position="after">
54                        <label for="delay"/>
55                        <div>
56                            <field name="delay" class="oe_inline"/> days
57                        </div>
58                    </xpath>
59                    <xpath expr="//page[@string='Order Lines']/field[@name='order_line']/form[@string='Sales Order Lines']/group/group/field[@name='tax_id']" position="before">
60                        <field name="product_tmpl_id" invisible="1"/>
61                        <field name="product_packaging" context="{'default_product_tmpl_id': product_tmpl_id, 'partner_id':parent.partner_id, 'quantity':product_uom_qty, 'pricelist':parent.pricelist_id, 'uom':product_uom}" on_change="product_packaging_change(parent.pricelist_id, product_id, product_uom_qty, product_uom, parent.partner_id, product_packaging, True, context)" domain="[('product_tmpl_id','=',product_tmpl_id)]" groups="product.group_stock_packaging" />
62                    </xpath>
63                    <xpath expr="//page[@string='Order Lines']/field[@name='order_line']/tree[@string='Sales Order Lines']/field[@name='sequence']" position="after">
64                        <field name="delay" invisible="1"/>
65                    </xpath>
66                    <xpath expr="//page[@string='Order Lines']/field[@name='order_line']/tree[@string='Sales Order Lines']/field[@name='th_weight']" position="after">
67                        <field name="product_packaging" invisible="1"/>
68                    </xpath>
69                    <xpath expr="//group[@name='sales_person']" position="before">
70                         <group name="logistics">
71                             <field name="incoterm" widget="selection" groups="base.group_user"/>
72                             <field name="picking_policy" required="True"/>
73                             <field name="order_policy"/>
74                         </group>
75                    </xpath>
76                    <xpath expr="//field[@name='order_line']/form/group/group/field[@name='price_unit']" position="before">
77                         <field name="route_id" groups="sale_stock.group_route_so_lines"/>
78                    </xpath>
79                    <xpath expr="//field[@name='order_line']/tree/field[@name='price_unit']" position="before">
80                        <field name="route_id" groups="sale_stock.group_route_so_lines"/>
81                    </xpath>
82                 </data>
83            </field>
84         </record>
85
86         <record id="view_res_partner_tree_type" model="ir.ui.view">
87             <field name="name">res.partner.tree.inherit.type</field>
88             <field name="model">res.partner</field>
89             <field name="inherit_id" ref="base.view_partner_tree"/>
90             <field name="arch" type="xml">
91                 <field name="parent_id" position="after">
92                     <field name="type" invisible="context.get('hide_type', 1)"/>
93                 </field>
94             </field>
95         </record>
96
97         <!-- On the customer/supplier form if "Allow a different address for
98         delivery and invoicing" is set add "Contact Details" in the more menu
99         showing the list of contact with their types -->
100         <act_window
101             id="res_partner_rule_children"
102             name="Contact Details"
103             context="{'default_parent_id': active_id, 'hide_type': 0}"
104             domain="[('parent_id','=',active_id)]"
105             res_model="res.partner"
106             src_model="res.partner"
107             view_mode="tree,form,kanban"
108             view_type="form"
109             groups="sale.group_delivery_invoice_address"
110             />
111
112         <record id="view_picking_internal_search_inherit" model="ir.ui.view">
113             <field name="name">stock.picking.search.inherit</field>
114             <field name="model">stock.picking</field>
115             <field name="inherit_id" ref="stock.view_picking_internal_search"/>
116             <field name="arch" type="xml">
117                 <xpath expr="//field[@name='partner_id']" position="before">
118                     <filter string="To Invoice" name="to_invoice" icon="terp-dolar" domain="[('invoice_state', '=', '2binvoiced')]"/>
119                 </xpath>
120             </field>
121         </record>
122
123
124         <record id="view_order_form_inherit2" model="ir.ui.view">
125             <field name="name">sale.order.line.form.sale.stock.location</field>
126             <field name="model">sale.order.line</field>
127             <field name="inherit_id" ref="sale.view_order_line_form2"/>
128             <field name="arch" type="xml">
129                 <data>
130                    <xpath expr="//field[@name='price_unit']" position="before">
131                        <field name="route_id" groups="sale_stock.group_route_so_lines" />
132                    </xpath>
133                 </data>
134            </field>
135         </record>
136         
137         <record id="view_order_line_tree_inherit" model="ir.ui.view">
138             <field name="name">sale.order.line.tree.sale.stock.location</field>
139             <field name="inherit_id" ref="sale.view_order_line_tree"/>
140             <field name="model">sale.order.line</field>
141             <field name="arch" type="xml">
142                 <xpath expr="//field[@name='price_subtotal']" position="before">
143                     <field name="route_id" groups="sale_stock.group_route_so_lines"/>
144                 </xpath>
145             </field>
146         </record>
147     </data>
148 </openerp>