the header have to be defined on the object instanciation, not on the report 
definition.
This can be improved for v6.1

** Changed in: openobject-server
       Status: Confirmed => Won't Fix

** Changed in: openobject-server
   Importance: Medium => Wishlist

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/676482

Title:
  RML headers option has no effect (v6)

Status in OpenObject Server:
  Won't Fix

Bug description:
  Add RML headers option in Low level Object->Actions->Reports option has not 
effect when changed when printing the report.

EG. 
Create new company with sales management module added.
Go print a Sales order report. (Notice RML header or Company logo on report)
Now: find Quotation / order under Low level Object->Actions->Reports , change  
to false or empty. (reload view and print sales order report. no change)

I find that when creating a new customized report, you cannot change the 
Company rml headers to be viewed later on through the clients.
Also: elements such as: [[ company.rml_footer1 ]] or [[ company.rml_footer2 ]] 
do not render when creating a new form which does not have Corporate Header 
enabled in its xml file.

here is an example.
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
    <data>
        
        <!-- Declare an extra quote rml -->
        <report id = "add_quotation"
            model = "sale.order"        
            name = "report.sale"
            rml = "quotation_extend/report/quotation1.rml"
            string="Quote inc Fitting" 
            header="False"
            keyword="client_print_multi"
            />
    </data>
</openerp>



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to