[DATA] +custom chart of account
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 4 Dec 2015 15:34:14 +0000 (16:34 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 4 Dec 2015 15:34:14 +0000 (16:34 +0100)
__openerp__.py
data/plan_comptable_general.xml [new file with mode: 0644]

index b09217a..f28c3b4 100644 (file)
@@ -45,6 +45,7 @@ It installs the profile for bike co-ops to manage some features like:
     'init_xml': [
     ],
     'update_xml': [
     'init_xml': [
     ],
     'update_xml': [
+        'data/plan_comptable_general.xml',
     ],
     'installable': True,
     'auto_install': False,
     ],
     'installable': True,
     'auto_install': False,
diff --git a/data/plan_comptable_general.xml b/data/plan_comptable_general.xml
new file mode 100644 (file)
index 0000000..2b149b7
--- /dev/null
@@ -0,0 +1,8 @@
+<openerp>
+    <data>
+        <record id="l10n_fr.pcg_7088" model="account.account.template">
+            <field name="nocreate" eval="False"/>
+        </record>
+
+    </data>
+</openerp>