From 98b635c3f11c44214e2ec56710de5243f9a6deb9 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Fri, 21 Jun 2013 21:26:26 -0400 Subject: [PATCH] [IMP] Documentation bzr revid: maxime.chambreuil@gmail.com-20130622012626-hk1e2wfexewwfuve --- addons/l10n_ca/__openerp__.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/addons/l10n_ca/__openerp__.py b/addons/l10n_ca/__openerp__.py index fc1486ec59a..46edd918d56 100644 --- a/addons/l10n_ca/__openerp__.py +++ b/addons/l10n_ca/__openerp__.py @@ -29,6 +29,28 @@ This is the module to manage the English and French - Canadian accounting chart =========================================================================================== Canadian accounting charts and localizations. + +Fiscal positions +---------------- + +When considering taxes to be applied, it is the province where the delivery occurs that matters. +Therefore we decided to implement the general case in the fiscal positions: delivery is the +responsibility of the supplier and done at the customer location. + +Some examples: + +1) You have a customer from another province and you deliver to his province. +On the customer, set the fiscal position to his province. + +2) You have a customer from another province. However this customer comes to your location +with their truck to pick up products. On the customer, do not set any fiscal position. + +3) An international supplier doesn't charge you any tax. Tax are charged at customs +by the customs broker. On the supplier, set the fiscal position to International. + +4) An international supplier charge you your provincial tax. They are registered with your +provincial government and remit taxes themselves. On the supplier, do not set any fiscal +position. """, 'depends': [ 'base',