Use OCA template
parent
6de7fba468
commit
61fbc1122f
|
@ -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.
|
||||
|
|
@ -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 <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 8.0
|
||||
For questions, please contact our support services \
|
||||
(support@savoirfairelinux.com)
|
||||
""",
|
||||
'depends': ['base_import'],
|
||||
'external_dependencies': {
|
||||
'python': [],
|
||||
|
|
Loading…
Reference in New Issue