Skip to content

Commit

Permalink
[FIX] l10n_ca is back, compliant with the new accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
rsi-odoo authored and pvy-odoo committed Aug 24, 2015
1 parent 8217c58 commit 8dddc02
Show file tree
Hide file tree
Showing 16 changed files with 1,034 additions and 4,308 deletions.
4 changes: 2 additions & 2 deletions addons/l10n_ca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# Copyright (C) 2010 Savoir-faire Linux (<https://www.savoirfairelinux.com>).
35 changes: 15 additions & 20 deletions addons/l10n_ca/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
'name': 'Canada - Accounting',
'version': '1.2',
'version': '1.0',
'author': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'website': 'https://www.savoirfairelinux.com',
'category': 'Localization/Account Charts',
'description': """
This is the module to manage the English and French - Canadian accounting chart in OpenERP.
This is the module to manage the Canadian accounting chart in OpenERP.
===========================================================================================
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 most common case in the fiscal positions: delivery is the
When considering taxes to be applied, it is the province where the delivery occurs that matters.
Therefore we decided to implement the most common case in the fiscal positions: delivery is the
responsibility of the vendor and done at the customer location.
Some examples:
Expand All @@ -27,30 +28,24 @@
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 vendor doesn't charge you any tax. Taxes are charged at customs
3) An international vendor doesn't charge you any tax. Taxes are charged at customs
by the customs broker. On the vendor, set the fiscal position to International.
4) An international vendor charge you your provincial tax. They are registered with your
provincial government and remit taxes themselves. On the vendor, do not set any fiscal
position.
""",
'depends': [
'base',
'account',
'base_iban',
'base_vat',
],
'data': [
'account_chart_en.xml',
'account_chart_template_en.xml',
'account_tax_en.xml',
'fiscal_templates_en.xml',
'account_chart_fr.xml',
'account_chart_template_fr.xml',
'account_tax_fr.xml',
'fiscal_templates_fr.xml',
'l10n_ca_wizard.xml'
'account_chart_template.xml',
'account_chart.xml',
'account_chart_template_after.xml',
'account_tax.xml',
'fiscal_templates.xml',
'account_chart_template.yml',
],
'demo': [],
'installable': False,
'installable': True,
}
Loading

0 comments on commit 8dddc02

Please sign in to comment.