From 5c465b041cb65438be95c8df7d592c84ae696dbe Mon Sep 17 00:00:00 2001 From: hveficent Date: Mon, 21 Jan 2019 15:22:06 +0100 Subject: [PATCH] [MIG] partner_address_street3: Migration to 12.0 --- partner_address_street3/README.rst | 71 +-- partner_address_street3/__manifest__.py | 4 +- .../readme/CONTRIBUTORS.rst | 3 + .../readme/DESCRIPTION.rst | 2 + .../static/description/index.html | 422 ++++++++++++++++++ 5 files changed, 474 insertions(+), 28 deletions(-) create mode 100644 partner_address_street3/readme/CONTRIBUTORS.rst create mode 100644 partner_address_street3/readme/DESCRIPTION.rst create mode 100644 partner_address_street3/static/description/index.html diff --git a/partner_address_street3/README.rst b/partner_address_street3/README.rst index 441aa4640..11e3d19f4 100644 --- a/partner_address_street3/README.rst +++ b/partner_address_street3/README.rst @@ -1,57 +1,76 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - -=========================== -3rd line on partner address -=========================== +==================== +Street3 in addresses +==================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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%2Fpartner--contact-lightgray.png?logo=github + :target: https://github.com/OCA/partner-contact/tree/12.0/partner_address_street3 + :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-12-0/partner-contact-12-0-partner_address_street3 + :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/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| This module extends the base *res.partner* model by supplying a 3rd line on addresses (`street3`). -Usage -===== +**Table of contents** -.. 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/11.0 +.. contents:: + :local: 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 smash it by providing detailed and welcomed feedback. +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 `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. +* Camptocamp Contributors ------------- +~~~~~~~~~~~~ * Nicolas Bessi * Alexandre Fayolle * Huy Ly -Do not contact contributors directly about support or help with technical issues. +Maintainers +~~~~~~~~~~~ -Maintainer ----------- +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. \ No newline at end of file +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_address_street3/__manifest__.py b/partner_address_street3/__manifest__.py index 388943731..7e4da8c2f 100644 --- a/partner_address_street3/__manifest__.py +++ b/partner_address_street3/__manifest__.py @@ -6,12 +6,12 @@ 'name': 'Street3 in addresses', 'summary': 'Add a third address line on partners', 'license': 'AGPL-3', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Sales', 'depends': ['base'], - 'website': 'http://www.camptocamp.com', + 'website': 'https://github.com/OCA/partner-contact', 'data': ['view/partner_view.xml'], 'post_init_hook': 'post_init_hook', 'uninstall_hook': 'uninstall_hook', diff --git a/partner_address_street3/readme/CONTRIBUTORS.rst b/partner_address_street3/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..fc8e0eb25 --- /dev/null +++ b/partner_address_street3/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* Nicolas Bessi +* Alexandre Fayolle +* Huy Ly diff --git a/partner_address_street3/readme/DESCRIPTION.rst b/partner_address_street3/readme/DESCRIPTION.rst new file mode 100644 index 000000000..c8dc9f094 --- /dev/null +++ b/partner_address_street3/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module extends the base *res.partner* model by supplying a 3rd line on +addresses (`street3`). diff --git a/partner_address_street3/static/description/index.html b/partner_address_street3/static/description/index.html new file mode 100644 index 000000000..b7226a22a --- /dev/null +++ b/partner_address_street3/static/description/index.html @@ -0,0 +1,422 @@ + + + + + + +Street3 in addresses + + + +
+

Street3 in addresses

+ + +

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

+

This module extends the base res.partner model by supplying a 3rd line on +addresses (street3).

+

Table of contents

+ +
+

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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +