~domsense/domsense-agilebg-addons/trunk

« back to all changes in this revision

Viewing changes to account_fiscal_position_country/country_view.xml

  • Committer: Lorenzo Battistini
  • Date: 2012-10-27 10:52:42 UTC
  • Revision ID: lorenzo.battistini@agilebg.com-20121027105242-skkt1bsl4ed7unxe
[DEL] every module, as they are developed for 6.1.
As soon as we port a module to 7.0, before 7.0 was released,
we'll put it here

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="view_country_fiscal_position_form">
6
 
                        <field name="name">country.fiscal.position.form</field>
7
 
                        <field name="model">res.country</field>
8
 
                        <field name="inherit_id" ref="base.view_country_form"/>
9
 
                        <field name="arch" type="xml">
10
 
                                <field name="code" position="after">
11
 
                                        <field name="property_account_position" widget="selection"/>
12
 
                                </field>
13
 
                        </field>
14
 
                </record>
15
 
 
16
 
        </data>
17
 
</openerp>