c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07282
[Bug 687596] Re: [6.0 r3984] amount should be numeric
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
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:
In Progress
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