File tree Expand file tree Collapse file tree
partner_private_information_autocomplete Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ addon | version | maintainers | summary
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
3939[ partner_private_information] ( partner_private_information/ ) | 18.0.1.0.0 | | Add private information tab in partners.
40+ [ partner_private_information_autocomplete] ( partner_private_information_autocomplete/ ) | 18.0.1.0.0 | | Autocomplete private information tab in partners.
4041
4142[ // ] : # ( end addons )
4243
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Partner Private Information Autocomplete
77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:e1ac9c5f6c7e9e02f1babb9cea5aa33e650e687cedac78722ac67cbc29c02d03
10+ !! source digest: sha256:cef9d3c7063d325d33b0be8a1a1794e4a157afaa5e4b4724a7456411541bf5b9
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 Autocomplete</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:e1ac9c5f6c7e9e02f1babb9cea5aa33e650e687cedac78722ac67cbc29c02d03
370+ !! source digest: sha256:cef9d3c7063d325d33b0be8a1a1794e4a157afaa5e4b4724a7456411541bf5b9
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_autocomplete "> < 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 allows us to auto-complete the information stipulated in the
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-sygel-technology-sy-partner-contact"
3- version = " 18.0.20250714 .0"
3+ version = " 18.0.20250718 .0"
44dependencies = [
55 " odoo-addon-base_location_code_program_territory==18.0.*" ,
66 " odoo-addon-partner_address_hide_pdf_fields==18.0.*" ,
@@ -18,6 +18,7 @@ dependencies = [
1818 " odoo-addon-partner_industrial_estate==18.0.*" ,
1919 " odoo-addon-partner_industrial_estate_hide_pdf_fields==18.0.*" ,
2020 " odoo-addon-partner_private_information==18.0.*" ,
21+ " odoo-addon-partner_private_information_autocomplete==18.0.*" ,
2122]
2223classifiers =[
2324 " Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments