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

bzr revid: qdp-launchpad@openerp.com-20120717233637-gyslmk25604r5rfz
This commit is contained in:
Quentin (OpenERP) 2012-07-18 01:36:37 +02:00
parent 4eafdfe017
commit 3f16f0d5f5
2 changed files with 0 additions and 23 deletions

View File

@ -51,7 +51,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>