Browse Source

Use OCA template

pull/164/head
Sandy Carter 9 years ago
committed by Sandy Carter
parent
commit
d8e7332ca4
  1. 34
      admin_technical_features/README.rst
  2. 30
      admin_technical_features/__openerp__.py

34
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 <bruno.joliveau@savoirfairelinux.com>
* Sandy Carter <sandy.carter@savoirfairelinux.com>
* Jordi Riera<jordi.riera@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.

30
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 <bruno.joliveau@savoirfairelinux.com>
* Sandy Carter <sandy.carter@savoirfairelinux.com>
* Jordi Riera<jordi.riera@savoirfairelinux.com>
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': {

Loading…
Cancel
Save