From: Ludovic CHEVALIER Date: Wed, 15 Jan 2020 21:11:38 +0000 (+0100) Subject: [MODULE] +production X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fcyclofficine_ivry.git;a=commitdiff_plain;h=6f7c3f03557a440fcd6ec7a5786c4be0c1f471d2;ds=sidebyside [MODULE] +production --- diff --git a/__openerp__.py b/__openerp__.py index 0493edc..8842f3f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -40,8 +40,6 @@ It installs the profile for bike co-ops to manage some features like: 'data/base.xml', 'data/products_categories.xml', 'data/products_products.xml', - 'data/members.xml', - 'data/users.xml', 'view/members.xml', ], 'installable': True, diff --git a/data/members.xml b/data/members.xml deleted file mode 120000 index 80cfc17..0000000 --- a/data/members.xml +++ /dev/null @@ -1 +0,0 @@ -../sec/data/members.xml \ No newline at end of file diff --git a/data/users.xml b/data/users.xml deleted file mode 120000 index 7bb6fc7..0000000 --- a/data/users.xml +++ /dev/null @@ -1 +0,0 @@ -../sec/data/users.xml \ No newline at end of file