From f400844cc2bbe0cef859a0351611d3946944096a Mon Sep 17 00:00:00 2001 From: Julien Van Roy Date: Wed, 12 Apr 2023 16:16:52 +0000 Subject: [PATCH] [IMP] accounting/electronic_invoicing: remove useless section In previous versions (from 14.0 to saas-15.4), `account_edi_ubl_cii` was not auto-installed. From 16.0, it is. Thus, we no longer need the section advising to install this module. Manifest in saas-15.4: https://github.com/odoo/odoo/blob/saas-15.4/addons/account_edi_ubl_cii/__manifest__.py Manifest in 16.0: https://github.com/odoo/odoo/blob/16.0/addons/account_edi_ubl_cii/__manifest__.py closes odoo/documentation#4161 X-original-commit: 136187f0fbe09387465ae678a3368df1350b6dc3 Signed-off-by: Castillo Jonathan (jcs) --- .../electronic_invoicing.rst | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/content/applications/finance/accounting/receivables/customer_invoices/electronic_invoicing.rst b/content/applications/finance/accounting/receivables/customer_invoices/electronic_invoicing.rst index 5098cd839..1a68f9e31 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices/electronic_invoicing.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices/electronic_invoicing.rst @@ -79,29 +79,3 @@ visible in the attachment section, or embedded in the PDF. Information`. - Odoo supports the **Peppol BIS Billing 3.0** format that can be used via existing access points. - -Add new formats to a database created before July 2022 ------------------------------------------------------- - -If your database was created before July 2022 and you wish to use one of the formats available from -July 2022, you have to :ref:`install ` the module :guilabel:`Import/Export -electronic invoices with UBL/CII` (module’s technical name: `account_edi_ubl_cii`) and your -country-specific module. - -.. example:: - If you want to use the Belgian format E-FFF in a database created prior to July 2022, you need to - :ref:`install `: - - .. list-table:: - :header-rows: 1 - - * - Name - - Technical name - * - Belgium - E-Invoicing (UBL 2.0, e-fff) - - `l10n_be_edi` - * - Import/Export electronic invoices with UBL/CII - - `account_edi_ubl_cii` - -.. note:: - Once the new module is installed, UBL 2.0 and UBL 2.1 formats no longer appear in the journal - since UBL BIS Billing 3.0 is available and more widely supported.