From c16be1a2414204242aff618503b237f5f1110359 Mon Sep 17 00:00:00 2001 From: Aitor Bouzas Date: Mon, 15 Oct 2018 17:47:25 +0200 Subject: [PATCH] [MIG] l10n_es_partner_mercantil: Migration to 12.0 --- l10n_es_partner_mercantil/README.rst | 85 +++++++++++++------ l10n_es_partner_mercantil/__init__.py | 1 - l10n_es_partner_mercantil/__openerp__.py | 5 +- l10n_es_partner_mercantil/models/__init__.py | 1 - .../models/partner_es.py | 1 - 5 files changed, 61 insertions(+), 32 deletions(-) diff --git a/l10n_es_partner_mercantil/README.rst b/l10n_es_partner_mercantil/README.rst index b2eec7dff4e..4aa28566bf6 100644 --- a/l10n_es_partner_mercantil/README.rst +++ b/l10n_es_partner_mercantil/README.rst @@ -1,11 +1,30 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - ================= -Partner mercantil +Partner Mercantil ================= +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |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%2Fl10n--spain-lightgray.png?logo=github + :target: https://github.com/OCA/l10n-spain/tree/12.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-12-0/l10n-spain-12-0-l10n_es_partner_mercantil + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/189/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + Añade los siguientes campos en la ficha de empresa (res.partner): * Libro @@ -15,41 +34,55 @@ Añade los siguientes campos en la ficha de empresa (res.partner): * Seccion * Tomo -Uso -=== +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +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 +=========== -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/189/11.0 +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 `_. -Gestión de errores -================== +Do not contact contributors directly about support or help with technical issues. -Los errores/fallos se gestionan en `las incidencias de GitHub `_. -En caso de problemas, compruebe por favor si su incidencia ha sido ya -reportada. Si fue el primero en descubrirla, ayúdenos a solucionarla indicando -una detallada descripción -`aquí `_. +Credits +======= -Créditos -======== +Authors +~~~~~~~ + +* Spanish Localization Team +* Tecnativa + +Contributors +~~~~~~~~~~~~ -Contribuidores --------------- * Pedro M. Baeza * Antonio Espinosa +* Aitor Bouzas -Maintainer ----------- +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - 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. -To contribute to this module, please visit https://odoo-community.org. +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/__init__.py b/l10n_es_partner_mercantil/__init__.py index 3a24f67bfd8..75632c1364f 100644 --- a/l10n_es_partner_mercantil/__init__.py +++ b/l10n_es_partner_mercantil/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2009 Spanish Localization Team # Copyright 2016 Antonio Espinosa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/l10n_es_partner_mercantil/__openerp__.py b/l10n_es_partner_mercantil/__openerp__.py index 08682e585de..cc9b34b110b 100644 --- a/l10n_es_partner_mercantil/__openerp__.py +++ b/l10n_es_partner_mercantil/__openerp__.py @@ -1,15 +1,14 @@ -# -*- coding: utf-8 -*- # Copyright 2009 Spanish Localization Team # Copyright 2016 Antonio Espinosa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Partner Mercantil", "summary": u"Añade los datos del registro mercantil a la empresa", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "author": "Spanish Localization Team, " "Tecnativa, " "Odoo Community Association (OCA)", - "website": "https://odoo-community.org/", + "website": "https://github.com/OCA/l10n-spain", "category": "Localization/Europe", "license": "AGPL-3", "depends": [ diff --git a/l10n_es_partner_mercantil/models/__init__.py b/l10n_es_partner_mercantil/models/__init__.py index ea00f5b6f87..c7590a2ccfb 100644 --- a/l10n_es_partner_mercantil/models/__init__.py +++ b/l10n_es_partner_mercantil/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2009 Spanish Localization Team # Copyright 2016 Antonio Espinosa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/l10n_es_partner_mercantil/models/partner_es.py b/l10n_es_partner_mercantil/models/partner_es.py index 0d48a653aab..57d747d381a 100644 --- a/l10n_es_partner_mercantil/models/partner_es.py +++ b/l10n_es_partner_mercantil/models/partner_es.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2009 Spanish Localization Team # Copyright 2016 Antonio Espinosa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).