Skip to content

Commit

Permalink
Merge baed396 into 6efdf58
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpeiffer committed Aug 24, 2016
2 parents 6efdf58 + baed396 commit 7fe4bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report_xls/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
##############################################################################
{
'name': 'Excel report engine',
'version': '8.0.0.6.1',
'version': '9.0.1.0.0',
'license': 'AGPL-3',
'author': "Noviat,Odoo Community Association (OCA)",
'website': 'http://www.noviat.com',
Expand Down Expand Up @@ -77,6 +77,6 @@
'depends': ['base'],
'external_dependencies': {'python': ['xlwt']},
'active': False,
'installable': False,
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

0 comments on commit 7fe4bcb

Please sign in to comment.