From 61fbc1122fde6a297e9c8de584899eaf11328ce0 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Fri, 8 May 2015 14:19:58 -0400 Subject: [PATCH] Use OCA template --- admin_technical_features/README.rst | 34 +++++++++++++++++++++++++ admin_technical_features/__openerp__.py | 19 -------------- 2 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 admin_technical_features/README.rst diff --git a/admin_technical_features/README.rst b/admin_technical_features/README.rst new file mode 100644 index 000000000..6668e8a1b --- /dev/null +++ b/admin_technical_features/README.rst @@ -0,0 +1,34 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 + +Admin Technical Features +======================== + +Checks the technical features box for administrator user. + +.. image:: /admin_technical_features/static/admin_technical_features.png + +Credits +======= + +Contributors +------------ +* Bruno Joliveau +* Sandy Carter +* Jordi Riera + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://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 http://odoo-community.org. + diff --git a/admin_technical_features/__openerp__.py b/admin_technical_features/__openerp__.py index 2b2ce6372..f007cec65 100644 --- a/admin_technical_features/__openerp__.py +++ b/admin_technical_features/__openerp__.py @@ -29,25 +29,6 @@ 'license': 'AGPL-3', 'category': 'Administration', 'summary': 'Checks the technical features box for admin user.', - 'description': """ -Base Partner Compute Field -========================== -Checks the technical features box for administrator user. - -.. image:: /admin_technical_features/static/admin_technical_features.png - -Contributors ------------- -* Bruno Joliveau -* Sandy Carter -* Jordi Riera - -More information ----------------- -Module developed and tested with Odoo version 8.0 -For questions, please contact our support services \ -(support@savoirfairelinux.com) -""", 'depends': ['base_import'], 'external_dependencies': { 'python': [],