[menu] menu association <-- bikecoop
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 13 Dec 2012 14:16:51 +0000 (15:16 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 13 Dec 2012 14:16:51 +0000 (15:16 +0100)
__openerp__.py
view/profile_association.xml [new file with mode: 0644]

index 450e16a..465c5fd 100644 (file)
@@ -22,6 +22,7 @@ This module is to configure add french spepcifitities to modules related to a bi
         'data/bikecoop_l10n_fr.xml',
         'data/plan_comptable_general.xml',
         'view/bikecoop.xml',
+        'view/profile_association.xml',
     ],
     'installable': True,
     'auto_install': False,
diff --git a/view/profile_association.xml b/view/profile_association.xml
new file mode 100644 (file)
index 0000000..1939699
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<openerp>
+    <data>
+        <menuitem name="Association"
+            id="base.menu_association" 
+            groups="base.group_system"
+            sequence="45"/>
+    </data>
+</openerp>