Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,38 @@ Odoo modules for e-invoicing and e-reporting in France starting september 1st 20

This set of modules depends on several OCA modules. Make sure that you are running up-to-date code for the following OCA repositories:

* [OCA/account-financial-tools](https://github.com/OCA/account-financial-tools)
* account_dashboard_banner (dependency of l10n_fr_einvoicing_dashboard_banner)
* [OCA/bank-payment](https://github.com/OCA/account-payment)
* account_payment_mode
* account_payment_partner
* [OCA/community-data-files](https://github.com/OCA/community-data-files)
* [OCA/edi](https://github.com/OCA/edi)
* account_payment_unece
* account_tax_unece
* base_unece
* uom_unece
* [OCA/edi](https://github.com/OCA/edi) (dependencies of l10n_fr_einvoicing_import)
* account_invoice_import
* account_invoice_import_facturx
* account_invoice_import_ubl
* base_business_document_import
* base_facturx
* base_ubl
* base_ubl_parse
* pdf_helper
* [OCA/intrastat-extrastat](https://github.com/OCA/intrastat-extrastat)
* intrastat_base
* [OCA/l10n-france](https://github.com/OCA/l10n-france)
* [OCA/account-financial-tools](https://github.com/OCA/account-financial-tools)
* l10n_fr_account_invoice_import_facturx
* l10n_fr_business_document_import
* l10n_fr_siret
* In addition to the above, for automatic configuration of UNECE tax codes, you may want to install l10n_fr_account_tax_unece or l10n_fr_oca
* [OCA/reporting-engine](https://github.com/OCA/reporting-engine)
* report_py3o (dependency of account_invoice_en16931_py3o)
* [OCA/sale-workflow](https://github.com/OCA/sale-workflow)
* sale_commercial_partner (dependency of l10n_fr_einvoicing_sale)
* [OCA/server-tools](https://github.com/OCA/server-tools)
* base_view_inheritance_extension

You should also make sure that the code of Odoo 16.0 you are running on is up-to-date.

Expand Down
1 change: 1 addition & 0 deletions l10n_fr_account_invoice_en16931/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"account_invoice_en16931",
"l10n_fr_siret",
],
"external_dependencies": {"python": ["unidecode"]},
"data": ["views/account_move.xml"],
"installable": True,
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# generated from manifests external_dependencies
factur-x>=6.7
pyfrctc>=0.15
unidecode
Loading