Skip to content

Commit 5b2c7b2

Browse files
committed
[BOT] post-merge updates
1 parent 2335b78 commit 5b2c7b2

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
2525
[partner_code_program_account](partner_code_program_account/) | 18.0.1.0.0 | | Adds the partner code program fields on accounting
2626
[partner_code_program_purchase](partner_code_program_purchase/) | 18.0.1.0.0 | | Adds the partner code program fields on purchases
2727
[partner_code_program_sale](partner_code_program_sale/) | 18.0.1.0.0 | | Adds the partner code program fields on sales
28+
[partner_industrial_estate](partner_industrial_estate/) | 18.0.1.0.0 | | Adds the partner industrial estate fields on contacts
2829

2930
[//]: # (end addons)
3031

partner_industrial_estate/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Partner Industrial Estate
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:adc9a72a251fb24c3c317b3913f6b1dd4c224e6288c7261631117b8cb977782e
10+
!! source digest: sha256:1ad34c8c45814638a7800c569994b78a660f92ea75ea39782c2dbfbd54dbd855
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

partner_industrial_estate/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Partner Industrial Estate</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:adc9a72a251fb24c3c317b3913f6b1dd4c224e6288c7261631117b8cb977782e
370+
!! source digest: sha256:1ad34c8c45814638a7800c569994b78a660f92ea75ea39782c2dbfbd54dbd855
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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/sygel-technology/sy-partner-contact/tree/18.0/partner_industrial_estate"><img alt="sygel-technology/sy-partner-contact" src="https://img.shields.io/badge/github-sygel--technology%2Fsy--partner--contact-lightgray.png?logo=github" /></a></p>
373373
<p>This module adds the partner industrial estate model, a new field in the

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "odoo-addons-sygel-technology-sy-partner-contact"
3-
version = "18.0.20250630.3"
3+
version = "18.0.20250630.4"
44
dependencies = [
55
"odoo-addon-partner_code_program==18.0.*",
66
"odoo-addon-partner_code_program_account==18.0.*",
77
"odoo-addon-partner_code_program_purchase==18.0.*",
88
"odoo-addon-partner_code_program_sale==18.0.*",
9+
"odoo-addon-partner_industrial_estate==18.0.*",
910
]
1011
classifiers=[
1112
"Programming Language :: Python",

0 commit comments

Comments
 (0)