From 32e37d5bc402a0abbbfdfd78e70066354a55f4b8 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 28 Jan 2026 19:28:19 +0100 Subject: [PATCH 1/2] [FIX] connector: Do not depend on demo data --- connector/tests/test_mapper.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/connector/tests/test_mapper.py b/connector/tests/test_mapper.py index b176db4b3..a452bff57 100644 --- a/connector/tests/test_mapper.py +++ b/connector/tests/test_mapper.py @@ -681,7 +681,10 @@ class MyMapper(Component): self._build_components(MyMapper) - partner = self.env.ref("base.res_partner_address_4") + parent = self.env["res.partner"].create({"name": "Deco Addict"}) + partner = self.env["res.partner"].create( + {"name": "My Company", "parent_id": parent.id} + ) mapper = self.comp_registry["my.mapper"](self.work) map_record = mapper.map_record(partner) expected = {"parent_name": "Deco Addict"} From 49d004fcd7b81933ee6f2fca5448ba0066b7800c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 29 Jan 2026 04:36:12 +0000 Subject: [PATCH 2/2] [BOT] post-merge updates --- README.md | 2 +- connector/README.rst | 8 +++-- connector/__manifest__.py | 2 +- connector/static/description/index.html | 46 +++++++++++++++---------- 4 files changed, 35 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 0c3099df7..f6cdd351c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [component](component/) | 16.0.1.1.1 | guewen | Add capabilities to register and use decoupled components, as an alternative to model classes [component_event](component_event/) | 16.0.1.0.1 | | Components Events -[connector](connector/) | 16.0.1.0.0 | | Connector +[connector](connector/) | 16.0.1.0.1 | | Connector [connector_base_product](connector_base_product/) | 16.0.1.0.0 | | Connector Base Product [test_component](test_component/) | 16.0.1.0.0 | guewen | Automated tests for Components, do not install. [test_connector](test_connector/) | 16.0.1.0.0 | | Automated tests for Connector, do not install. diff --git a/connector/README.rst b/connector/README.rst index a5c3660ac..d6b249886 100644 --- a/connector/README.rst +++ b/connector/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + ========= Connector ========= @@ -7,13 +11,13 @@ Connector !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:89e6132419a9388e31f1e1919ac881f45189d2c51e4bd383a41174d51c984b60 + !! source digest: sha256:a24c14ac90a19db11c9ea6acea0cbbe8a4aaf9c11e8d12ffa23b2bcd68783c82 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fconnector-lightgray.png?logo=github diff --git a/connector/__manifest__.py b/connector/__manifest__.py index d84411182..671247cc7 100644 --- a/connector/__manifest__.py +++ b/connector/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Connector", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/connector", "license": "LGPL-3", diff --git a/connector/static/description/index.html b/connector/static/description/index.html index f6ff52229..17ff75530 100644 --- a/connector/static/description/index.html +++ b/connector/static/description/index.html @@ -1,18 +1,18 @@ - -Connector +README.rst -
-

Connector

+
+ + +Odoo Community Association + +
+

Connector

-

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

+

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

This is a framework designed to build connectors with external systems, usually called Backends in the documentation.

Documentation: http://odoo-connector.com

@@ -429,13 +434,13 @@

Connector

-

Usage

+

Usage

This module does nothing on its own. It is a ground for developing advanced connector modules. For further information, please go on: http://odoo-connector.com

-

Changelog

+

Changelog

-

12.0.1.0.0 (2018-11-26)

+

12.0.1.0.0 (2018-11-26)

  • [MIGRATION] from 12.0 branched at rev. 324e006
-

Bug Tracker

+

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 @@ -464,15 +469,15 @@

Bug Tracker

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

-

Credits

+

Credits

-

Authors

+

Authors

  • Camptocamp
-

Contributors

+

Contributors

  • Guewen Baconnier at Camptocamp
  • Alexandre Fayolle at Camptocamp
  • @@ -503,9 +508,11 @@

    Contributors

-

Maintainers

+

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.

@@ -514,5 +521,6 @@

Maintainers

+