openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #06861
[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-780598-ara into lp:openobject-addons
Ashvin Rathod (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-780598-ara into lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #780598 in OpenERP Addons: "account - reserve_account_id - is equity not payable"
https://bugs.launchpad.net/openobject-addons/+bug/780598
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-780598-ara/+merge/61225
Hello,
Fix: account - reserve_account_id - is equity not payable
Thanks,
ara
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-780598-ara/+merge/61225
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-780598-ara.
=== modified file 'account/wizard/account_report_balance_sheet.py'
--- account/wizard/account_report_balance_sheet.py 2011-02-15 13:27:07 +0000
+++ account/wizard/account_report_balance_sheet.py 2011-05-17 10:23:28 +0000
@@ -44,7 +44,7 @@
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')]),
+ domain = [('type','=','other')]),
}
_defaults={
Follow ups