Skip to content

Commit

Permalink
Bump version, add external dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Sep 23, 2016
1 parent 954d401 commit 057f978
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions account_financial_report_qweb/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'QWeb Financial Reports',
'version': '9.0.1.0.0',
'version': '9.0.1.0.1',
'category': 'Reporting',
'summary': 'OCA Financial Reports',
'author': 'Camptocamp SA,'
Expand Down Expand Up @@ -35,7 +35,10 @@
'report/templates/trial_balance.xml',
'view/account_view.xml'
],
'test': [
'external_dependencies': [
"python": [
"xlsxwriter",
]
],
'installable': True,
'application': True,
Expand Down

0 comments on commit 057f978

Please sign in to comment.