Skip to content

Commit

Permalink
Merge pull request #13 from akretion/18-imp-oca-coa-name
Browse files Browse the repository at this point in the history
18 imp oca coa name
  • Loading branch information
alexis-via authored Feb 27, 2025
2 parents 2c376c4 + 71595ef commit 61614ab
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
32 changes: 16 additions & 16 deletions l10n_fr_account_oca/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ the test suite of **l10n_fr_account_vat_return**.

The goals of the fork are:

- provide a reasonable number of taxes (35 taxes, compared to 67 which
is about half the number of taxes provided by the **l10n_fr_account**
module !),
- provide a clean and up-to-date chart of account for France
(up-to-date with official chart of account of the
`ANC <https://www.anc.gouv.fr/>`__ published on January 1st 2025),
- provide taxes, fiscal positions and a chart of accounts properly
configured for the OCA module **l10n_fr_account_vat_return**, the
opensource VAT module for France,
- provide a reasonable number of taxes (35 taxes, compared to 67 which
is about half the number of taxes provided by the **l10n_fr_account**
module !),
- provide a clean and up-to-date chart of account for France (up-to-date
with official chart of account of the
`ANC <https://www.anc.gouv.fr/>`__ published on January 1st 2025),
- provide taxes, fiscal positions and a chart of accounts properly
configured for the OCA module **l10n_fr_account_vat_return**, the
opensource VAT module for France,

**Table of contents**

Expand Down Expand Up @@ -81,16 +81,16 @@ Authors
Contributors
------------

- Alexis de Lattre <alexis.delattre@akretion.com>
- Alexis de Lattre <alexis.delattre@akretion.com>

Contributors on the module before the fork:

- Odoo SA
- Sistheo
- Zeekom
- CrysaLEAD
- Akretion
- Camptocamp
- Odoo SA
- Sistheo
- Zeekom
- CrysaLEAD
- Akretion
- Camptocamp

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion l10n_fr_account_oca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .import models
from . import models
from odoo.addons.account.models.chart_template import preserve_existing_tags_on_taxes


Expand Down
1 change: 1 addition & 0 deletions l10n_fr_account_oca/models/template_fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class AccountChartTemplate(models.AbstractModel):
@template("fr_oca")
def _get_fr_oca_template_data(self):
return {
"name": "OCA",
"code_digits": 6,
"property_account_receivable_id": "fr_pcg_recv",
"property_account_payable_id": "fr_pcg_pay",
Expand Down
4 changes: 2 additions & 2 deletions l10n_fr_account_oca/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ <h1 class="title">France - OCA Chart of Account</h1>
<li>provide a reasonable number of taxes (35 taxes, compared to 67 which
is about half the number of taxes provided by the <strong>l10n_fr_account</strong>
module !),</li>
<li>provide a clean and up-to-date chart of account for France
(up-to-date with official chart of account of the
<li>provide a clean and up-to-date chart of account for France (up-to-date
with official chart of account of the
<a class="reference external" href="https://www.anc.gouv.fr/">ANC</a> published on January 1st 2025),</li>
<li>provide taxes, fiscal positions and a chart of accounts properly
configured for the OCA module <strong>l10n_fr_account_vat_return</strong>, the
Expand Down

0 comments on commit 61614ab

Please sign in to comment.