diff --git a/partner_noncommercial/README.rst b/partner_noncommercial/README.rst index a1ce02510..97c4ca76f 100644 --- a/partner_noncommercial/README.rst +++ b/partner_noncommercial/README.rst @@ -1,80 +1,89 @@ -.. 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 Non Commercial ====================== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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/11.0/partner_noncommercial + :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_noncommercial + :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 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + This module changes menu and view descriptions to make partner management suitable for use in non commercial organisations. -Installation -============ +**Table of contents** -Installing this module needs no special actions. +.. contents:: + :local: Configuration ============= -This module requires no special configuration. +To configure this module, you need to: + +#. This module requires no special configuration. Usage ===== -This module changes the Sales main menu to relations. There it gives special +This module creates a main menu All partners. There it gives special options to work with persons or organisationss. -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/partner-contact/10.0 - -Known issues / Roadmap -====================== - -After installing this module a situation has been encountered where the new -menu's were added to the database, but not shown in the UI. This was due to -partner_left and partner_right not being filled. To solve this, use the -generic solution when the menu-system has been messed up: -1. stop server -2. drop parent_left and parent_right columns from ir_ui_menu table -3. start server while updating base module - 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. +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 `_. +* Therp BV +* Camptocamp Contributors ------------- +~~~~~~~~~~~~ * Ronald Portier -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://github.com/oca/partner-contact +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_noncommercial/__init__.py b/partner_noncommercial/__init__.py index 0eec69fd3..c71289ab1 100644 --- a/partner_noncommercial/__init__.py +++ b/partner_noncommercial/__init__.py @@ -1,2 +1 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/partner_noncommercial/__manifest__.py b/partner_noncommercial/__manifest__.py index 8e81507b5..da9b1d61c 100644 --- a/partner_noncommercial/__manifest__.py +++ b/partner_noncommercial/__manifest__.py @@ -1,16 +1,15 @@ -# -*- coding: utf-8 -*- # Copyright 2015-2018 Therp BV (https://therp.nl). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { 'name': 'Partner Non Commercial', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'author': 'Therp BV,Camptocamp,Odoo Community Association (OCA)', 'website': 'https://github.com/oca/partner-contact', 'complexity': 'normal', 'category': 'Customer Relationship Management', 'license': 'AGPL-3', 'depends': [ - 'sales_team', # Contains address book configuration + 'contacts', ], 'data': [ 'views/menu.xml', diff --git a/partner_noncommercial/i18n/partner_noncommercial.pot b/partner_noncommercial/i18n/partner_noncommercial.pot index 58bf88c0b..7e9817eab 100644 --- a/partner_noncommercial/i18n/partner_noncommercial.pot +++ b/partner_noncommercial/i18n/partner_noncommercial.pot @@ -6,8 +6,6 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-01 12:32+0000\n" -"PO-Revision-Date: 2017-12-01 12:32+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" diff --git a/partner_noncommercial/readme/CONFIGURE.rst b/partner_noncommercial/readme/CONFIGURE.rst new file mode 100644 index 000000000..2d0aff034 --- /dev/null +++ b/partner_noncommercial/readme/CONFIGURE.rst @@ -0,0 +1,3 @@ +To configure this module, you need to: + +#. This module requires no special configuration. diff --git a/partner_noncommercial/readme/CONTRIBUTORS.rst b/partner_noncommercial/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..4e07c28e1 --- /dev/null +++ b/partner_noncommercial/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Ronald Portier diff --git a/partner_noncommercial/readme/DESCRIPTION.rst b/partner_noncommercial/readme/DESCRIPTION.rst new file mode 100644 index 000000000..5a05cb041 --- /dev/null +++ b/partner_noncommercial/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module changes menu and view descriptions to make partner management +suitable for use in non commercial organisations. diff --git a/partner_noncommercial/readme/ROADMAP.rst b/partner_noncommercial/readme/ROADMAP.rst new file mode 100644 index 000000000..e69de29bb diff --git a/partner_noncommercial/readme/USAGE.rst b/partner_noncommercial/readme/USAGE.rst new file mode 100644 index 000000000..4791cdad1 --- /dev/null +++ b/partner_noncommercial/readme/USAGE.rst @@ -0,0 +1,3 @@ +This module creates a main menu All partners. There it gives special +options to work with persons or organisationss. + diff --git a/partner_noncommercial/static/description/index.html b/partner_noncommercial/static/description/index.html new file mode 100644 index 000000000..890a137ef --- /dev/null +++ b/partner_noncommercial/static/description/index.html @@ -0,0 +1,435 @@ + + + + + + +Partner Non Commercial + + + +
+

Partner Non Commercial

+ + +

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

+

This module changes menu and view descriptions to make partner management +suitable for use in non commercial organisations.

+

Table of contents

+ +
+

Configuration

+

To configure this module, you need to:

+
    +
  1. This module requires no special configuration.
  2. +
+
+
+

Usage

+

This module creates a main menu All partners. There it gives special +options to work with persons or organisationss.

+
+
+

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

+
    +
  • Therp BV
  • +
  • Camptocamp
  • +
+
+
+

Contributors

+ +
+
+

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.

+
+
+
+ + diff --git a/partner_noncommercial/views/menu.xml b/partner_noncommercial/views/menu.xml index 5446a40a6..35a6043b8 100644 --- a/partner_noncommercial/views/menu.xml +++ b/partner_noncommercial/views/menu.xml @@ -1,17 +1,10 @@ - - + @@ -99,12 +92,4 @@ sequence="41" /> - - -