diff --git a/partner_coc/README.rst b/partner_coc/README.rst index 29726443d..e74bf7013 100644 --- a/partner_coc/README.rst +++ b/partner_coc/README.rst @@ -14,13 +14,13 @@ Partner CoC :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/11.0/partner_coc + :target: https://github.com/OCA/partner-contact/tree/12.0/partner_coc :alt: OCA/partner-contact .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-partner_coc + :target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_coc :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/11.0 + :target: https://runbot.odoo-community.org/runbot/134/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -46,7 +46,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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -77,6 +77,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/partner-contact `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/partner_coc/__manifest__.py b/partner_coc/__manifest__.py index 1c03f84b8..5a63e2e23 100644 --- a/partner_coc/__manifest__.py +++ b/partner_coc/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Partner CoC', 'summary': "Adds field 'Chamber Of Commerce Registration Number'", - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Web', 'author': 'Onestein,Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/partner-contact/', diff --git a/partner_coc/tests/test_partner_coc.py b/partner_coc/tests/test_partner_coc.py index b7187a49c..59e6f3531 100644 --- a/partner_coc/tests/test_partner_coc.py +++ b/partner_coc/tests/test_partner_coc.py @@ -1,7 +1,7 @@ # Copyright 2018 Onestein () # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -from openerp.tests.common import TransactionCase +from odoo.tests.common import TransactionCase class TestPartnerCoC(TransactionCase):