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 6f9adcb67..3a9edf76d 100644 --- a/admin_technical_features/__openerp__.py +++ b/admin_technical_features/__openerp__.py @@ -30,23 +30,39 @@ 'category': 'Administration', 'summary': 'Checks the technical features box for admin user.', 'description': """ -Base Partner Compute Field -========================== +.. 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 -More information ----------------- -Module developed and tested with Odoo version 7.0 -For questions, please contact our support services \ -(support@savoirfairelinux.com) +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. """, 'depends': ['base_import'], 'external_dependencies': {