Merge lp:~vauxoo/openerp-venezuela-localization/jose-frq into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Status: Merged
Merged at revision: 519
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/jose-frq
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 21 lines (+2/-2)
1 file modified
l10n_ve_fiscal_requirements/view/account_invoice_view.xml (+2/-2)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/jose-frq
Reviewer Review Type Date Requested Status
hbto [Vauxoo] http://www.vauxoo.com Pending
Review via email: mp+87975@code.launchpad.net

Description of the change

Required the fields nr_ctlr and reference in account_invoice

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_fiscal_requirements/view/account_invoice_view.xml'
2--- l10n_ve_fiscal_requirements/view/account_invoice_view.xml 2012-01-02 16:27:26 +0000
3+++ l10n_ve_fiscal_requirements/view/account_invoice_view.xml 2012-01-09 18:32:25 +0000
4@@ -35,7 +35,7 @@
5 <field name="inherit_id" ref="account.invoice_supplier_form"/>
6 <field name="arch" type="xml">
7 <xpath expr="/form/notebook/page/field[@name='date_due']" position="after">
8- <field name="nro_ctrl" />
9+ <field name="nro_ctrl" required="1"/>
10 </xpath>
11 </field>
12 </record>
13@@ -57,7 +57,7 @@
14 <field name="inherit_id" ref="account.invoice_tree"/>
15 <field name="arch" type="xml">
16 <xpath expr="/tree/field[@name='name']" position="after">
17- <field name="reference"/>
18+ <field name="reference" required="1" />
19 </xpath>
20 </field>
21 </record>