Skip to content

Commit 505cba3

Browse files
committed
[BOT] post-merge updates
1 parent b243501 commit 505cba3

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
2424
[component](component/) | 18.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
2525
[component_event](component_event/) | 18.0.1.0.0 | | Components Events
2626
[connector](connector/) | 18.0.1.0.0 | | Connector
27+
[connector_base_product](connector_base_product/) | 18.0.1.0.0 | | Connector Base Product
2728
[test_component](test_component/) | 18.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Automated tests for Components, do not install.
2829
[test_connector](test_connector/) | 18.0.1.0.0 | | Automated tests for Connector, do not install.
2930

connector_base_product/README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Connector Base Product
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:dd828a411debc486cd4745ec5709ce242fc6e0227de6907f18febb8d8df4b229
10+
!! source digest: sha256:d4acb839a63201654785aff93280975ecb70d98806f8472d4ae6b0d81d1ba2c3
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -56,11 +56,11 @@ Authors
5656
Contributors
5757
------------
5858

59-
- David BEAL (Akretion)
60-
- Guewen Baconnier (Camptocamp)
61-
- Atchuthan, Sodexis
62-
- Florent Thomas (Mind and Go)
63-
- Fernando La Chica <fernandolachica@gmail.com>
59+
- David BEAL (Akretion)
60+
- Guewen Baconnier (Camptocamp)
61+
- Atchuthan, Sodexis
62+
- Florent Thomas (Mind and Go)
63+
- Fernando La Chica <fernandolachica@gmail.com>
6464

6565
Maintainers
6666
-----------

connector_base_product/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Connector Base Product</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:dd828a411debc486cd4745ec5709ce242fc6e0227de6907f18febb8d8df4b229
370+
!! source digest: sha256:d4acb839a63201654785aff93280975ecb70d98806f8472d4ae6b0d81d1ba2c3
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/connector/tree/18.0/connector_base_product"><img alt="OCA/connector" src="https://img.shields.io/badge/github-OCA%2Fconnector-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/connector-18-0/connector-18-0-connector_base_product"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/connector&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Add ‘Connector’ tab to product view</p>

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[project]
22
name = "odoo-addons-oca-connector"
3-
version = "18.0.20241017.0"
3+
version = "18.0.20250127.0"
44
dependencies = [
55
"odoo-addon-component==18.0.*",
66
"odoo-addon-component_event==18.0.*",
77
"odoo-addon-connector==18.0.*",
8+
"odoo-addon-connector_base_product==18.0.*",
89
"odoo-addon-test_component==18.0.*",
910
"odoo-addon-test_connector==18.0.*",
1011
]

0 commit comments

Comments
 (0)