Comment 5 for bug 514808

Revision history for this message
Ferdinand (office-chricar) wrote : Re: account - Legal Statements - General Ledger Performance issue

thanks
I used the printjob from here
trunk-addons-community/printjob
r 178

this part of the code seems not to be called or does inherit - so IMHO it's not possible to define necesary settings
 <!-- printjob.report.xml.action -->
        <record model="ir.ui.view" id="printjob_report_xml_action_form">
                <field name="name">printjob.report.xml.action.form</field>
                <field name="model">printjob.report.xml.action</field>
                <field name="type">form</field>
                <field name="arch" type="xml">
                        <form string="Report Printing Actions">
....
may be I used a wrong branch - IMHO it's very confusing