← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 687596] Re: [6.0 r3984] amount should be numeric

 

Hello Ferdinand,

Fixed problem in Addons3 branch.

revision-id: mra@mra-laptop-20101209093448-fz8ocl0jeb3egd3s

Thank you,
mra

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/687596

Title:
  [6.0 r3984] amount should be numeric

Status in OpenObject Addons Modules:
  Fix Released

Bug description:
      _name = "account.bank.statement.line"
    _description = "Bank Statement Line"
    _columns = {
        'name': fields.char('Communication', size=64, required=True),
        'date': fields.date('Date', required=True),
        'amount': fields.float('Amount') 

missing for amount
 digits_compute=dp.get_precision('Account')





References