[DATA] +force padding in member_ident sequence
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 6 Jan 2017 20:14:32 +0000 (21:14 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 6 Jan 2017 20:14:32 +0000 (21:14 +0100)
__openerp__.py
data/remembership.xml [new file with mode: 0644]

index adc9837..5628d86 100644 (file)
@@ -50,6 +50,7 @@ It installs the profile for bike co-ops to manage some features like:
         'data/point_of_sale.xml',
         'data/products_categories.xml',
         'data/products_products.xml',
+        'data/remembership.xml',
         'data/sale.xml',
         'data/stock.xml',
         'view/bikecoop.xml',
diff --git a/data/remembership.xml b/data/remembership.xml
new file mode 100644 (file)
index 0000000..862f6d7
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<openerp>
+    <data noupdate="1">
+        <record model="ir.sequence" id="remembership.member_ident_sequence">
+            <field name="padding">6</field>
+        </record>
+    </data>
+</openerp>