OpusVL / odoo-project-management

WIP Port to Odoo v8 of eficent-openerp-project-management from Launchpad
7 stars 14 forks source link

non integer value for char field in project_invoice #10

Closed RaffaeleT closed 9 years ago

RaffaeleT commented 9 years ago

in project_invoice/project.py, in field definition: instead of type="char", size="512", should be type="char", size=512,

Nick-OpusVL commented 9 years ago

Hi @RaffaeleT I've put your fix in directly. Can you please check that patch is what you'd expect and test the code from the master branch?

Nick-OpusVL commented 9 years ago

@RaffealeT

Note I've now set the default branch on github to be 8.0, where I've moved the unported modules including project_invoice into an __unported__ directory, to follow the usual convention used by OCA. I've left the 'master' branch as it is, but it won't get further updates. If the project_invoice actually does what it's supposed to now I've changed that size= issue, could you please let me know and I'll look at moving it out of __unported__.

RaffaeleT commented 9 years ago

@Nick-OpusVL thank you, I confirm the issue is resolved and yes, the module does what it's supposed to do.