From 24edf0da4e6a071c8ab6db70ab111ff2bb1dfeea Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Sun, 16 Nov 2014 16:52:51 +0100 Subject: [PATCH] [user] +user employee --- __openerp__.py | 1 + demo/hr.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 demo/hr.xml diff --git a/__openerp__.py b/__openerp__.py index 24a9433..a3cb8c3 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -41,6 +41,7 @@ This module supplies demonstration data for the bikecoop module ], 'update_xml': [ 'demo/bikecoop.xml', + 'demo/hr.xml', 'demo/partner.xml', 'demo/product.xml', 'demo/account.xml', diff --git a/demo/hr.xml b/demo/hr.xml new file mode 100644 index 0000000..2c381c8 --- /dev/null +++ b/demo/hr.xml @@ -0,0 +1,13 @@ + + + + employee + employee + Employee + Employee + + + + + + -- 2.20.1