~serpent-consulting-services/openerp-usa/shipping_api_6-1

« back to all changes in this revision

Viewing changes to shipping_api/sale_view.xml

  • Committer: npgllc
  • Date: 2012-08-02 17:13:27 UTC
  • Revision ID: npgllc-20120802171327-2xgyyjjb5d1kx26y
Removed all the 6.0 compatible modules

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 model="ir.ui.view" id="sale_order_form_inherited">
6
 
                        <field name="name">sale.order.view_form.inherit</field>
7
 
                        <field name="model">sale.order</field>
8
 
                        <field name="inherit_id" ref="sale.view_order_form" />
9
 
                        <field name="type">form</field>
10
 
                        <field name="arch" type="xml">
11
 
                                <xpath expr="//field[@name='shipped']" position="attributes">
12
 
                                        <attribute name="string">Shipped</attribute>
13
 
                                </xpath>
14
 
                                <xpath expr="//separator[@string='Notes']" position="before" >
15
 
                                        <newline />
16
 
                                        <group colspan="4" col="4">
17
 
                                                <separator colspan="4" string="Shipping details"/>
18
 
                                                <field name="logis_company" on_change="onchange_logis_company(logis_company)"/>
19
 
                                                <group colspan="2"></group>
20
 
                                                <field name="ship_company_code" invisible="1" />
21
 
                                        </group>
22
 
                                </xpath>
23
 
                        </field>
24
 
                </record>
25
 
                
26
 
        </data>
27
 
</openerp>
 
 
b'\\ No newline at end of file'