~txerpa-openerp/openerp-spain/7.0-l10n_es_account_asset_extensions

« back to all changes in this revision

Viewing changes to l10n_es_aeat_mod340_type0/mod340_view.xml

  • Committer: Ignacio Ibeas - Acysos S.L.
  • Date: 2014-02-03 11:13:07 UTC
  • mto: (391.1.31 openerp-spain)
  • mto: This revision was merged to the branch mainline in revision 393.
  • Revision ID: ignacio@acysos.com-20140203111307-01wochg4hx3yd0l1
[ADD] l10n_es_aeat_mod340: migración a OpenERP 7.0 y función añadida de Libros de IVA

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
        <record model="ir.ui.view" id="view_account_mod340_form_type0">
 
5
            <field name="name">l10n.es.aeat.mod340.form.type0</field>
 
6
            <field name="model">l10n.es.aeat.mod340</field>
 
7
            <field name="type">form</field>
 
8
            <field name="priority" eval="5"/>
 
9
            <field name="inherit_id" ref="l10n_es_aeat_mod340.view_account_mod340_form"/>
 
10
            <field name="arch" type="xml">
 
11
                <field name="phone_contact" position="replace">
 
12
                    <field name="phone_contact" on_change="on_change_phone_contact(phone_contact)"/>
 
13
                </field>
 
14
                <field name="name_contact" position="replace">
 
15
                    <field name="name_contact" colspan="4" on_change="on_change_name_contact(name_contact)"/>
 
16
                </field>
 
17
                <field name="representative_vat" position="replace">
 
18
                    <field name="representative_vat" on_change="on_change_representative_vat(representative_vat)"/>
 
19
                </field>
 
20
                <notebook position="inside">
 
21
                    <page string="Presenter">
 
22
                        <separator string="This information is only for the company that have to present registry type 0. For the moment, only in Comunidad Foral de Navarra" colspan="4"/>
 
23
                        <field name="presenter_vat" />
 
24
                        <field name="presenter_name" />
 
25
                        <field name="presenter_phone_contact" />
 
26
                        <field name="presenter_name_contact" />
 
27
                        <group string="Address" colspan="4" col="14">
 
28
                            <field name="presenter_address_acronym" />
 
29
                            <field name="presenter_address_name" colspan="4"/>
 
30
                            <field name="presenter_address_number" />
 
31
                            <field name="presenter_address_stair" />
 
32
                            <field name="presenter_address_floor" />
 
33
                            <field name="presenter_address_door" />
 
34
                            <field name="presenter_city_id" colspan="8" />
 
35
                        </group>
 
36
                    </page>
 
37
                </notebook>
 
38
            </field>
 
39
        </record>
 
40
    </data>
 
41
</openerp>
 
 
b'\\ No newline at end of file'