[VIEW] +analytic account is required in supplier invoice
[burette/account_analytic_improvement.git] / view / account_invoice_view.xml
diff --git a/view/account_invoice_view.xml b/view/account_invoice_view.xml
deleted file mode 100644 (file)
index 04acc9b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openerp>
-    <data>
-        <record id="invoice_form" model="ir.ui.view">
-            <field name="name">account.invoice.form</field>
-            <field name="model">account.invoice</field>
-            <field name="inherit_id" ref="account.invoice_form"/>
-            <field name="arch" type="xml">
-                <xpath expr="//field[@name='account_analytic_id']" position="attributes">
-                    <attribute name="required">1</attribute>
-                </xpath>
-                <xpath expr="//tree/field[@name='account_analytic_id']" position="replace">
-                    <field name="account_analytic_id" domain="[('type', '=', 'normal'), ('company_id', '=', parent.company_id), ('code', '!=', 'False'), ('state', '=', 'open')]" required="1" />
-                </xpath>
-            </field>
-        </record>
-    </data>
-</openerp>