File tree Expand file tree Collapse file tree
partner_private_information Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-sygel-technology-sy-partner-contact"
3- version = " 18.0.20250710.2 "
3+ version = " 18.0.20250714.0 "
44dependencies = [
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]
2122classifiers =[
2223 " Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments