~inddiana/openerp-venezuela-localization/reporte_compromiso_social

« back to all changes in this revision

Viewing changes to l10n_ve_withholding_muni/account_invoice_view.xml

  • Committer: Javier Duran
  • Author(s): javieredm at gmail
  • Date: 2011-09-08 18:24:07 UTC
  • mto: This revision was merged to the branch mainline in revision 377.
  • Revision ID: javier@squezee-vir-20110908182407-bhfrol4wgcq7g1ni
[IMP] Se agrega vista de busqueda al modelo account.wh.munici
se migran campos modelos y vistas del modulo de retenciones municipales

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
 
6
6
 
7
 
    <!-- 
 
7
    <!--
8
8
    =====================================================
9
9
    Invoices Extension
10
10
    =====================================================
11
 
    -->  
12
 
 
13
 
        <record id="acc_inv_muni_view_form_loc_ve" model="ir.ui.view">
14
 
            <field name="name">invoice_muni.account.invoice.form</field>
15
 
            <field name="model">account.invoice</field>
16
 
            <field name="type">form</field>
17
 
            <field name="inherit_id" ref="retencion_iva.account_invoice_ext_view_form_loc_ve"/>
18
 
            <field name="arch" type="xml">
19
 
                <field name="sin_cred" position="after">
20
 
                    <field name="ret_munici"/>
21
 
                </field>
22
 
            </field>
23
 
        </record>
24
 
 
25
 
 
26
 
 
27
 
        <record id="acc_inv_muni_view_supp_form_loc_ve" model="ir.ui.view">
28
 
            <field name="name">invoice_muni.account.invoice.supplier.form</field>
29
 
            <field name="model">account.invoice</field>
30
 
            <field name="type">form</field>
31
 
            <field name="inherit_id" ref="retencion_iva.account_invoice_ext_view_supp_form_loc_ve"/>
32
 
            <field name="arch" type="xml">
33
 
                <field name="sin_cred" position="after">
34
 
                    <field name="ret_munici"/>
35
 
                </field>
36
 
            </field>
37
 
        </record>
38
 
 
39
 
<!--
40
 
        <record id="account_invoice_ext_view_tree_loc_ve" model="ir.ui.view">
41
 
            <field name="name">invoice_extended.account.invoice.tree.loc_ve</field>
 
11
    -->
 
12
 
 
13
        <record id="account_invoice_wh_muni_customer" model="ir.ui.view">
 
14
            <field name="name">account.invoice.wh.local.customer</field>
 
15
            <field name="model">account.invoice</field>
 
16
            <field name="type">form</field>
 
17
            <field name="inherit_id" ref="l10n_ve_withholding.wh_inv_customer"/>
 
18
            <field name="arch" type="xml">
 
19
                <page string="Withholdings" position="inside">
 
20
                    <notebook>
 
21
                        <page string="Withholdings Local">
 
22
                            <group col="6" colspan="4">
 
23
                                <field name="wh_local"/>
 
24
                            </group>
 
25
                        </page>
 
26
                    </notebook>
 
27
                </page>
 
28
            </field>
 
29
        </record>
 
30
 
 
31
 
 
32
        <record id="account_invoice_wh_muni_supplier" model="ir.ui.view">
 
33
            <field name="name">account.invoice.wh.local.supplier</field>
 
34
            <field name="model">account.invoice</field>
 
35
            <field name="type">form</field>
 
36
            <field name="inherit_id" ref="l10n_ve_withholding.wh_inv_supplier"/>
 
37
            <field name="arch" type="xml">
 
38
                <page string="Withholdings" position="inside">
 
39
                    <notebook>
 
40
                        <page string="Withholdings Vat">
 
41
                            <group col="6" colspan="4">
 
42
                                <field name="wh_local"/>
 
43
                            </group>
 
44
                        </page>
 
45
                    </notebook>
 
46
                </page>
 
47
            </field>
 
48
        </record>
 
49
 
 
50
 
 
51
        <record id="account_invoice_wh_muni_tree" model="ir.ui.view">
 
52
            <field name="name">account.invoice.wh.local.tree</field>
42
53
            <field name="model">account.invoice</field>
43
54
            <field name="type">tree</field>
44
55
            <field name="inherit_id" ref="account.invoice_tree"/>
45
56
            <field name="arch" type="xml">
46
 
                <field name="origin" position="after">
47
 
                    <field name="retention"/>
48
 
                </field>
 
57
                <xpath expr="/tree/field[@name='origin']" position="after">
 
58
                    <field name="wh_local"/>
 
59
                </xpath>
49
60
            </field>
50
61
        </record>
51
 
-->
52
 
 
53
 
 
54
 
 
55
 
 
56
62
 
57
63
 
58
64
    </data>