~jo0thlt/sfsoluciones/christmas

« back to all changes in this revision

Viewing changes to sfs_pos_customisation/sale_shop_view.xml

  • Committer: contact at zbeanztech
  • Date: 2013-06-13 09:24:54 UTC
  • Revision ID: contact@zbeanztech.com-20130613092454-8hfhbxms6jqhy13l
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record id="view_sale_shop_form_inherit" model="ir.ui.view">
 
5
            <field name="name">sale.shop.form.inherit</field>
 
6
            <field name="model">sale.shop</field>
 
7
            <field name="inherit_id" ref="sale.view_shop_form"/>
 
8
            <field name="type">form</field>
 
9
            <field name="arch" type="xml">
 
10
                <xpath expr="//field[@name='project_id']" position="after">
 
11
                    <newline/>
 
12
                    <separator string="Sales Person" colspan="4"/>
 
13
                    <field name="users_ids" colspan="4" nolabel="1"/>
 
14
                </xpath>
 
15
                <xpath expr="//field[@name='company_id']" position="after">
 
16
                    <field name="disc_product_id"/>
 
17
                </xpath>
 
18
            </field>
 
19
        </record>
 
20
    </data>
 
21
</openerp>