Skip to content

Commit

Permalink
partner_product_report fix name lenght
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo committed Dec 23, 2015
1 parent aa361be commit 2388de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partner_product_report/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

{
"name": "Partner Product Report",
"version": "3.0.0.0",
"version": "3.1.0.0",
"category": "Partner",
"description": """This Module, provided user's wizard to export Partner/Product report
""",
Expand Down
2 changes: 1 addition & 1 deletion partner_product_report/export_partner_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_years(self, cr, uid, context):

_columns = {
'data': fields.binary("File", readonly=True),
'name': fields.char('Filename', 32, readonly=True),
'name': fields.char('Filename', 64, readonly=True),
'state': fields.selection((
('choose', 'choose'), # choose
('get', 'get'), # get the file
Expand Down

0 comments on commit 2388de5

Please sign in to comment.