[FIX]account:fixed the issue of missing RML file in account module

lp bug: https://launchpad.net/bugs/1038951 fixed

bzr revid: ssu@tinyerp.com-20121101091121-eee3e6c3zg9u26rx
This commit is contained in:
Saurang Suthar 2012-11-01 14:41:21 +05:30
parent b006809773
commit fa21b81e80
1 changed files with 0 additions and 8 deletions

View File

@ -41,13 +41,5 @@
groups="group_account_user,group_account_manager"
parent="account.menu_finance_generic_reporting" sequence="3"/>
<report id="account_account_balance_landscape"
string="Account balance"
model="account.account"
name="account.account.balance.landscape"
rml="account/report/account_balance_landscape.rml"
auto="False"
menu="False"/>
</data>
</openerp>