diff --git a/README.md b/README.md index b0c134b47a5..e659a5d9600 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ addon | version | maintainers | summary [partner_pricelist_search](partner_pricelist_search/) | 17.0.1.0.0 | | Partner pricelist search [partner_property](partner_property/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Partner Property [partner_ref_unique](partner_ref_unique/) | 17.0.1.0.0 | | Add an unique constraint to partner ref field -[partner_second_lastname](partner_second_lastname/) | 17.0.1.0.1 | | Have split first and second lastnames +[partner_second_lastname](partner_second_lastname/) | 17.0.1.0.2 | | Have split first and second lastnames [partner_stage](partner_stage/) | 17.0.1.0.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Add lifecycle Stages to Partners [partner_stage_only_confirmed](partner_stage_only_confirmed/) | 17.0.1.0.0 | | Adds filters on form views to display only confirmed partners [partner_tz](partner_tz/) | 17.0.1.0.0 | | Remove partner timezone default value and display on form diff --git a/partner_second_lastname/README.rst b/partner_second_lastname/README.rst index 799738ae2f9..917274b8d2b 100644 --- a/partner_second_lastname/README.rst +++ b/partner_second_lastname/README.rst @@ -7,7 +7,7 @@ Partner second last name !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bafdbdb615a90a20dddf767945091e7aa6a8703a4c66dc2375e8ddca40201095 + !! source digest: sha256:04440c72cb5fd06d1eb9247a1964276894ec31e45577f0c6daaa1bbaed3d773b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -49,12 +49,12 @@ Configuration You can configure some common name patterns for the inverse function in Settings > Configuration > General settings: -- Lastname SecondLastname Firstname: For example 'Anderson Lavarge - Robert' -- Lastname SecondLastname, Firstname: For example 'Anderson Lavarge, - Robert' -- Firstname Lastname SecondLastname: For example 'Robert Anderson - Lavarge' +- Lastname SecondLastname Firstname: For example 'Anderson Lavarge + Robert' +- Lastname SecondLastname, Firstname: For example 'Anderson Lavarge, + Robert' +- Firstname Lastname SecondLastname: For example 'Robert Anderson + Lavarge' After applying the changes, you can recalculate all partners name clicking "Recalculate names" button. Note: This process could take so @@ -70,9 +70,9 @@ Usage To use this module, you need to: -- Edit any partner's form. -- Make sure the partner is not a company. -- Enter firstname and lastnames. +- Edit any partner's form. +- Make sure the partner is not a company. +- Enter firstname and lastnames. If you directly enter the full name instead of entering the other fields separately (maybe from other form), this module will try to guess the @@ -103,11 +103,11 @@ Authors Contributors ------------ -- Jairo Llopis . -- Antonio Espinosa. -- Pedro M. Baeza . -- Nikul Chaudhary -- Manuel Regidor +- Jairo Llopis . +- Antonio Espinosa. +- Pedro M. Baeza . +- Nikul Chaudhary +- Manuel Regidor Maintainers ----------- diff --git a/partner_second_lastname/__manifest__.py b/partner_second_lastname/__manifest__.py index e8ec9976855..8f11c4eab1a 100644 --- a/partner_second_lastname/__manifest__.py +++ b/partner_second_lastname/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Partner second last name", "summary": "Have split first and second lastnames", - "version": "17.0.1.0.1", + "version": "17.0.1.0.2", "license": "AGPL-3", "website": "https://github.com/OCA/partner-contact", "author": "Tecnativa, " "Odoo Community Association (OCA)", diff --git a/partner_second_lastname/static/description/index.html b/partner_second_lastname/static/description/index.html index 0255f0a9f50..44837a1d40b 100644 --- a/partner_second_lastname/static/description/index.html +++ b/partner_second_lastname/static/description/index.html @@ -367,7 +367,7 @@

Partner second last name

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:bafdbdb615a90a20dddf767945091e7aa6a8703a4c66dc2375e8ddca40201095 +!! source digest: sha256:04440c72cb5fd06d1eb9247a1964276894ec31e45577f0c6daaa1bbaed3d773b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runboat

This module was written to extend the functionality of