Browse Source

README & author updates.

pull/505/head
Jairo Llopis 8 years ago
committed by Pedro M. Baeza
parent
commit
6bf18ba1bf
  1. 18
      base_export_manager/README.rst
  2. 6
      base_export_manager/__openerp__.py

18
base_export_manager/README.rst

@ -2,12 +2,12 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
=============================
Manages model export profiles
=============================
============================
Manage model export profiles
============================
This module allows an admin to manage export profiles (ir.exports) that Odoo
stores internally but shows nowhere.
This module allows an admin to manage export profiles (``ir.exports``) that
Odoo stores internally but shows nowhere.
Usage
=====
@ -53,10 +53,10 @@ Known issues / Roadmap
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20base_export_manager%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/server-tools/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.
Credits

6
base_export_manager/__openerp__.py

@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': "Manages model export profiles",
'name': "Manage model export profiles",
'category': 'Personalization',
'version': '8.0.2.0.0',
'depends': [
@ -17,7 +17,9 @@
'qweb': [
"static/src/xml/base.xml",
],
'author': 'Antiun Ingeniería S.L.,Odoo Community Association (OCA)',
'author': 'Antiun Ingeniería S.L., '
'Tecnativa, '
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com',
'license': 'AGPL-3',
'installable': True,

Loading…
Cancel
Save