← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 620602] Re: account - define debit, credit as required

 

i do not understand

adding "required=True" for debit and credit is out od scope ?

-- 
account - define debit, credit as required
https://bugs.launchpad.net/bugs/620602
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Won't Fix

Bug description:
IMHO these 2 fields should be required, default=0

this will require a bit more cheap space in the db, but avoid many statements like
"debit or 0.0"
throughout the code and will probably bring a certain performance gain as account_move_line is read very often.