From 7eac1fbd9d8a50e6d2c81e45ec3c0e7c7afaad6f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 18 Jun 2024 07:45:35 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 4 +- partner_firstname/README.rst | 125 +++++++++--------- partner_firstname/__manifest__.py | 2 +- .../static/description/index.html | 5 +- partner_second_lastname/README.rst | 2 +- partner_second_lastname/__manifest__.py | 2 +- .../static/description/index.html | 2 +- 7 files changed, 73 insertions(+), 69 deletions(-) diff --git a/README.md b/README.md index 67b975e1037d..7d742e2c63d3 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ addon | version | maintainers | summary [partner_display_name_line_break](partner_display_name_line_break/) | 17.0.1.0.0 | | Split the company and the partner name on two different lines [partner_email_check](partner_email_check/) | 17.0.1.0.0 | | Validate email address field [partner_fax](partner_fax/) | 17.0.1.0.0 | | Add fax number on partner -[partner_firstname](partner_firstname/) | 17.0.1.0.1 | | Split first name and last name for non company partners +[partner_firstname](partner_firstname/) | 17.0.1.0.2 | | Split first name and last name for non company partners [partner_identification](partner_identification/) | 17.0.1.0.0 | | Partner Identification Numbers [partner_industry_secondary](partner_industry_secondary/) | 17.0.1.0.0 | | Add secondary partner industries [partner_manual_rank](partner_manual_rank/) | 17.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) | Be able to manually flag partners as customer or supplier. [partner_multi_relation](partner_multi_relation/) | 17.0.1.0.0 | | Partner Relations [partner_pricelist_search](partner_pricelist_search/) | 17.0.1.0.0 | | Partner pricelist search [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.0 | | Have split first and second lastnames +[partner_second_lastname](partner_second_lastname/) | 17.0.1.0.1 | | 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_vat_unique](partner_vat_unique/) | 17.0.1.0.0 | | Module to make the VAT number unique for customers and suppliers. diff --git a/partner_firstname/README.rst b/partner_firstname/README.rst index 88616f20c8f0..452049e24c49 100644 --- a/partner_firstname/README.rst +++ b/partner_firstname/README.rst @@ -7,7 +7,7 @@ Partner first name and last name !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3488c0565691627a30d74647ddd160cead71719973fc68d77008bbb91af2445f + !! source digest: sha256:dff4eec45f78fd5f6b57077aba6d01f401e4daa7ab744135bccbd1acee8bfccd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,19 +17,19 @@ Partner first name and last name :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github - :target: https://github.com/OCA/partner-contact/tree/16.0/partner_firstname + :target: https://github.com/OCA/partner-contact/tree/17.0/partner_firstname :alt: OCA/partner-contact .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_firstname + :target: https://translation.odoo-community.org/projects/partner-contact-17-0/partner-contact-17-0-partner_firstname :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module was written to extend the functionality of contacts to support -having separate last name and first name. +This module was written to extend the functionality of contacts to +support having separate last name and first name. **Table of contents** @@ -39,44 +39,49 @@ having separate last name and first name. Configuration ============= -You can configure some common name patterns for the inverse function -in Settings > General settings: +You can configure some common name patterns for the inverse function in +Settings > General settings: -* Lastname Firstname: For example 'Anderson Robert' -* Lastname, Firstname: For example 'Anderson, Robert' -* Firstname Lastname: For example 'Robert Anderson' +- Lastname Firstname: For example 'Anderson Robert' +- Lastname, Firstname: For example 'Anderson, Robert' +- Firstname Lastname: For example 'Robert Anderson' -After applying the changes, you can recalculate all partners name clicking -"Recalculate names" button. Note: This process could take so much time depending -how many partners there are in database. +After applying the changes, you can recalculate all partners name +clicking "Recalculate names" button. Note: This process could take so +much time depending how many partners there are in database. -You can use *_get_inverse_name* method to get lastname and firstname from a simple string -and also *_get_computed_name* to get a name form the lastname and firstname. -These methods can be overridden to change the format specified above. +You can use *\_get_inverse_name* method to get lastname and firstname +from a simple string and also *\_get_computed_name* to get a name form +the lastname and firstname. These methods can be overridden to change +the format specified above. Usage ===== -The field *name* becomes a stored function field concatenating the *last name* -and the *first name*. This avoids breaking compatibility with other modules. +The field *name* becomes a stored function field concatenating the *last +name* and the *first name*. This avoids breaking compatibility with +other modules. -Users should fulfill manually the separate fields for *last name* and *first -name*, but in case you edit just the *name* field in some unexpected module, -there is an inverse function that tries to split that automatically. It assumes -that you write the *name* in format configured (*"Lastname Firstname"*, by default), -but it could lead to wrong splitting (because it's just blindly trying to -guess what you meant), so you better specify it manually. +Users should fulfill manually the separate fields for *last name* and +*first name*, but in case you edit just the *name* field in some +unexpected module, there is an inverse function that tries to split that +automatically. It assumes that you write the *name* in format configured +(*"Lastname Firstname"*, by default), but it could lead to wrong +splitting (because it's just blindly trying to guess what you meant), so +you better specify it manually. -For the same reason, after installing, previous names for contacts will stay in -the *name* field, and the first time you edit any of them you will be asked to -supply the *last name* and *first name* (just once per contact). +For the same reason, after installing, previous names for contacts will +stay in the *name* field, and the first time you edit any of them you +will be asked to supply the *last name* and *first name* (just once per +contact). Known issues / Roadmap ====================== -Patterns for the inverse function are configurable only at system level. Maybe -this configuration could depend on partner language, country or company, -as discussed at `this OCA issue `_ +Patterns for the inverse function are configurable only at system level. +Maybe this configuration could depend on partner language, country or +company, as discussed at `this OCA +issue `__ Bug Tracker =========== @@ -84,7 +89,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -92,7 +97,7 @@ Credits ======= Authors -~~~~~~~ +------- * Camptocamp * Grupo ESOC IngenierĂ­a de Servicios @@ -102,34 +107,34 @@ Authors * DynApps NV Contributors -~~~~~~~~~~~~ - -* Nicolas Bessi -* Yannick Vaucher -* Vincent Renaville -* Guewen Baconnier -* Holger Brunn -* Jonathan Nemry -* Olivier Laurent -* Sandy Carter -* Alexis de Lattre -* Lorenzo Battistini -* Hans Henrik Gabelgaard -* Jairo Llopis -* Adrien Peiffer -* Ronald Portier -* Sylvain Van Hoof -* Pedro Baeza -* Dave Lasley -* Graeme Gellatly -* Laurent Mignon -* Bjorn Billen -* `Aion Tech `_: - - * Simone Rubino +------------ + +- Nicolas Bessi +- Yannick Vaucher +- Vincent Renaville +- Guewen Baconnier +- Holger Brunn +- Jonathan Nemry +- Olivier Laurent +- Sandy Carter +- Alexis de Lattre +- Lorenzo Battistini +- Hans Henrik Gabelgaard +- Jairo Llopis +- Adrien Peiffer +- Ronald Portier +- Sylvain Van Hoof +- Pedro Baeza +- Dave Lasley +- Graeme Gellatly +- Laurent Mignon +- Bjorn Billen +- Aion Tech : + + - Simone Rubino Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -141,6 +146,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/partner-contact `_ project on GitHub. +This module is part of the `OCA/partner-contact `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/partner_firstname/__manifest__.py b/partner_firstname/__manifest__.py index acfca3d0aeae..485ae2db1592 100644 --- a/partner_firstname/__manifest__.py +++ b/partner_firstname/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Partner first name and last name", "summary": "Split first name and last name for non company partners", - "version": "17.0.1.0.1", + "version": "17.0.1.0.2", "author": "Camptocamp, " "Grupo ESOC IngenierĂ­a de Servicios, " "Tecnativa, " diff --git a/partner_firstname/static/description/index.html b/partner_firstname/static/description/index.html index 70056ad162de..e6fb986f2037 100644 --- a/partner_firstname/static/description/index.html +++ b/partner_firstname/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Partner first name and last name

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:547c95a6de4508c96e86e379cfb2d96346381f4b965614d586b2cd48a0eed9b9 +!! source digest: sha256:dff4eec45f78fd5f6b57077aba6d01f401e4daa7ab744135bccbd1acee8bfccd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module was written to extend the functionality of contacts to @@ -472,7 +471,7 @@

Contributors

  • Graeme Gellatly <graeme@o4sb.com>
  • Laurent Mignon <laurent.mignon@acsone.eu>
  • Bjorn Billen <bjorn.billen@dynapps.be>
  • -
  • Aion Tech:
      +
    • Aion Tech <https://aiontech.company/>:
    • diff --git a/partner_second_lastname/README.rst b/partner_second_lastname/README.rst index 3758ae40f613..799738ae2f9f 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:bb49108b950c8dc58ca84bb8c7ab43df95cfc9e8a396d8dc7ae8e1a4a0cc4a3d + !! source digest: sha256:bafdbdb615a90a20dddf767945091e7aa6a8703a4c66dc2375e8ddca40201095 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_second_lastname/__manifest__.py b/partner_second_lastname/__manifest__.py index ae982f88825b..e8ec99768556 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.0", + "version": "17.0.1.0.1", "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 f1fd6fb50245..56186df057af 100644 --- a/partner_second_lastname/static/description/index.html +++ b/partner_second_lastname/static/description/index.html @@ -366,7 +366,7 @@

      Partner second last name

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

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

      This module was written to extend the functionality of