c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24445
[Bug 780598] Re: account - reserve_account_id - is equity not payable
Hello Ferdinand,
Its fixed in lp:~openerp-dev/openobject-addons/trunk-bug-780598-ara
branch. It will be merge soon with trunk addons.
Revision ID: ara@xxxxxxxxxxx-20110517101950-2woao0kb4cw4u21p
Revision No: 4698
Thanks,
ara
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/780598
Title:
account - reserve_account_id - is equity not payable
Status in OpenERP Modules (addons):
Fix Committed
Bug description:
account/wizard/account_report_balance_sheet.py
'reserve_account_id': fields.many2one('account.account', 'Reserve & Profit/Loss Account',
required=True,
help='This Account is used for transfering Profit/Loss ' \
'(Profit: Amount will be added, Loss: Amount will be duducted), ' \
'which is calculated from Profilt & Loss Report',
domain = [('type','=','payable')]),
IMHO this account must be defined as
type = ' other'
user_type.code='euqity'
References