From a2f4f34566e7f473f0a1f74a0765691c753c12d1 Mon Sep 17 00:00:00 2001 From: Sara Lago Date: Tue, 25 May 2021 12:57:11 +0200 Subject: [PATCH] [IMP] pms_l10n_es: adapt readme and manifest to OCA Guidelines --- pms_l10n_es/README.rst | 99 ++++--------------- pms_l10n_es/__manifest__.py | 2 +- pms_l10n_es/readme/CONTRIBUTORS.rst | 7 ++ pms_l10n_es/readme/DESCRIPTION.rst | 1 + pms_l10n_es/static/description/index.html | 111 ++++++---------------- 5 files changed, 57 insertions(+), 163 deletions(-) create mode 100644 pms_l10n_es/readme/CONTRIBUTORS.rst create mode 100644 pms_l10n_es/readme/DESCRIPTION.rst diff --git a/pms_l10n_es/README.rst b/pms_l10n_es/README.rst index 45145fee8..077def0c1 100644 --- a/pms_l10n_es/README.rst +++ b/pms_l10n_es/README.rst @@ -1,6 +1,6 @@ -================================ -Partner first name and last name -================================ +====================== +PMS Spanish Adaptation +====================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! @@ -13,75 +13,32 @@ Partner first name and last name .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :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/14.0/partner_firstname - :alt: OCA/partner-contact +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpms-lightgray.png?logo=github + :target: https://github.com/OCA/pms/tree/14.0/pms_l10n_es + :alt: OCA/pms .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_firstname + :target: https://translation.odoo-community.org/projects/pms-14-0/pms-14-0-pms_l10n_es :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/134/14.0 + :target: https://runbot.odoo-community.org/runbot/293/14.0 :alt: Try me on Runbot |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 adds spanish localization support to property management system (PMS). **Table of contents** .. contents:: :local: -Configuration -============= - -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' - -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. - -Usage -===== - -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. - -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 `_ - Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -91,34 +48,18 @@ Credits Authors ~~~~~~~ -* Camptocamp -* Grupo ESOC Ingeniería de Servicios -* Tecnativa -* LasLabs -* ACSONE SA/NV +* Commit [Sun] 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 +* Jose Luis Algara +* `Commit [Sun] `: + + * Dario Lodeiros + * Sara Lago + * Brais Abeijon + * Miguel Padin Maintainers ~~~~~~~~~~~ @@ -133,6 +74,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/pms `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pms_l10n_es/__manifest__.py b/pms_l10n_es/__manifest__.py index fe28af852..912abc329 100644 --- a/pms_l10n_es/__manifest__.py +++ b/pms_l10n_es/__manifest__.py @@ -4,7 +4,7 @@ { "name": "PMS Spanish Adaptation", "version": "14.0.1.0.0", - "author": "CommitSun, " "Odoo Community Association (OCA)", + "author": "Commit [Sun], Odoo Community Association (OCA)", "license": "AGPL-3", "application": True, "category": "Localization", diff --git a/pms_l10n_es/readme/CONTRIBUTORS.rst b/pms_l10n_es/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..9675a68b1 --- /dev/null +++ b/pms_l10n_es/readme/CONTRIBUTORS.rst @@ -0,0 +1,7 @@ +* Jose Luis Algara +* `Commit [Sun] `: + + * Dario Lodeiros + * Sara Lago + * Brais Abeijon + * Miguel Padin diff --git a/pms_l10n_es/readme/DESCRIPTION.rst b/pms_l10n_es/readme/DESCRIPTION.rst new file mode 100644 index 000000000..6033d0032 --- /dev/null +++ b/pms_l10n_es/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds spanish localization support to property management system (PMS). diff --git a/pms_l10n_es/static/description/index.html b/pms_l10n_es/static/description/index.html index 8f754f330..0e736b054 100644 --- a/pms_l10n_es/static/description/index.html +++ b/pms_l10n_es/static/description/index.html @@ -3,8 +3,8 @@ - -Partner first name and last name + +PMS Spanish Adaptation -
-

Partner first name and last name

+
+

PMS Spanish Adaptation

-

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

-

This module was written to extend the functionality of contacts to support -having separate last name and first name.

+

Beta License: AGPL-3 OCA/pms Translate me on Weblate Try me on Runbot

+

This module adds spanish localization support to property management system (PMS).

Table of contents

-
-

Configuration

-

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’
  • -
-

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.

-
-
-

Usage

-

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.

-

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

-
-

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

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 smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

    -
  • Camptocamp
  • -
  • Grupo ESOC Ingeniería de Servicios
  • -
  • Tecnativa
  • -
  • LasLabs
  • -
  • ACSONE SA/NV
  • +
  • Commit [Sun]
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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/pms project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.