From 1abfea54e192c09f33c29ea8017fd97b66e17ba3 Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Wed, 15 May 2013 11:02:19 +0200 Subject: [PATCH] =?utf8?q?Ajout=20de=20donn=C3=A9es=20de=20d=C3=A9monstratio?= =?utf8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- __openerp__.py | 1 + demo/faq.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 demo/faq.xml diff --git a/__openerp__.py b/__openerp__.py index cc09393..8ed2826 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -11,6 +11,7 @@ ], "demo": [ # fichiers de données de démonstration + 'demo/faq.xml' ], "test": [ # fichiers de test diff --git a/demo/faq.xml b/demo/faq.xml new file mode 100644 index 0000000..257f63f --- /dev/null +++ b/demo/faq.xml @@ -0,0 +1,53 @@ + + + + + + OpenERP + Toutes les questions sur OpenERP + + + + Python + L'hymne à Guido Van Rossum ! + + + + Vue Kanban + Comment afficher la liste des réponses pour une question ? + + + + + Comment bien programmer ? + la phylosophie python + + + + + Beautiful is better than ugly. + + + + + Explicit is better than implicit. + + + + + Simple is better than complex. + + + + + Complex is better than complicated. + + + + + Readability counts. + + + + + \ No newline at end of file -- 1.7.10.4