Browse Source

Fix version

pull/535/head
Florian da Costa 7 years ago
parent
commit
85e50881e0
  1. 8
      sql_export/README.rst
  2. 2
      sql_request_abstract/README.rst
  3. 2
      sql_request_abstract/__openerp__.py

8
sql_export/README.rst

@ -32,10 +32,10 @@ See sql_request_abstract module to fix this issue.
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:%20sql_export%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 smash it by providing detailed and welcomed feedback.
Credits
=======

2
sql_request_abstract/README.rst

@ -45,7 +45,7 @@ Inherit the model:
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/149/8.0
:target: https://runbot.odoo-community.org/runbot/149/9.0
Bug Tracker
===========

2
sql_request_abstract/__openerp__.py

@ -5,7 +5,7 @@
{
'name': 'SQL Request Abstract',
'version': '8.0.1.0.0',
'version': '9.0.1.0.0',
'author': 'GRAP,Akretion,Odoo Community Association (OCA)',
'website': 'https://www.odoo-community.org',
'license': 'AGPL-3',

Loading…
Cancel
Save