[MERGE] l10n_lu: removed xml view referencing unexisting fields (removed in a previous commit)

forward-port of v6.1 addons revid: qdp-launchpad@openerp.com-20120717233637-gyslmk25604r5rfz

bzr revid: xal@openerp.com-20121203142047-12s7l6od56uq6r58
This commit is contained in:
Xavier ALT 2012-12-03 15:20:47 +01:00
parent ea0240c011
commit f554a16430
2 changed files with 0 additions and 23 deletions

View File

@ -50,7 +50,6 @@ This is the base module to manage the accounting chart for Luxembourg.
'account.fiscal.position.tax.template-2011.csv',
# configuration wizard, views, reports...
'l10n_lu_wizard.xml',
'l10n_lu_view.xml',
'wizard/print_vat_view.xml'
],
'test': ['test/l10n_lu_report.yml'],

View File

@ -1,22 +0,0 @@
<?xml version="1.0" ?>
<openerp>
<data>
<record model="ir.ui.view" id="res_company_vat_lu">
<field name="name">res.company.config.vat.lu</field>
<field name="model">res.company</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<page string="Configuration" position="inside">
<group string="VAT" colspan="2">
<field name="vat_matricule"/>
<field name="vat_office"/>
<field name="vat_mode"/>
</group>
</page>
</field>
</record>
</data>
</openerp>