From 2f1d44925b31f242fdf1d42491e716faf56ebf64 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 14 Nov 2024 12:12:47 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- edi_sale_order_import/README.rst | 4 +++- edi_sale_order_import/__manifest__.py | 2 +- .../static/description/index.html | 15 +++++++++------ 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b50cbeb963..afe8db10b9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ addon | version | maintainers | summary [edi_pdf2data_oca](edi_pdf2data_oca/) | 14.0.1.0.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Module that allows to import data from a pdf [edi_purchase_oca](edi_purchase_oca/) | 14.0.1.0.0 | | Define EDI Configuration for Purchase Orders [edi_sale_oca](edi_sale_oca/) | 14.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Configuration and special behaviors for EDI on sales. -[edi_sale_order_import](edi_sale_order_import/) | 14.0.1.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Plug sale_order_import into EDI machinery. +[edi_sale_order_import](edi_sale_order_import/) | 14.0.2.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | MODULE DEPRECATED: use `edi_sale_oca`. Plug sale_order_import into EDI machinery. [edi_sale_order_import_ubl](edi_sale_order_import_ubl/) | 14.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Plug sale_order_import_ubl into EDI machinery. [edi_sale_order_import_ubl_endpoint](edi_sale_order_import_ubl_endpoint/) | 14.0.1.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide a default endpoint to import SO in UBL format. [edi_stock_oca](edi_stock_oca/) | 14.0.1.0.0 | | Define EDI Configuration for Stock diff --git a/edi_sale_order_import/README.rst b/edi_sale_order_import/README.rst index 99eb0713f9..2008bf70b3 100644 --- a/edi_sale_order_import/README.rst +++ b/edi_sale_order_import/README.rst @@ -7,7 +7,7 @@ EDI Sale order import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c89293fd6b70f0045089b7df9d5bc51ec2dca15bd215839df2e7fa4feafdd817 + !! source digest: sha256:83201a8498237dc96e08a2ebe8a2fbdbca2c2ff3d64490119577051cc656e871 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -28,6 +28,8 @@ EDI Sale order import |badge1| |badge2| |badge3| |badge4| |badge5| +DEPRECATED: use `edi_sale_oca`. + Plug sale_order_import into EDI machinery. diff --git a/edi_sale_order_import/__manifest__.py b/edi_sale_order_import/__manifest__.py index 8d9807e300..2ca8efb701 100644 --- a/edi_sale_order_import/__manifest__.py +++ b/edi_sale_order_import/__manifest__.py @@ -8,7 +8,7 @@ MODULE DEPRECATED: use `edi_sale_oca`. Plug sale_order_import into EDI machinery.""", - "version": "14.0.1.1.0", + "version": "14.0.2.0.0", "development_status": "Alpha", "license": "AGPL-3", "website": "https://github.com/OCA/edi", diff --git a/edi_sale_order_import/static/description/index.html b/edi_sale_order_import/static/description/index.html index 15786646f1..3ecbda9a37 100644 --- a/edi_sale_order_import/static/description/index.html +++ b/edi_sale_order_import/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,9 +367,10 @@

EDI Sale order import

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

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

+

DEPRECATED: use edi_sale_oca.

Plug sale_order_import into EDI machinery.

Control sale order confirmation

@@ -425,7 +426,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.