Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] account_balance_ebp_csv_export #620

Open
wants to merge 54 commits into
base: 18.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
cc30981
Add module account_balance_ebp_csv_export.
Sep 26, 2014
89f2e35
Better module description Update name of XMLID
Oct 6, 2014
49b6c3c
Add file README.rst OpenERP renamed to Odoo Add OCA as author
Mar 30, 2015
b041aba
Try to fix pylint
alexis-via Aug 24, 2015
26ab482
FIX balance in EBP export
Sep 26, 2015
ac72371
Update description to add Sage Etats comptables et fiscaux to the lis…
alexis-via Sep 28, 2015
ffc2f0c
Update README to add tests with Sage Etats Comptables et Fiscaux
alexis-via Oct 1, 2015
84051ca
Remove import of deleted file
alexis-via Oct 1, 2015
24794a0
Restore report parser, that I removed by mistake
alexis-via Oct 10, 2015
5040580
Update version info and travis config
alexis-via Oct 29, 2015
4d7c11c
Fix imports and update report to v8
alexis-via Oct 29, 2015
74cc6da
Port to new API
alexis-via Oct 29, 2015
6bd7abf
Revert "8.0 port module account_balance_ebp_csv_import with good hist…
lepistone Feb 5, 2016
0cc038b
Revert "Revert "8.0 port module account_balance_ebp_csv_import with g…
sebastienbeau Mar 1, 2016
d6642fe
refactor code to remove the dependency on aeroo report
sebastienbeau Mar 1, 2016
c43235c
fix missing external dependency
sebastienbeau Mar 1, 2016
7e6e4ad
fix file generation
sebastienbeau Mar 1, 2016
a9428f3
fix issue with date filter see Alexis change on aeroo version https:/…
sebastienbeau Sep 27, 2016
16aa387
Update README.rst to latest OCA template
alexis-via Sep 30, 2016
414735c
OCA Transbot updated translations from Transifex
oca-transbot Oct 8, 2016
64acbeb
OCA Transbot updated translations from Transifex
oca-transbot Nov 29, 2016
2121431
OCA Transbot updated translations from Transifex
oca-transbot Jan 7, 2017
1a2bf57
Pylint fixes
alexis-via Jan 17, 2017
1bac32d
FIX PEP8 warning
alexis-via Jan 17, 2017
040a017
OCA Transbot updated translations from Transifex
oca-transbot May 6, 2017
5780836
OCA Transbot updated translations from Transifex
oca-transbot Nov 18, 2017
2753c09
account_balance_ebp_csv_export from 8 to 10
alexis-via Feb 7, 2018
cc7463d
Use .csv file extension for EBP CSV export
alexis-via Feb 7, 2018
1843aba
OCA Transbot updated translations from Transifex
oca-transbot Mar 3, 2018
88e999d
EBP CSV: wrong order for the 2 last columns
alexis-via Apr 23, 2018
db64d72
Update account_balance_ebp_csv_export.pot
oca-travis Jun 22, 2018
4e185fc
account_balance_ebp_csv_export: adapt to recent changes in account_fi…
alexis-via Jan 8, 2019
4622dc7
Update account_balance_ebp_csv_export.pot
oca-travis Jan 15, 2019
78982b7
Update translation files
oca-transbot Jan 15, 2019
45a6ae8
[MIG] account_balance_ebp_csv_export v10 -> v12
alexis-via Feb 20, 2019
3c9482c
[ADD] icon.png
OCA-git-bot Apr 3, 2019
175870c
[UPD] Update account_balance_ebp_csv_export.pot
oca-travis Jul 29, 2019
f7fe1c9
Update translation files
oca-transbot Jul 29, 2019
256ff9d
[MIG] account_balance_ebp_csv_export to v14
alexis-via Jan 12, 2021
b5a88da
[REF] Fix pre-commit ignoring modules
legalsylvain Aug 10, 2021
59d43b5
account_balance_ebp_csv_export 14.0.1.0.1
OCA-git-bot Aug 10, 2021
49796fa
Restore tests and remove Alpha status
alexis-via Sep 1, 2021
d5e3b6f
[UPD] Update account_balance_ebp_csv_export.pot
oca-travis Sep 2, 2021
ce66c16
account_balance_ebp_csv_export 14.0.1.0.2
OCA-git-bot Sep 2, 2021
3572fe7
Update translation files
oca-transbot Sep 2, 2021
1976df6
[FIX] account_balance_ebp_csv_export: missing quote before account code
alexis-via Oct 8, 2021
1e2b921
account_balance_ebp_csv_export 14.0.1.0.3
OCA-git-bot Oct 8, 2021
a054063
[MIG] account_balance_ebp_csv_export to 16.0
alexis-via Feb 16, 2023
1b213ab
[UPD] Update account_balance_ebp_csv_export.pot
Mar 2, 2023
55e5c29
Update translation files
weblate Mar 3, 2023
b416c3b
Translated using Weblate (French)
Jun 8, 2023
ae9cc89
Translated using Weblate (Spanish)
Ivorra78 Aug 8, 2023
4789615
[IMP] account_balance_ebp_csv_export: pre-commit auto fixes
alexis-via Feb 6, 2025
b294f7b
[MIG] account_balance_ebp_csv_export to v18
alexis-via Feb 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <<[email protected]>
- Alexis de Lattre <[email protected]>

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 <[email protected]>
# 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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
Loading