Skip to content

Commit

Permalink
Merge PR #620 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Feb 14, 2025
2 parents a8cd7d0 + 7864f8e commit 2eb3740
Show file tree
Hide file tree
Showing 81 changed files with 4,005 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
account_balance_ebp_csv_export/report/balance_ebp_csv.xml
110 changes: 110 additions & 0 deletions account_balance_ebp_csv_export/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
==============================
Account Balance EBP CSV export
==============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:64bee03d5381f359d6d2aaa8ff19cdeb9a96778988163dfcb01c334b0c4cdd44
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--france-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-france/tree/18.0/account_balance_ebp_csv_export
:alt: OCA/l10n-france
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-france-18-0/l10n-france-18-0-account_balance_ebp_csv_export
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-france&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a button *Export EBP CSV* next to the *Export PDF* and
*Export XLSX* buttons on the Trial Balance wizard. It will export the
Trial Balance in the CSV export format of the EBP accounting software.

|Screenshot Trial Balance|

One of the possible usage scenario of this module is to export the trial
balance to software dedicated to the `liasse
fiscale <http://fr.wikipedia.org/wiki/Liasse_fiscale>`__ (French fiscal
declaration) that accept CSV files from the EBP accounting software.
This file has been successfully tested with the following software:

- `Teledec <https://www.teledec.fr/>`__, which is a SaaS solution for
the *liasse fiscale* with support for EDI transmission

- `Sage Etats Comptables et
Fiscaux <https://www.sage.com/fr-fr/produits/sage-frp-etats-comptables-et-fiscaux/>`__,
which is a Windows software to compute, edit and transmit via EDI the
*liasse fiscale* and other fiscal declarations. It can import the CSV
balance generated by this module if you select *EBP WIN* as import
filter. WARNING: it has not yet be re-tested with Sage Etats
Comptables et Fiscaux following the switch from the aeroo-based
version to the aeroo-free version (re-testing is needed because the
CSV is not formatted exactly the same way).

.. |Screenshot Trial Balance| image:: https://raw.githubusercontent.com/OCA/l10n-france/18.0/account_balance_ebp_csv_export/static/description/sshot_trial_balance_ebp.png

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-france/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/l10n-france/issues/new?body=module:%20account_balance_ebp_csv_export%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Akretion

Contributors
------------

- Sébastien Beau <<sebastien.beau@akretion.com>
- Alexis de Lattre <alexis.delattre@akretion.com>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
:target: https://github.com/alexis-via
:alt: alexis-via

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via|

This module is part of the `OCA/l10n-france <https://github.com/OCA/l10n-france/tree/18.0/account_balance_ebp_csv_export>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions account_balance_ebp_csv_export/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import report
from . import wizard
20 changes: 20 additions & 0 deletions account_balance_ebp_csv_export/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2014-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Account Balance EBP CSV export",
"version": "18.0.1.0.0",
"category": "Accounting",
"license": "AGPL-3",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/l10n-france",
"depends": ["account_financial_report"],
"data": [
"report.xml",
"report/balance_ebp_csv.xml",
"wizard/trial_balance_wizard_view.xml",
],
"installable": True,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_balance_ebp_csv_export
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_ebp
msgid ""
"\"Compte.Numero\",\"Compte.Intitule\",\"Balance.SldCptNDebit\",\"Balance.SldCptNCredit\",\"Balance.SldCptNSoldeD\",\"Balance.SldCptNSolde\""
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.actions.report,name:account_balance_ebp_csv_export.action_report_trial_balance_ebp
msgid "EBP CSV Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_report_account_balance_ebp_csv_export_trial_balance_ebp
msgid "EBP CSV Trial Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "Export EBP CSV"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_trial_balance_report_wizard
msgid "Trial Balance Report Wizard"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "or"
msgstr ""
51 changes: 51 additions & 0 deletions account_balance_ebp_csv_export/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_balance_ebp_csv_export
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-17 03:48+0000\n"
"PO-Revision-Date: 2018-02-17 03:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_ebp
msgid ""
"\"Compte.Numero\",\"Compte.Intitule\",\"Balance.SldCptNDebit\",\"Balance."
"SldCptNCredit\",\"Balance.SldCptNSoldeD\",\"Balance.SldCptNSolde\""
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.actions.report,name:account_balance_ebp_csv_export.action_report_trial_balance_ebp
msgid "EBP CSV Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_report_account_balance_ebp_csv_export_trial_balance_ebp
msgid "EBP CSV Trial Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "Export EBP CSV"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_trial_balance_report_wizard
msgid "Trial Balance Report Wizard"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "or"
msgstr "o"
52 changes: 52 additions & 0 deletions account_balance_ebp_csv_export/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_balance_ebp_csv_export
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-17 03:48+0000\n"
"PO-Revision-Date: 2018-02-17 03:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_ebp
msgid ""
"\"Compte.Numero\",\"Compte.Intitule\",\"Balance.SldCptNDebit\",\"Balance."
"SldCptNCredit\",\"Balance.SldCptNSoldeD\",\"Balance.SldCptNSolde\""
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.actions.report,name:account_balance_ebp_csv_export.action_report_trial_balance_ebp
msgid "EBP CSV Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_report_account_balance_ebp_csv_export_trial_balance_ebp
msgid "EBP CSV Trial Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "Export EBP CSV"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_trial_balance_report_wizard
msgid "Trial Balance Report Wizard"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "or"
msgstr "أو"
51 changes: 51 additions & 0 deletions account_balance_ebp_csv_export/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_balance_ebp_csv_export
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-17 03:48+0000\n"
"PO-Revision-Date: 2018-02-17 03:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_ebp
msgid ""
"\"Compte.Numero\",\"Compte.Intitule\",\"Balance.SldCptNDebit\",\"Balance."
"SldCptNCredit\",\"Balance.SldCptNSoldeD\",\"Balance.SldCptNSolde\""
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.actions.report,name:account_balance_ebp_csv_export.action_report_trial_balance_ebp
msgid "EBP CSV Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_report_account_balance_ebp_csv_export_trial_balance_ebp
msgid "EBP CSV Trial Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "Export EBP CSV"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_trial_balance_report_wizard
msgid "Trial Balance Report Wizard"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "or"
msgstr "или"
52 changes: 52 additions & 0 deletions account_balance_ebp_csv_export/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_balance_ebp_csv_export
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-17 03:48+0000\n"
"PO-Revision-Date: 2018-02-17 03:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_ebp
msgid ""
"\"Compte.Numero\",\"Compte.Intitule\",\"Balance.SldCptNDebit\",\"Balance."
"SldCptNCredit\",\"Balance.SldCptNSoldeD\",\"Balance.SldCptNSolde\""
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.actions.report,name:account_balance_ebp_csv_export.action_report_trial_balance_ebp
msgid "EBP CSV Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_report_account_balance_ebp_csv_export_trial_balance_ebp
msgid "EBP CSV Trial Balance"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "Export EBP CSV"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model:ir.model,name:account_balance_ebp_csv_export.model_trial_balance_report_wizard
msgid "Trial Balance Report Wizard"
msgstr ""

#. module: account_balance_ebp_csv_export
#: model_terms:ir.ui.view,arch_db:account_balance_ebp_csv_export.trial_balance_wizard
msgid "or"
msgstr "ili"
Loading

0 comments on commit 2eb3740

Please sign in to comment.