account: fix translatability of the general ledger, in landscape

That report is a separate instance of the general ledger report, with an
orm name of "account.general.ledger_landscape". If the ir.action.report.xml
is not given a reference name in ir.model.data, the landscape report
wouldn't be exported under that res_id for translations.

bzr revid: p_christ@hol.gr-20110105120814-d5o8be3t3r2500xn
This commit is contained in:
P. Christeas 2011-01-05 14:08:14 +02:00
parent 316a1c6791
commit 3db2c91659
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<openerp>
<data>
<report auto="False" id="account_general_ledger" menu="False" model="account.account" name="account.general.ledger" rml="account/report/account_general_ledger.rml" string="General Ledger"/>
<report auto="False" id="account_general_ledger_landscape" menu="False" model="account.account" name="account.general.ledger_landscape" rml="account/report/account_general_ledger.rml" string="General Ledger"/>
<report auto="False" id="account_3rdparty_ledger" menu="False" model="res.partner" name="account.third_party_ledger" rml="account/report/account_partner_ledger.rml" string="Partner Ledger"/>
<report auto="False" id="account_3rdparty_ledger_other" menu="False" model="res.partner" name="account.third_party_ledger_other" rml="account/report/account_partner_ledger_other.rml" string="Partner Ledger"/>
<report auto="False" id="account_account_balance" menu="False" model="account.account" name="account.account.balance" rml="account/report/account_balance.rml" string="Trial Balance"/>