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 d5e8aa2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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,8 +35,11 @@
'report/templates/trial_balance.xml',
'view/account_view.xml'
],
'test': [
],
'external_dependencies': {
"python": [
"xlsxwriter",
],
},
'installable': True,
'application': True,
'auto_install': False,
Expand Down

0 comments on commit d5e8aa2

Please sign in to comment.