Valencia Rodrigues (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-18282-vro into
lp:openobject-addons/6.0.
Requested reviews:
Raphael Collet (OpenERP) (rco-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-18282-vro/+merge/79673
Hello,
There is currently no action defined for Balance Sheet reports. Due to this,
one cannot customize the report either from Administration > Customization >
Low Level Objects > Actions > Reports or from OpenOffice.org Word (Modify
existing report).
This fixes the issue.
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-18282-vro/+merge/79673
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-18282-vro.
=== modified file 'account/account_report.xml'
--- account/account_report.xml 2011-01-18 18:01:02 +0000
+++ account/account_report.xml 2011-10-18 11:29:36 +0000
@@ -49,5 +49,21 @@
auto="False"
menu="False"/>
+ <report id="account_balance_sheet"
+ string="Balance Sheet"
+ model="account.account"
+ name="account.balancesheet"
+ rml="account/report/account_balance_sheet.rml"
+ auto="False"
+ menu="False"/>
+
+ <report id="account_balance_sheet_horizontal"
+ string="Balance Sheet Horizontal"
+ model="account.account"
+ name="account.balancesheet.horizontal"
+ rml="account/report/account_balance_sheet_horizontal.rml"
+ auto="False"
+ menu="False"/>
+
</data>
</openerp>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp