diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/l10n_be_edi/__manifest__.py | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/l10n_be_edi/__manifest__.py')
| -rw-r--r-- | addons/l10n_be_edi/__manifest__.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/addons/l10n_be_edi/__manifest__.py b/addons/l10n_be_edi/__manifest__.py new file mode 100644 index 00000000..7bd802a1 --- /dev/null +++ b/addons/l10n_be_edi/__manifest__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +{ + 'name': 'Belgium - E-Invoicing (UBL 2.0, e-fff)', + 'version': '0.1', + 'category': 'Accounting/Localizations/EDI', + 'summary': 'E-Invoicing, Universal Business Language (UBL 2.0), e-fff protocol', + 'description': """ +Universal Business Language (UBL <http://ubl.xml.org/>`_) is a library of standard electronic XML business documents such as +invoices. The UBL standard became the `ISO/IEC 19845 +<http://www.iso.org/iso/catalogue_detail.htm?csnumber=66370>`_ standard in January 2016 +(cf the `official announce <http://www.prweb.com/releases/2016/01/prweb13186919.htm>`_). +Belgian e-invoicing uses the UBL 2.0 using the e-fff protocol. + """, + 'depends': ['l10n_be', 'account_edi_ubl'], + 'data': [ + 'data/account_edi_data.xml' + ], + 'installable': True, + 'auto_install': True, + 'license': 'LGPL-3', +} |
