From 628093a323b2a760f01221315a166e320e953409 Mon Sep 17 00:00:00 2001 From: Antoni Marroig Campomar Date: Mon, 20 Nov 2023 16:28:50 +0100 Subject: [PATCH] [MIG] l10n_es_partner_mercantil: Migration to 17.0 --- l10n_es_partner_mercantil/README.rst | 51 +++++++++++-------- l10n_es_partner_mercantil/__manifest__.py | 2 +- l10n_es_partner_mercantil/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 13 +++++ .../readme/CONTRIBUTORS.rst | 7 --- .../{DESCRIPTION.rst => DESCRIPTION.md} | 12 ++--- l10n_es_partner_mercantil/readme/USAGE.md | 2 + l10n_es_partner_mercantil/readme/USAGE.rst | 1 - .../static/description/index.html | 14 +++-- .../views/res_partner_view.xml | 5 +- 10 files changed, 66 insertions(+), 44 deletions(-) create mode 100644 l10n_es_partner_mercantil/pyproject.toml create mode 100644 l10n_es_partner_mercantil/readme/CONTRIBUTORS.md delete mode 100644 l10n_es_partner_mercantil/readme/CONTRIBUTORS.rst rename l10n_es_partner_mercantil/readme/{DESCRIPTION.rst => DESCRIPTION.md} (52%) create mode 100644 l10n_es_partner_mercantil/readme/USAGE.md delete mode 100644 l10n_es_partner_mercantil/readme/USAGE.rst diff --git a/l10n_es_partner_mercantil/README.rst b/l10n_es_partner_mercantil/README.rst index d1f6a66b250..3d9f2fe3dc0 100644 --- a/l10n_es_partner_mercantil/README.rst +++ b/l10n_es_partner_mercantil/README.rst @@ -17,25 +17,25 @@ Partner Mercantil :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github - :target: https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_partner_mercantil + :target: https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_partner_mercantil :alt: OCA/l10n-spain .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_partner_mercantil + :target: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_partner_mercantil :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/l10n-spain&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| Añade los siguientes campos en la ficha de empresa (res.partner): -* Libro -* Registro Mercantil -* Hoja -* Folio -* Seccion -* Tomo +- Libro +- Registro Mercantil +- Hoja +- Folio +- Seccion +- Tomo **Table of contents** @@ -45,7 +45,8 @@ Añade los siguientes campos en la ficha de empresa (res.partner): Usage ===== -Tras instalar el módulo, en los contactos que sean del tipo compañía aparecerán unos campos para insertar los datos mercantiles. +Tras instalar el módulo, en los contactos que sean del tipo compañía +aparecerán unos campos para insertar los datos mercantiles. Bug Tracker =========== @@ -53,7 +54,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. @@ -61,24 +62,32 @@ Credits ======= Authors -~~~~~~~ +------- * Spanish Localization Team * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* Pedro M. Baeza -* Antonio Espinosa -* Aitor Bouzas -* Harald Panten -* `Trey `_: +- Pedro M. Baeza - * Vicent Cubells +- Antonio Espinosa + +- Aitor Bouzas + +- Harald Panten + +- `Trey `__: + + - Vicent Cubells + +- `APSL `__: + + - Antoni Marroig toni.marroig1@gmail.com Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -90,6 +99,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/l10n-spain `_ project on GitHub. +This module is part of the `OCA/l10n-spain `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_es_partner_mercantil/__manifest__.py b/l10n_es_partner_mercantil/__manifest__.py index 5ae14fe7505..96746e8c1b6 100644 --- a/l10n_es_partner_mercantil/__manifest__.py +++ b/l10n_es_partner_mercantil/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Partner Mercantil", "summary": "Añade los datos del registro mercantil a la empresa", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "development_status": "Mature", "author": "Spanish Localization Team, " "Tecnativa, " diff --git a/l10n_es_partner_mercantil/pyproject.toml b/l10n_es_partner_mercantil/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/l10n_es_partner_mercantil/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/l10n_es_partner_mercantil/readme/CONTRIBUTORS.md b/l10n_es_partner_mercantil/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..c70f825cf3a --- /dev/null +++ b/l10n_es_partner_mercantil/readme/CONTRIBUTORS.md @@ -0,0 +1,13 @@ +- Pedro M. Baeza \<\> + +- Antonio Espinosa \<\> + +- Aitor Bouzas \<\> + +- Harald Panten \<\> + +- [Trey](https://www.trey.es): + + > - Vicent Cubells +- [APSL](https://apsl.tech): + - Antoni Marroig \ No newline at end of file diff --git a/l10n_es_partner_mercantil/readme/CONTRIBUTORS.rst b/l10n_es_partner_mercantil/readme/CONTRIBUTORS.rst deleted file mode 100644 index 93f3f60ec08..00000000000 --- a/l10n_es_partner_mercantil/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,7 +0,0 @@ -* Pedro M. Baeza -* Antonio Espinosa -* Aitor Bouzas -* Harald Panten -* `Trey `_: - - * Vicent Cubells diff --git a/l10n_es_partner_mercantil/readme/DESCRIPTION.rst b/l10n_es_partner_mercantil/readme/DESCRIPTION.md similarity index 52% rename from l10n_es_partner_mercantil/readme/DESCRIPTION.rst rename to l10n_es_partner_mercantil/readme/DESCRIPTION.md index b8493a716ef..a12aa3a919e 100644 --- a/l10n_es_partner_mercantil/readme/DESCRIPTION.rst +++ b/l10n_es_partner_mercantil/readme/DESCRIPTION.md @@ -1,8 +1,8 @@ Añade los siguientes campos en la ficha de empresa (res.partner): -* Libro -* Registro Mercantil -* Hoja -* Folio -* Seccion -* Tomo +- Libro +- Registro Mercantil +- Hoja +- Folio +- Seccion +- Tomo diff --git a/l10n_es_partner_mercantil/readme/USAGE.md b/l10n_es_partner_mercantil/readme/USAGE.md new file mode 100644 index 00000000000..14f6e872c3a --- /dev/null +++ b/l10n_es_partner_mercantil/readme/USAGE.md @@ -0,0 +1,2 @@ +Tras instalar el módulo, en los contactos que sean del tipo compañía +aparecerán unos campos para insertar los datos mercantiles. diff --git a/l10n_es_partner_mercantil/readme/USAGE.rst b/l10n_es_partner_mercantil/readme/USAGE.rst deleted file mode 100644 index a71ed888c23..00000000000 --- a/l10n_es_partner_mercantil/readme/USAGE.rst +++ /dev/null @@ -1 +0,0 @@ -Tras instalar el módulo, en los contactos que sean del tipo compañía aparecerán unos campos para insertar los datos mercantiles. diff --git a/l10n_es_partner_mercantil/static/description/index.html b/l10n_es_partner_mercantil/static/description/index.html index a5e6b3e8dfc..3b266896f20 100644 --- a/l10n_es_partner_mercantil/static/description/index.html +++ b/l10n_es_partner_mercantil/static/description/index.html @@ -369,7 +369,7 @@

Partner Mercantil

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:8a19a83cf98a467e4fbbbf84105da4c964adc3a1dc9c5d9cb6b8b4f73400abb3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Mature License: AGPL-3 OCA/l10n-spain Translate me on Weblate Try me on Runboat

+

Mature License: AGPL-3 OCA/l10n-spain Translate me on Weblate Try me on Runboat

Añade los siguientes campos en la ficha de empresa (res.partner):

  • Libro
  • @@ -394,14 +394,15 @@

    Partner Mercantil

    Usage

    -

    Tras instalar el módulo, en los contactos que sean del tipo compañía aparecerán unos campos para insertar los datos mercantiles.

    +

    Tras instalar el módulo, en los contactos que sean del tipo compañía +aparecerán unos campos para insertar los datos mercantiles.

    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.

    @@ -431,6 +432,11 @@

    Contributors

+
  • APSL:

    + +
  • @@ -440,7 +446,7 @@

    Maintainers

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

    +

    This module is part of the OCA/l10n-spain project on GitHub.

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

    diff --git a/l10n_es_partner_mercantil/views/res_partner_view.xml b/l10n_es_partner_mercantil/views/res_partner_view.xml index 03447cf0aa8..070a8f5d77c 100644 --- a/l10n_es_partner_mercantil/views/res_partner_view.xml +++ b/l10n_es_partner_mercantil/views/res_partner_view.xml @@ -11,10 +11,7 @@ - +