To switch to electronic invoicing with Odoo, is the invoicing module mandatory, or is the accounting module sufficient for issuing and receiving electronic invoices?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
The Peppol integration can be used in an Odoo Community setup, if this is what your question is aiming at.
The Accounting module (technical name accountant) ultimately has a dependency on Invoicing (technical name account). So no, you can not install accountant without account. Vice versa, however, is possible.
- Peppol (technical name account_peppol - https://github.com/odoo/odoo/blob/18.0/addons/account_peppol/__manifest__.py)
depends on: - Proxy features for account_edi (technical name account_edi_proxy_client - https://github.com/odoo/odoo/blob/18.0/addons/account_edi_proxy_client/__manifest__.py)
depends on: - Invoicing (technical name account - https://github.com/odoo/odoo/blob/18.0/addons/account/__manifest__.py)
see manifest file for further (Community) dependencies - (technical name certificate - https://github.com/odoo/odoo/blob/18.0/addons/certificate/__manifest__.py)
- Invoicing (technical name account - https://github.com/odoo/odoo/blob/18.0/addons/account/__manifest__.py)
- Import/Export electronic invoices with UBL/CII (technical name account_edi_ubl_cii - https://github.com/odoo/odoo/blob/18.0/addons/account_edi_ubl_cii/__manifest__.py)
depends on: - Invoicing (technical name account - https://github.com/odoo/odoo/blob/18.0/addons/account/__manifest__.py)
see manifest file for further (Community) dependencies
- Invoicing (technical name account - https://github.com/odoo/odoo/blob/18.0/addons/account/__manifest__.py)
- Proxy features for account_edi (technical name account_edi_proxy_client - https://github.com/odoo/odoo/blob/18.0/addons/account_edi_proxy_client/__manifest__.py)
Peppol and depending modules do also have some external dependencies (python libraries that need to be installed) that can be found in the external_dependencies key in the manifest files of the relevant modules.
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
aug. 25
|
86 | ||
|
0
aug. 25
|
128 | ||
|
1
aug. 25
|
263 | ||
|
0
aug. 25
|
430 | ||
|
1
aug. 25
|
459 |
The Accounting App includes all features of the Invoicing App.