diff --git a/README.md b/README.md index 21d0fbb43..49a2e842f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [edi_endpoint_oca](edi_endpoint_oca/) | 17.0.1.0.0 | | Base module allowing configuration of custom endpoints for EDI framework. [edi_exchange_template_oca](edi_exchange_template_oca/) | 17.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allows definition of exchanges via templates. [edi_oca](edi_oca/) | 17.0.1.2.0 | [![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. +[edi_project_oca](edi_project_oca/) | 17.0.1.0.0 | | Define EDI Configuration for Projects and Tasks [edi_webservice_oca](edi_webservice_oca/) | 17.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Defines webservice integration from EDI Exchange records [//]: # (end addons) diff --git a/edi_project_oca/README.rst b/edi_project_oca/README.rst index 4130bc2eb..e008965d1 100644 --- a/edi_project_oca/README.rst +++ b/edi_project_oca/README.rst @@ -7,7 +7,7 @@ Edi Project !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c50da2c108f9f404566d0cf21a1cbf15c1d508f761b9841d1f1a99abad4e80b1 + !! source digest: sha256:259d911c4c828598223ff0d33d3d943a3c78f0a9d0fe4910e68b86f80014b2c9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -117,7 +117,7 @@ Authors Contributors ------------ -- Silvio Gregorini +- Silvio Gregorini Maintainers ----------- diff --git a/edi_project_oca/static/description/icon.png b/edi_project_oca/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/edi_project_oca/static/description/icon.png differ diff --git a/edi_project_oca/static/description/index.html b/edi_project_oca/static/description/index.html index 0a34306bb..5d6df0d51 100644 --- a/edi_project_oca/static/description/index.html +++ b/edi_project_oca/static/description/index.html @@ -367,7 +367,7 @@

Edi Project

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

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

This module intends to create a base to be extended by local EDI rules diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2a2a96ae5..12125be64 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "odoo-addons-oca-edi-framework" -version = "17.0.20241204.1" +version = "17.0.20241211.0" dependencies = [ "odoo-addon-edi_account_oca>=17.0dev,<17.1dev", "odoo-addon-edi_endpoint_oca>=17.0dev,<17.1dev", "odoo-addon-edi_exchange_template_oca>=17.0dev,<17.1dev", "odoo-addon-edi_oca>=17.0dev,<17.1dev", + "odoo-addon-edi_project_oca>=17.0dev,<17.1dev", "odoo-addon-edi_webservice_oca>=17.0dev,<17.1dev", ] classifiers=[