~serpent-consulting-services/openerp-usa/fix-shipping_api_ups_cc

« back to all changes in this revision

Viewing changes to account_check_writing/company_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
 
            <!-- check format option in company -->
5
 
            
6
 
                <record id="check_format_company" model="ir.ui.view">
7
 
                        <field name="name">res.company.check.format</field>
8
 
                        <field name="model">res.company</field>
9
 
                        <field name="type">form</field>
10
 
                        <field name="priority">17</field>
11
 
                        <field name="inherit_id" ref="base.view_company_form" />
12
 
                        <field name="arch" type="xml">
13
 
                                <page string="Configuration" position="inside">
14
 
                                        <separator string="Default Check layout" colspan="4" />
15
 
                                        <field name="check_layout" />
16
 
                                        <field name="currency_format" />
17
 
                                        <field name="lang" />
18
 
                                        <newline />
19
 
                                </page>
20
 
                        </field>
21
 
                </record>
22
 
                
23
 
        </data>
24
 
</openerp>