diff --git a/partner_company_type/README.rst b/partner_company_type/README.rst index 63580660fec..1d3ab3af339 100644 --- a/partner_company_type/README.rst +++ b/partner_company_type/README.rst @@ -14,16 +14,16 @@ Partner Company Type :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/15.0/partner_company_type + :target: https://github.com/OCA/partner-contact/tree/16.0/partner_company_type :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-15-0/partner-contact-15-0-partner_company_type :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/15.0 + :target: https://runbot.odoo-community.org/runbot/134/16.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Adds a title to partner that are companies. (Before: Partner Title in Odoo - limited to contacts now) @@ -41,7 +41,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. @@ -80,6 +80,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_company_type/__manifest__.py b/partner_company_type/__manifest__.py index 5ff2630ea35..1ecb50d9924 100644 --- a/partner_company_type/__manifest__.py +++ b/partner_company_type/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Partner Company Type", "summary": "Adds a company type to partner that are companies", - "version": "15.0.1.0.1", + "version": "16.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/partner-contact", diff --git a/partner_company_type/i18n/partner_company_type.pot b/partner_company_type/i18n/partner_company_type.pot index dba6aff4302..080e0613e9c 100644 --- a/partner_company_type/i18n/partner_company_type.pot +++ b/partner_company_type/i18n/partner_company_type.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 15.0\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" diff --git a/partner_company_type/static/description/index.html b/partner_company_type/static/description/index.html index fcf5682b99e..edfc74cb97d 100644 --- a/partner_company_type/static/description/index.html +++ b/partner_company_type/static/description/index.html @@ -367,7 +367,7 @@

Partner Company Type

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

Adds a title to partner that are companies. (Before: Partner Title in Odoo - limited to contacts now)

See : https://en.wikipedia.org/wiki/Types_of_business_entity

@@ -389,7 +389,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.

@@ -422,7 +422,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/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/setup/partner_company_type/odoo/addons/partner_company_type b/setup/partner_company_type/odoo/addons/partner_company_type new file mode 120000 index 00000000000..4a4132b1151 --- /dev/null +++ b/setup/partner_company_type/odoo/addons/partner_company_type @@ -0,0 +1 @@ +../../../../partner_company_type \ No newline at end of file diff --git a/setup/partner_company_type/setup.py b/setup/partner_company_type/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/partner_company_type/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)