[FIX] account : made data noupdate=1 in account/configurable_account_chart.xml
authorBharat (OpenERP) <bde@tinyerp.com>
Fri, 16 Dec 2011 07:04:34 +0000 (12:34 +0530)
committerBharat (OpenERP) <bde@tinyerp.com>
Fri, 16 Dec 2011 07:04:34 +0000 (12:34 +0530)
lp bug: https://launchpad.net/bugs/902333 fixed

bzr revid: bde@tinyerp.com-20111216070434-ue2em36v798s6e9i

addons/account/configurable_account_chart.xml

index fa0aa34..7e1de5b 100644 (file)
@@ -1,5 +1,5 @@
 <openerp>
-    <data>
+    <data noupdate="1">
         <!-- Types -->
         <record model="account.account.type" id="account_type_income_view1">
             <field name="name">Income View</field>