From ed75ed4b2c7ba315420d8a875487699417e4a601 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 7 Apr 2016 16:29:05 +0200 Subject: [PATCH] [DATA] +user marie --- __openerp__.py | 1 + data/users.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 data/users.xml diff --git a/__openerp__.py b/__openerp__.py index 5a6adc8..d991fba 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -50,6 +50,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_categories.xml', 'data/products_products.xml', 'data/members.xml', + 'data/users.xml', 'view/bikecoop.xml', ], 'installable': True, diff --git a/data/users.xml b/data/users.xml new file mode 100644 index 0000000..26b1e4f --- /dev/null +++ b/data/users.xml @@ -0,0 +1,29 @@ + + + + + Marie HUIJBREGTS + + + + marie@cyclocoop.org + + + + marie + fr_FR + Europe/Paris + + + + -- 2.20.1