** 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/780598
Title:
account - reserve_account_id - is equity not payable
Status in OpenERP Modules (addons):
In Progress
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'
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp