← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 687596] [NEW] [6.0 r3984] amount should be numeric

 

Public bug reported:

    _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')

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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:
  New

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')





Follow ups

References