Skip to content

Commit 8e5d608

Browse files
committed
[BOT] post-merge updates
1 parent 311995b commit 8e5d608

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
@@ -36,6 +36,7 @@ addon | version | maintainers | summary
3636
[partner_contact_old_migration_fields](partner_contact_old_migration_fields/) | 18.0.1.0.0 | | Partner Contact Old Migration Fields
3737
[partner_industrial_estate](partner_industrial_estate/) | 18.0.1.0.0 | | Adds the partner industrial estate fields on contacts
3838
[partner_industrial_estate_hide_pdf_fields](partner_industrial_estate_hide_pdf_fields/) | 18.0.1.0.0 | | Hide the partner industrial estate fields from PDFs
39+
[partner_private_information](partner_private_information/) | 18.0.1.0.0 | | Add private information tab in partners.
3940

4041
[//]: # (end addons)
4142

partner_private_information/README.rst

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

partner_private_information/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 Private Information</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:350d438ab706b5aabc16f6a4874de7ebb9c81819627fedc573aaf77f4c6b7fe6
370+
!! source digest: sha256:ecdc20f4ded1246bc4486b9ccd47cb815b7b45c794a12e5de43771460bf10646
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_private_information"><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>Adds a dedicated “Private Info” tab to Contacts, containing a second set

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-sygel-technology-sy-partner-contact"
3-
version = "18.0.20250710.2"
3+
version = "18.0.20250714.0"
44
dependencies = [
55
"odoo-addon-base_location_code_program_territory==18.0.*",
66
"odoo-addon-partner_address_hide_pdf_fields==18.0.*",
@@ -17,6 +17,7 @@ dependencies = [
1717
"odoo-addon-partner_contact_old_migration_fields==18.0.*",
1818
"odoo-addon-partner_industrial_estate==18.0.*",
1919
"odoo-addon-partner_industrial_estate_hide_pdf_fields==18.0.*",
20+
"odoo-addon-partner_private_information==18.0.*",
2021
]
2122
classifiers=[
2223
"Programming Language :: Python",

0 commit comments

Comments
 (0)