From 1d11c550f4e7af6e869e2ecb90c0f89cab2fb78a Mon Sep 17 00:00:00 2001 From: Crisa221 Date: Wed, 18 Sep 2019 21:08:26 +0200 Subject: [PATCH] [MIG] partner_contact_birthplace: Migration to 12.0 --- partner_contact_birthplace/README.rst | 6 +++--- partner_contact_birthplace/__init__.py | 1 - partner_contact_birthplace/__manifest__.py | 3 +-- partner_contact_birthplace/models/__init__.py | 1 - partner_contact_birthplace/models/res_partner.py | 1 - partner_contact_birthplace/views/res_partner.xml | 3 +-- 6 files changed, 5 insertions(+), 10 deletions(-) diff --git a/partner_contact_birthplace/README.rst b/partner_contact_birthplace/README.rst index ad8df09af..6a854390c 100644 --- a/partner_contact_birthplace/README.rst +++ b/partner_contact_birthplace/README.rst @@ -14,7 +14,7 @@ Installation To install this module, you need to: -* Install the OCA repository `partner-contact`_. +* Install the OCA repository 'partner_contact' * Update your modules list. * Search and install this module. @@ -41,7 +41,7 @@ For further information, please visit: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/134/10.0 + :target: https://runbot.odoo-community.org/runbot/134/12.0 Credits @@ -73,4 +73,4 @@ 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 http://odoo-community.org. +To contribute to this module, please visit http://odoo-community.org diff --git a/partner_contact_birthplace/__init__.py b/partner_contact_birthplace/__init__.py index b44d76594..31660d6a9 100644 --- a/partner_contact_birthplace/__init__.py +++ b/partner_contact_birthplace/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import models diff --git a/partner_contact_birthplace/__manifest__.py b/partner_contact_birthplace/__manifest__.py index f088db609..1992d919b 100644 --- a/partner_contact_birthplace/__manifest__.py +++ b/partner_contact_birthplace/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { @@ -6,7 +5,7 @@ 'summary': 'This module allows to define a birthplace for partners.', 'version': '12.0.1.0.0', 'category': 'Customer Relationship Management', - 'website': 'https://github.com/OCA/partner-contact' + 'website': 'https://github.com/OCA/partner-contact/tree/12.0/' 'partner_contact_birthplace', 'author': 'Agile Business Group, Odoo Community Association (OCA)', 'license': 'AGPL-3', diff --git a/partner_contact_birthplace/models/__init__.py b/partner_contact_birthplace/models/__init__.py index 2d6da8513..c6cc3b329 100644 --- a/partner_contact_birthplace/models/__init__.py +++ b/partner_contact_birthplace/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import res_partner diff --git a/partner_contact_birthplace/models/res_partner.py b/partner_contact_birthplace/models/res_partner.py index 014f4cb0b..f8ebd74dc 100644 --- a/partner_contact_birthplace/models/res_partner.py +++ b/partner_contact_birthplace/models/res_partner.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Simone Rubino - Agile Business Group # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). diff --git a/partner_contact_birthplace/views/res_partner.xml b/partner_contact_birthplace/views/res_partner.xml index 2479108a3..502522d52 100644 --- a/partner_contact_birthplace/views/res_partner.xml +++ b/partner_contact_birthplace/views/res_partner.xml @@ -1,6 +1,5 @@ - +