From ddcd0a5b3e6081b5ae30106d2e3063846a226c3d Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 25 Mar 2013 15:27:32 +0100 Subject: [PATCH] [Tax] plus de taxe par defaut dans le plan comptable --- __openerp__.py | 1 + data/fr_tax.xml | 355 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 356 insertions(+) create mode 100644 data/fr_tax.xml diff --git a/__openerp__.py b/__openerp__.py index 465c5fd..fcdeab6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -21,6 +21,7 @@ This module is to configure add french spepcifitities to modules related to a bi 'data/res_users.xml', 'data/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', + 'data/fr_tax.xml', 'view/bikecoop.xml', 'view/profile_association.xml', ], diff --git a/data/fr_tax.xml b/data/fr_tax.xml new file mode 100644 index 0000000..1c6cddf --- /dev/null +++ b/data/fr_tax.xml @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.20.1