Commit 505cba3 1 parent b243501 commit 505cba3 Copy full SHA for 505cba3
File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ addon | version | maintainers | summary
24
24
[ 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
25
25
[ component_event] ( component_event/ ) | 18.0.1.0.0 | | Components Events
26
26
[ connector] ( connector/ ) | 18.0.1.0.0 | | Connector
27
+ [ connector_base_product] ( connector_base_product/ ) | 18.0.1.0.0 | | Connector Base Product
27
28
[ 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.
28
29
[ test_connector] ( test_connector/ ) | 18.0.1.0.0 | | Automated tests for Connector, do not install.
29
30
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Connector Base Product
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:dd828a411debc486cd4745ec5709ce242fc6e0227de6907f18febb8d8df4b229
10
+ !! source digest: sha256:d4acb839a63201654785aff93280975ecb70d98806f8472d4ae6b0d81d1ba2c3
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -56,11 +56,11 @@ Authors
56
56
Contributors
57
57
------------
58
58
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>
64
64
65
65
Maintainers
66
66
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Connector Base Product</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:dd828a411debc486cd4745ec5709ce242fc6e0227de6907f18febb8d8df4b229
370
+ !! source digest: sha256:d4acb839a63201654785aff93280975ecb70d98806f8472d4ae6b0d81d1ba2c3
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > Add ‘Connector’ tab to product view</ p >
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-connector"
3
- version = " 18.0.20241017 .0"
3
+ version = " 18.0.20250127 .0"
4
4
dependencies = [
5
5
" odoo-addon-component==18.0.*" ,
6
6
" odoo-addon-component_event==18.0.*" ,
7
7
" odoo-addon-connector==18.0.*" ,
8
+ " odoo-addon-connector_base_product==18.0.*" ,
8
9
" odoo-addon-test_component==18.0.*" ,
9
10
" odoo-addon-test_connector==18.0.*" ,
10
11
]
You can’t perform that action at this time.
0 commit comments