From d966e0a5153f6acbce333389a1704f2dd9a890a7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 28 Jul 2024 09:56:32 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + connector_base_product/README.rst | 2 +- .../static/description/index.html | 1009 +++++++---------- setup/_metapackage/pyproject.toml | 3 +- 4 files changed, 429 insertions(+), 586 deletions(-) diff --git a/README.md b/README.md index 9cd7d6019..b59d6f354 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [component](component/) | 17.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Add capabilities to register and use decoupled components, as an alternative to model classes [component_event](component_event/) | 17.0.1.0.0 | | Components Events [connector](connector/) | 17.0.1.0.1 | | Connector +[connector_base_product](connector_base_product/) | 17.0.1.0.0 | | Connector Base Product [test_component](test_component/) | 17.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Automated tests for Components, do not install. [test_connector](test_connector/) | 17.0.1.0.0 | | Automated tests for Connector, do not install. diff --git a/connector_base_product/README.rst b/connector_base_product/README.rst index b335f3b11..404f2ae69 100644 --- a/connector_base_product/README.rst +++ b/connector_base_product/README.rst @@ -7,7 +7,7 @@ Connector Base Product !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:36a87851a2907433184dc79a706f4b2352a937b261e26557536b654e93160c0e + !! source digest: sha256:dd828a411debc486cd4745ec5709ce242fc6e0227de6907f18febb8d8df4b229 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/connector_base_product/static/description/index.html b/connector_base_product/static/description/index.html index 91426260d..694651a64 100644 --- a/connector_base_product/static/description/index.html +++ b/connector_base_product/static/description/index.html @@ -1,586 +1,427 @@ - + - - - - Connector Base Product - - - -
-

Connector Base Product

- - -

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

-

Add ‘Connector’ tab to product view

-

- Table of contents -

-
- -
-
-

- 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. -

-

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

-
-
-

- Credits -

-
-

- Authors -

-
    -
  • Openerp Connector Core Editors
  • -
-
-
-

- Contributors -

-
    -
  • David BEAL (Akretion)
  • -
  • Guewen Baconnier (Camptocamp)
  • -
  • Atchuthan, Sodexis
  • -
  • Florent Thomas (Mind and Go)
  • -
  • Fernando La Chica <fernandolachica@gmail.com> -
  • -
-
-
-

- Maintainers -

-

This module is maintained by the OCA.

- - 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. -

-

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

-

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

-
-
-
- + + + +Connector Base Product + + + +
+

Connector Base Product

+ + +

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

+

Add ‘Connector’ tab to product view

+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Openerp Connector Core Editors
  • +
+
+
+

Contributors

+
    +
  • David BEAL (Akretion)
  • +
  • Guewen Baconnier (Camptocamp)
  • +
  • Atchuthan, Sodexis
  • +
  • Florent Thomas (Mind and Go)
  • +
  • Fernando La Chica <fernandolachica@gmail.com>
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+ +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.

+

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

+

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

+
+
+
+ diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 728b82dea..0d6bba812 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-connector" -version = "17.0.20231211.0" +version = "17.0.20240728.0" dependencies = [ "odoo-addon-component>=17.0dev,<17.1dev", "odoo-addon-component_event>=17.0dev,<17.1dev", "odoo-addon-connector>=17.0dev,<17.1dev", + "odoo-addon-connector_base_product>=17.0dev,<17.1dev", "odoo-addon-test_component>=17.0dev,<17.1dev", "odoo-addon-test_connector>=17.0dev,<17.1dev", ]