c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02148
[Bug 620602] Re: account - define debit, credit as required
Hello Dr. Ferdinand,
This feature is currently not in the scope of OpenERP, so i'm closing
and setting your bug as wishlist. If you think it's really a lack, i
suggest you to create a blueprint: the best ideas may be implemented
for a future version.
Thanks for your contribution,
** Changed in: openobject-addons
Importance: Undecided => Wishlist
** Changed in: openobject-addons
Status: New => Won't Fix
--
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.