Skip to content

Commit

Permalink
[MIG] l10n_es_partner_mercantil: Migration to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorbouzas authored and peluko00 committed Nov 20, 2023
1 parent 1f82a4f commit c16be1a
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 32 deletions.
85 changes: 59 additions & 26 deletions l10n_es_partner_mercantil/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <https://github.com/OCA/l10n-spain/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 <https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_partner_mercantil%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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 <https://github.com/OCA/l10n-spain/issues>`_.
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í <https://github.com/OCA/l10n-spain/issues/new?body=m%f3dulo:%20l10_es_partner_mercantil%0Aversi%f3n:%2011.0%0A%0A**Pasos%20para%20reproducirlo**%0A-%20...%0A%0A**Comportamiento%20actual**%0A%0A**Comportamiento%20esperado**>`_.
Credits
=======

Créditos
========
Authors
~~~~~~~

* Spanish Localization Team
* Tecnativa

Contributors
~~~~~~~~~~~~

Contribuidores
--------------
* Pedro M. Baeza <[email protected]>
* Antonio Espinosa <[email protected]>
* Aitor Bouzas <[email protected]>

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 <https://github.com/OCA/l10n-spain/tree/12.0/l10n_es_partner_mercantil>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 0 additions & 1 deletion l10n_es_partner_mercantil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2009 Spanish Localization Team
# Copyright 2016 Antonio Espinosa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand Down
5 changes: 2 additions & 3 deletions l10n_es_partner_mercantil/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# -*- coding: utf-8 -*-
# Copyright 2009 Spanish Localization Team
# Copyright 2016 Antonio Espinosa <[email protected]>
# 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": [
Expand Down
1 change: 0 additions & 1 deletion l10n_es_partner_mercantil/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2009 Spanish Localization Team
# Copyright 2016 Antonio Espinosa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand Down
1 change: 0 additions & 1 deletion l10n_es_partner_mercantil/models/partner_es.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2009 Spanish Localization Team
# Copyright 2016 Antonio Espinosa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand Down

0 comments on commit c16be1a

Please sign in to comment.