From 9144e59952ef828e84116d687624fa856c7ce848 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 15 Mar 2024 14:48:24 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 28 ++++++++++++++++++- account_invoice_facturx/README.rst | 2 +- account_invoice_facturx/__manifest__.py | 2 +- .../static/description/index.html | 3 +- account_invoice_import_facturx/README.rst | 2 +- .../__manifest__.py | 2 +- .../static/description/index.html | 3 +- .../README.rst | 2 +- .../__manifest__.py | 2 +- .../static/description/index.html | 3 +- account_invoice_import_ubl/README.rst | 2 +- account_invoice_import_ubl/__manifest__.py | 2 +- .../static/description/index.html | 3 +- account_invoice_ubl/README.rst | 2 +- account_invoice_ubl/__manifest__.py | 2 +- .../static/description/index.html | 3 +- .../README.rst | 2 +- .../__manifest__.py | 2 +- .../static/description/index.html | 3 +- base_business_document_import/README.rst | 2 +- base_business_document_import/__manifest__.py | 2 +- .../static/description/index.html | 3 +- .../__manifest__.py | 2 +- base_edi/README.rst | 2 +- base_edi/__manifest__.py | 2 +- base_edi/static/description/index.html | 3 +- base_ubl/README.rst | 2 +- base_ubl/__manifest__.py | 2 +- base_ubl/static/description/index.html | 3 +- base_ubl_payment/README.rst | 2 +- base_ubl_payment/__manifest__.py | 2 +- .../static/description/index.html | 3 +- edi_oca/README.rst | 12 ++++---- edi_oca/__manifest__.py | 2 +- edi_oca/static/description/index.html | 9 +++--- purchase_order_ubl/README.rst | 2 +- purchase_order_ubl/__manifest__.py | 2 +- .../static/description/index.html | 3 +- purchase_stock_ubl/README.rst | 2 +- purchase_stock_ubl/__manifest__.py | 2 +- .../static/description/index.html | 3 +- sale_order_import/README.rst | 2 +- sale_order_import/__manifest__.py | 2 +- .../static/description/index.html | 3 +- sale_order_ubl/README.rst | 2 +- sale_order_ubl/__manifest__.py | 2 +- sale_order_ubl/static/description/index.html | 3 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 49 files changed, 83 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index c8076edcff..6e09620ab2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,33 @@ Electronic Data Interchange modules [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[account_e-invoice_generate](account_e-invoice_generate/) | 12.0.1.1.0 | | Technical module to generate PDF invoices with embedded XML file +[account_invoice_download](account_invoice_download/) | 12.0.1.0.0 | | Auto-download supplier invoices and import them +[account_invoice_download_ovh](account_invoice_download_ovh/) | 12.0.1.0.1 | | Get OVH Invoice via the API +[account_invoice_facturx](account_invoice_facturx/) | 12.0.1.1.1 | | Generate Factur-X/ZUGFeRD customer invoices +[account_invoice_facturx_py3o](account_invoice_facturx_py3o/) | 12.0.1.0.0 | | Generate Factur-X invoices with Py3o reporting engine +[account_invoice_import](account_invoice_import/) | 12.0.1.1.1 | | Import supplier invoices/refunds as PDF or XML files +[account_invoice_import_facturx](account_invoice_import_facturx/) | 12.0.1.0.1 | | Import Factur-X/ZUGFeRD supplier invoices/refunds +[account_invoice_import_invoice2data](account_invoice_import_invoice2data/) | 12.0.1.1.1 | | Import supplier invoices using the invoice2data lib +[account_invoice_import_ubl](account_invoice_import_ubl/) | 12.0.1.0.1 | | Import UBL XML supplier invoices/refunds +[account_invoice_ubl](account_invoice_ubl/) | 12.0.1.1.2 | | Generate UBL XML file for customer invoices/refunds +[account_invoice_ubl_email_attachment](account_invoice_ubl_email_attachment/) | 12.0.1.0.2 | | Automatically adds the UBL file to the email. +[base_business_document_import](base_business_document_import/) | 12.0.1.0.1 | | Provides technical tools to import sale orders or supplier invoices +[base_business_document_import_phone](base_business_document_import_phone/) | 12.0.1.0.0 | | Use phone numbers to match partners upon import of business documents +[base_business_document_import_stock](base_business_document_import_stock/) | 12.0.1.0.1 | | Match incoterms upon import of business documents +[base_edi](base_edi/) | 12.0.1.0.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Base module to aggregate EDI features. +[base_facturx](base_facturx/) | 12.0.1.0.0 | | Base module for Factur-X/ZUGFeRD +[base_ubl](base_ubl/) | 12.0.1.1.2 | | Base module for Universal Business Language (UBL) +[base_ubl_payment](base_ubl_payment/) | 12.0.1.0.1 | | Payment-related code for Universal Business Language (UBL) +[edi_oca](edi_oca/) | 12.0.1.22.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges. +[purchase_order_ubl](purchase_order_ubl/) | 12.0.1.0.1 | | Embed UBL XML file inside the PDF purchase order +[purchase_stock_ubl](purchase_stock_ubl/) | 12.0.1.0.1 | | Glue module for Purchase Order UBL and Stock/Inventory +[sale_order_import](sale_order_import/) | 12.0.1.0.1 | | Import RFQ or sale orders from files +[sale_order_ubl](sale_order_ubl/) | 12.0.1.0.1 | | Embed UBL XML file inside the PDF quotation [//]: # (end addons) diff --git a/account_invoice_facturx/README.rst b/account_invoice_facturx/README.rst index 6a60b839d5..aa9ff38f50 100644 --- a/account_invoice_facturx/README.rst +++ b/account_invoice_facturx/README.rst @@ -7,7 +7,7 @@ Account Invoice Factur-X !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3a478826020827f4a2a422a9f84df1bbc8d296fcdbd5bdad8b668ea0a4c8ec36 + !! source digest: sha256:a6f0039d586d0471608320df3eeb20530d5728c829dc6b577457f9aeba644f01 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_facturx/__manifest__.py b/account_invoice_facturx/__manifest__.py index 552c22f6c6..786e581d4a 100644 --- a/account_invoice_facturx/__manifest__.py +++ b/account_invoice_facturx/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Account Invoice Factur-X', - 'version': '12.0.1.1.0', + 'version': '12.0.1.1.1', 'category': 'Invoicing Management', 'license': 'AGPL-3', 'summary': 'Generate Factur-X/ZUGFeRD customer invoices', diff --git a/account_invoice_facturx/static/description/index.html b/account_invoice_facturx/static/description/index.html index e7fc2aebdd..eb5cca10a2 100644 --- a/account_invoice_facturx/static/description/index.html +++ b/account_invoice_facturx/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account Invoice Factur-X

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3a478826020827f4a2a422a9f84df1bbc8d296fcdbd5bdad8b668ea0a4c8ec36 +!! source digest: sha256:a6f0039d586d0471608320df3eeb20530d5728c829dc6b577457f9aeba644f01 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

With this module, the PDF customer invoices and refunds generated by the Qweb reporting engine of Odoo will comply with the Factur-X standard. The Factur-X standard is an e-invoicing standard for France and Germany released on December 31st 2017. In Germany, it is also known as the ZUGFeRD 2.0 standard. This standard is based on CII (Cross-Industry Invoice) for electronic invoicing. The great idea of the ZUGFeRD/Factur-X standard is to embed an XML file inside the PDF invoice to carry structured information about the invoice. So, with a ZUGFeRD/Factur-X PDF invoice:

diff --git a/account_invoice_import_facturx/README.rst b/account_invoice_import_facturx/README.rst index 29bf9b55c1..2e52535ff2 100644 --- a/account_invoice_import_facturx/README.rst +++ b/account_invoice_import_facturx/README.rst @@ -7,7 +7,7 @@ Account Invoice Import Factur-X !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:319052e3eef9161bd8c3816c7b7fafc132f46fe349c3fd771d35a6b0b74a558a + !! source digest: sha256:f3277d8b23f22a951d62f191bc5c8a3403f7814a75665a834ff9cd33c643a686 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_import_facturx/__manifest__.py b/account_invoice_import_facturx/__manifest__.py index 4b6366d418..3cf6659410 100644 --- a/account_invoice_import_facturx/__manifest__.py +++ b/account_invoice_import_facturx/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Account Invoice Import Factur-X', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Invoicing Management', 'license': 'AGPL-3', 'summary': 'Import Factur-X/ZUGFeRD supplier invoices/refunds', diff --git a/account_invoice_import_facturx/static/description/index.html b/account_invoice_import_facturx/static/description/index.html index 5a6fa89f7e..d35c6d7b2b 100644 --- a/account_invoice_import_facturx/static/description/index.html +++ b/account_invoice_import_facturx/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account Invoice Import Factur-X

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:319052e3eef9161bd8c3816c7b7fafc132f46fe349c3fd771d35a6b0b74a558a +!! source digest: sha256:f3277d8b23f22a951d62f191bc5c8a3403f7814a75665a834ff9cd33c643a686 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This module is an extension of the module account_invoice_import: it adds the ability to import Factur-X 1.0 (i.e. ZUGFeRD 2.0) and older ZUGFeRD 1.0 invoices. The Factur-X standard is based on CII (Cross-Industry Invoice) for electronic invoicing. A Factur-X invoice is a PDF invoice with an embedded XML file in CII format that carries structured information about the invoice.

diff --git a/account_invoice_import_invoice2data/README.rst b/account_invoice_import_invoice2data/README.rst index 43270acccd..abeafb20ce 100644 --- a/account_invoice_import_invoice2data/README.rst +++ b/account_invoice_import_invoice2data/README.rst @@ -7,7 +7,7 @@ Account Invoice Import Invoice2data !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7c90bb0ef92c91422329faed6aebc1d80ad5a487ea55c936f8a5a7145476e0dd + !! source digest: sha256:830ff5e52779729b64be8f78a249442cc019ad6e758130af382a6fe45cd584a3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_import_invoice2data/__manifest__.py b/account_invoice_import_invoice2data/__manifest__.py index a79a18540b..4407079b69 100644 --- a/account_invoice_import_invoice2data/__manifest__.py +++ b/account_invoice_import_invoice2data/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Account Invoice Import Invoice2data', - 'version': '12.0.1.1.0', + 'version': '12.0.1.1.1', 'category': 'Invoicing Management', 'license': 'AGPL-3', 'summary': 'Import supplier invoices using the invoice2data lib', diff --git a/account_invoice_import_invoice2data/static/description/index.html b/account_invoice_import_invoice2data/static/description/index.html index 00d678b66f..3215999097 100644 --- a/account_invoice_import_invoice2data/static/description/index.html +++ b/account_invoice_import_invoice2data/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account Invoice Import Invoice2data

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7c90bb0ef92c91422329faed6aebc1d80ad5a487ea55c936f8a5a7145476e0dd +!! source digest: sha256:830ff5e52779729b64be8f78a249442cc019ad6e758130af382a6fe45cd584a3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This module is an extension of the module account_invoice_import: it adds support for regular PDF invoices i.e. PDF invoice that don’t have an embedded XML file. It uses the invoice2data library which takes care of extracting the text of the PDF invoice, find an existing invoice template and execute the invoice template to extract the useful information from the invoice.

diff --git a/account_invoice_import_ubl/README.rst b/account_invoice_import_ubl/README.rst index 7753726807..cc93dcdef6 100644 --- a/account_invoice_import_ubl/README.rst +++ b/account_invoice_import_ubl/README.rst @@ -7,7 +7,7 @@ Account Invoice Import UBL !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:44d72b8ce95fd2ba49f982a2a2ea5e92b6b24927a0cee532f1c598867c9b8f23 + !! source digest: sha256:57315e699eac4d0535346fa246c3c1de5a6b46219503e949427874f93a502158 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_import_ubl/__manifest__.py b/account_invoice_import_ubl/__manifest__.py index 75da2c7607..4e66707e7d 100644 --- a/account_invoice_import_ubl/__manifest__.py +++ b/account_invoice_import_ubl/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Account Invoice Import UBL', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Import UBL XML supplier invoices/refunds', diff --git a/account_invoice_import_ubl/static/description/index.html b/account_invoice_import_ubl/static/description/index.html index 0ee90ff019..f89acb1ee1 100644 --- a/account_invoice_import_ubl/static/description/index.html +++ b/account_invoice_import_ubl/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account Invoice Import UBL

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:44d72b8ce95fd2ba49f982a2a2ea5e92b6b24927a0cee532f1c598867c9b8f23 +!! source digest: sha256:57315e699eac4d0535346fa246c3c1de5a6b46219503e949427874f93a502158 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This module is an extension of the module account_invoice_import to add the ability to import UBL XML invoices. diff --git a/account_invoice_ubl/README.rst b/account_invoice_ubl/README.rst index cb6a5b24bc..5a019fb0d9 100644 --- a/account_invoice_ubl/README.rst +++ b/account_invoice_ubl/README.rst @@ -7,7 +7,7 @@ Account Invoice UBL !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b486c34435902b1ae11ddd2f68ecbf7fb071ed90e8285ea2aa29df16621b2e48 + !! source digest: sha256:d415e3c6da5b2c99f9b58f5fb97e6676af2d413d2cb798c20c5636804af8597d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_ubl/__manifest__.py b/account_invoice_ubl/__manifest__.py index 96351a0fee..ee7102bed3 100644 --- a/account_invoice_ubl/__manifest__.py +++ b/account_invoice_ubl/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Account Invoice UBL', - 'version': '12.0.1.1.1', + 'version': '12.0.1.1.2', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Generate UBL XML file for customer invoices/refunds', diff --git a/account_invoice_ubl/static/description/index.html b/account_invoice_ubl/static/description/index.html index 5e4638657e..8d1717a07b 100644 --- a/account_invoice_ubl/static/description/index.html +++ b/account_invoice_ubl/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account Invoice UBL

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b486c34435902b1ae11ddd2f68ecbf7fb071ed90e8285ea2aa29df16621b2e48 +!! source digest: sha256:d415e3c6da5b2c99f9b58f5fb97e6676af2d413d2cb798c20c5636804af8597d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This module adds support for UBL, the Universal Business Language (UBL) standard, on invoices. The UBL 2.1 standard became the diff --git a/account_invoice_ubl_email_attachment/README.rst b/account_invoice_ubl_email_attachment/README.rst index ce76e47c3a..16416a79b0 100644 --- a/account_invoice_ubl_email_attachment/README.rst +++ b/account_invoice_ubl_email_attachment/README.rst @@ -7,7 +7,7 @@ Account Invoice UBL Email Attachment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cde4cbe8ec6c07b613dcac9e8c447d363a2cd0788a7bfbdfe954c49f4bb8a3cb + !! source digest: sha256:fdad84d674ae862dc2267cdb276de3a245893b41ce608718327c65e4d8c6d434 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_ubl_email_attachment/__manifest__.py b/account_invoice_ubl_email_attachment/__manifest__.py index 28e0bef182..30cfe0d624 100644 --- a/account_invoice_ubl_email_attachment/__manifest__.py +++ b/account_invoice_ubl_email_attachment/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Account Invoice UBL Email Attachment', 'summary': 'Automatically adds the UBL file to the email.', - 'version': '12.0.1.0.1', + 'version': '12.0.1.0.2', 'category': 'Accounting & Finance', 'author': 'Onestein, Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/edi', diff --git a/account_invoice_ubl_email_attachment/static/description/index.html b/account_invoice_ubl_email_attachment/static/description/index.html index 90f5e524db..1398097f37 100644 --- a/account_invoice_ubl_email_attachment/static/description/index.html +++ b/account_invoice_ubl_email_attachment/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account Invoice UBL Email Attachment

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cde4cbe8ec6c07b613dcac9e8c447d363a2cd0788a7bfbdfe954c49f4bb8a3cb +!! source digest: sha256:fdad84d674ae862dc2267cdb276de3a245893b41ce608718327c65e4d8c6d434 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

With module Account Invoice UBL, when sending an invoice by mail, only the PDF file is attached to the email and the UBL (XML) file is embedded inside the PDF.

diff --git a/base_business_document_import/README.rst b/base_business_document_import/README.rst index e737971edf..c18e6e9d00 100644 --- a/base_business_document_import/README.rst +++ b/base_business_document_import/README.rst @@ -7,7 +7,7 @@ Base Business Document Import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a6fe2a47874d29f2c9d267f9d1dcf5b583e996e7fc315198e25e027a469c73e5 + !! source digest: sha256:1410b69313192bc2cee2378e6f3ee32f158a9b3f69403e9e1ba135ef09485893 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_business_document_import/__manifest__.py b/base_business_document_import/__manifest__.py index 6ecb280c18..61a543907b 100644 --- a/base_business_document_import/__manifest__.py +++ b/base_business_document_import/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Base Business Document Import', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Tools', 'license': 'AGPL-3', 'summary': 'Provides technical tools to import sale orders or supplier ' diff --git a/base_business_document_import/static/description/index.html b/base_business_document_import/static/description/index.html index bf8c6a3408..32f7584c4b 100644 --- a/base_business_document_import/static/description/index.html +++ b/base_business_document_import/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Base Business Document Import

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a6fe2a47874d29f2c9d267f9d1dcf5b583e996e7fc315198e25e027a469c73e5 +!! source digest: sha256:1410b69313192bc2cee2378e6f3ee32f158a9b3f69403e9e1ba135ef09485893 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This is a technical module ; it doesn’t bring any useful feature by itself. This module is the base modules for 2 other modules :

diff --git a/base_business_document_import_stock/__manifest__.py b/base_business_document_import_stock/__manifest__.py index f5cc7a02fd..48a64d5a40 100644 --- a/base_business_document_import_stock/__manifest__.py +++ b/base_business_document_import_stock/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Base Business Document Import Stock", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "category": "Hidden", "license": "AGPL-3", "summary": "Match incoterms upon import of business documents", diff --git a/base_edi/README.rst b/base_edi/README.rst index b6020b3d5e..08bcd00deb 100644 --- a/base_edi/README.rst +++ b/base_edi/README.rst @@ -7,7 +7,7 @@ Base EDI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6ad2194b218d5187029382099c087e58edae3a3bd8a5b10209aec0473eea8cd8 + !! source digest: sha256:24c2e59b89078cb9de5e25e5a92a6f79331beaaae332be29cd00af7ba8fbcf63 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/base_edi/__manifest__.py b/base_edi/__manifest__.py index fc581207b8..4e44cfbad5 100644 --- a/base_edi/__manifest__.py +++ b/base_edi/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Base EDI", "summary": """Base module to aggregate EDI features.""", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "development_status": "Alpha", "license": "LGPL-3", 'website': 'https://github.com/OCA/edi', diff --git a/base_edi/static/description/index.html b/base_edi/static/description/index.html index 5ab4db9ea7..03873a619d 100644 --- a/base_edi/static/description/index.html +++ b/base_edi/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Base EDI

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6ad2194b218d5187029382099c087e58edae3a3bd8a5b10209aec0473eea8cd8 +!! source digest: sha256:24c2e59b89078cb9de5e25e5a92a6f79331beaaae332be29cd00af7ba8fbcf63 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: LGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

Base EDI module to aggregate EDI features.

diff --git a/base_ubl/README.rst b/base_ubl/README.rst index bfd125f4ac..3de609512e 100644 --- a/base_ubl/README.rst +++ b/base_ubl/README.rst @@ -7,7 +7,7 @@ Base UBL !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b5f82e2d784f452d8a92ca86fc5aa3748138c4326f56b7c784bf88707675f5ef + !! source digest: sha256:539840cc90b912f6fb670dbb2f198e5cac5159d150d659fac8c55ff5d943f5ec !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_ubl/__manifest__.py b/base_ubl/__manifest__.py index 2ad35bf8bc..6dc19efa70 100644 --- a/base_ubl/__manifest__.py +++ b/base_ubl/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Base UBL', - 'version': '12.0.1.1.1', + 'version': '12.0.1.1.2', 'category': 'Hidden', 'license': 'AGPL-3', 'summary': 'Base module for Universal Business Language (UBL)', diff --git a/base_ubl/static/description/index.html b/base_ubl/static/description/index.html index b0d7b48e54..8277d2ddd5 100644 --- a/base_ubl/static/description/index.html +++ b/base_ubl/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Base UBL

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b5f82e2d784f452d8a92ca86fc5aa3748138c4326f56b7c784bf88707675f5ef +!! source digest: sha256:539840cc90b912f6fb670dbb2f198e5cac5159d150d659fac8c55ff5d943f5ec !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This is the base module for the implementation of the Universal Business diff --git a/base_ubl_payment/README.rst b/base_ubl_payment/README.rst index d0218e26b3..10fa2de1ae 100644 --- a/base_ubl_payment/README.rst +++ b/base_ubl_payment/README.rst @@ -7,7 +7,7 @@ Base UBL Payment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0b25535eb24204e28aa8555960d197b1bbf8d5ddaccede11b9ac97474c57ea4b + !! source digest: sha256:7eed8b01a0edbf1e3dea1d625473fb3d060113d78939718b9bfaa14b10964a09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_ubl_payment/__manifest__.py b/base_ubl_payment/__manifest__.py index a32c4adb5a..785f348de1 100644 --- a/base_ubl_payment/__manifest__.py +++ b/base_ubl_payment/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Base UBL Payment', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Hidden', 'license': 'AGPL-3', 'summary': 'Payment-related code for Universal Business Language (UBL)', diff --git a/base_ubl_payment/static/description/index.html b/base_ubl_payment/static/description/index.html index a054b826e0..bc0fc74310 100644 --- a/base_ubl_payment/static/description/index.html +++ b/base_ubl_payment/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Base UBL Payment

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0b25535eb24204e28aa8555960d197b1bbf8d5ddaccede11b9ac97474c57ea4b +!! source digest: sha256:7eed8b01a0edbf1e3dea1d625473fb3d060113d78939718b9bfaa14b10964a09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This module is a small module above the base_ubl module; diff --git a/edi_oca/README.rst b/edi_oca/README.rst index a3c8ab7e87..af974bd506 100644 --- a/edi_oca/README.rst +++ b/edi_oca/README.rst @@ -7,7 +7,7 @@ EDI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7fd2718c531d41d9910901e5b75d7a1cfe998b66e4f4c904c8c7906ee1633bfc + !! source digest: sha256:567a899b758b738f5758abec399c57d71f7cab052883b4c20da136f47d86056c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ EDI :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github - :target: https://github.com/OCA/edi/tree/14.0/edi_oca + :target: https://github.com/OCA/edi/tree/12.0/edi_oca :alt: OCA/edi .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-edi_oca + :target: https://translation.odoo-community.org/projects/edi-12-0/edi-12-0-edi_oca :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/edi&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=12.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -147,7 +147,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -191,6 +191,6 @@ Current `maintainers `__: |maintainer-simahawk| |maintainer-etobella| -This module is part of the `OCA/edi `_ project on GitHub. +This module is part of the `OCA/edi `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/edi_oca/__manifest__.py b/edi_oca/__manifest__.py index b0a1d2a77c..c454c0f7ab 100644 --- a/edi_oca/__manifest__.py +++ b/edi_oca/__manifest__.py @@ -9,7 +9,7 @@ Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges. """, - "version": "12.0.1.22.0", + "version": "12.0.1.22.1", "website": "https://github.com/OCA/edi", "development_status": "Beta", "license": "LGPL-3", diff --git a/edi_oca/static/description/index.html b/edi_oca/static/description/index.html index 089283f182..5f94b4ffbf 100644 --- a/edi_oca/static/description/index.html +++ b/edi_oca/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,9 +366,9 @@

EDI

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7fd2718c531d41d9910901e5b75d7a1cfe998b66e4f4c904c8c7906ee1633bfc +!! source digest: sha256:567a899b758b738f5758abec399c57d71f7cab052883b4c20da136f47d86056c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

+

Beta License: LGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

Base EDI backend.

Provides following models:

    @@ -498,7 +497,7 @@

    Bug Tracker

    Bugs are tracked on GitHub 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.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -527,7 +526,7 @@

    Maintainers

    promote its widespread use.

    Current maintainers:

    simahawk etobella

    -

    This module is part of the OCA/edi project on GitHub.

    +

    This module is part of the OCA/edi project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/purchase_order_ubl/README.rst b/purchase_order_ubl/README.rst index 859b1c90d7..2f0b724631 100644 --- a/purchase_order_ubl/README.rst +++ b/purchase_order_ubl/README.rst @@ -7,7 +7,7 @@ Purchase Order UBL !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:65be6ae8ec951a627c0174e3bdf95a731585e0bdf339ce0a33de4ce51499dfaa + !! source digest: sha256:38aa3d34739434f03699ca2b9b6167605e36ca4e41bab82644b71a3129702b2e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/purchase_order_ubl/__manifest__.py b/purchase_order_ubl/__manifest__.py index c00b0bf75f..2ad07ba1e6 100644 --- a/purchase_order_ubl/__manifest__.py +++ b/purchase_order_ubl/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Purchase Order UBL', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Purchase Management', 'license': 'AGPL-3', 'summary': 'Embed UBL XML file inside the PDF purchase order', diff --git a/purchase_order_ubl/static/description/index.html b/purchase_order_ubl/static/description/index.html index 9cf48e0c9d..e4adac833d 100644 --- a/purchase_order_ubl/static/description/index.html +++ b/purchase_order_ubl/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

    Purchase Order UBL

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:65be6ae8ec951a627c0174e3bdf95a731585e0bdf339ce0a33de4ce51499dfaa +!! source digest: sha256:38aa3d34739434f03699ca2b9b6167605e36ca4e41bab82644b71a3129702b2e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

    This module adds support for UBL, the Universal Business Language (UBL) standard, diff --git a/purchase_stock_ubl/README.rst b/purchase_stock_ubl/README.rst index adb5e99be9..7f284498c5 100644 --- a/purchase_stock_ubl/README.rst +++ b/purchase_stock_ubl/README.rst @@ -7,7 +7,7 @@ Purchase Stock UBL !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:55ff3689a35ecd0891ef1531237b09369a2f3cf2da70c9b17a0bfc0c4dfc6778 + !! source digest: sha256:27700954a71eeeca6f627d7eaef501b5d53fdb898f73680fe21402541f209855 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/purchase_stock_ubl/__manifest__.py b/purchase_stock_ubl/__manifest__.py index 7541f0b9d3..2a528d84fa 100644 --- a/purchase_stock_ubl/__manifest__.py +++ b/purchase_stock_ubl/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Purchase Stock UBL', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Purchase Management', 'license': 'AGPL-3', 'summary': 'Glue module for Purchase Order UBL and Stock/Inventory', diff --git a/purchase_stock_ubl/static/description/index.html b/purchase_stock_ubl/static/description/index.html index 614182cbe9..2638ce6027 100644 --- a/purchase_stock_ubl/static/description/index.html +++ b/purchase_stock_ubl/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

    Purchase Stock UBL

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:55ff3689a35ecd0891ef1531237b09369a2f3cf2da70c9b17a0bfc0c4dfc6778 +!! source digest: sha256:27700954a71eeeca6f627d7eaef501b5d53fdb898f73680fe21402541f209855 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

    This module integrates module Purchase Order UBL with module Stock/Inventory.

    diff --git a/sale_order_import/README.rst b/sale_order_import/README.rst index 83c425d284..958f8faa73 100644 --- a/sale_order_import/README.rst +++ b/sale_order_import/README.rst @@ -7,7 +7,7 @@ Sale Order Import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c7fb90cce574e64413ef38bae9b5e4ab416a5d5f170f974d66af11a67647a60d + !! source digest: sha256:cc5983cf2768d98886eae56fff25217400f00c9684789ff5b7a4d486fad42a86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_order_import/__manifest__.py b/sale_order_import/__manifest__.py index c0868b1e02..b3f7ba8b1e 100644 --- a/sale_order_import/__manifest__.py +++ b/sale_order_import/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Sale Order Import', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Sales Management', 'license': 'AGPL-3', 'summary': 'Import RFQ or sale orders from files', diff --git a/sale_order_import/static/description/index.html b/sale_order_import/static/description/index.html index d067c39ac0..701c0253a1 100644 --- a/sale_order_import/static/description/index.html +++ b/sale_order_import/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

    Sale Order Import

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c7fb90cce574e64413ef38bae9b5e4ab416a5d5f170f974d66af11a67647a60d +!! source digest: sha256:cc5983cf2768d98886eae56fff25217400f00c9684789ff5b7a4d486fad42a86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

    This module adds support for the import of electronic RFQ or orders. This module provides the base methods to import electronic orders ; it requires additional modules to support specific order formats:

    diff --git a/sale_order_ubl/README.rst b/sale_order_ubl/README.rst index 4c84f4425b..56065e716e 100644 --- a/sale_order_ubl/README.rst +++ b/sale_order_ubl/README.rst @@ -7,7 +7,7 @@ Sale Order UBL !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f0b6de9338371131e1f07c79e92588d7705d09c5eadc51850332e148d11e74ae + !! source digest: sha256:fde6441d5be0449aafb71304d341bb7f706d1bd5d95c6c9699b667a7e52c0f5b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_order_ubl/__manifest__.py b/sale_order_ubl/__manifest__.py index a7cde349e9..6a9372fbd7 100644 --- a/sale_order_ubl/__manifest__.py +++ b/sale_order_ubl/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Sale Order UBL', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Sales', 'license': 'AGPL-3', 'summary': 'Embed UBL XML file inside the PDF quotation', diff --git a/sale_order_ubl/static/description/index.html b/sale_order_ubl/static/description/index.html index 26f90a781b..93f0ed78c1 100644 --- a/sale_order_ubl/static/description/index.html +++ b/sale_order_ubl/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

    Sale Order UBL

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f0b6de9338371131e1f07c79e92588d7705d09c5eadc51850332e148d11e74ae +!! source digest: sha256:fde6441d5be0449aafb71304d341bb7f706d1bd5d95c6c9699b667a7e52c0f5b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

    This module adds support for UBL, the Universal Business Language (UBL) standard, diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 63be355ab4..707b7eedc0 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20211204.0 \ No newline at end of file +12.0.20240315.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 7c3c471146..ddaa186b91 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -26,6 +26,7 @@ 'odoo12-addon-base_facturx', 'odoo12-addon-base_ubl', 'odoo12-addon-base_ubl_payment', + 'odoo12-addon-edi_oca', 'odoo12-addon-purchase_order_ubl', 'odoo12-addon-purchase_stock_ubl', 'odoo12-addon-sale_order_import',