I have two invoice layouts: account_print_invoice.rml and account_print_packingslip.rml (copied and renamed). I want to add second print action to Print button on invoice form. I duplicated invoice records in Reports and Action Bindings as per link here help.openerp.com/question/8237/multiple-invoice-layout/.
Now Invoice / Print button has two action: Invoice and Pickinglist, which is correct. THE PROBLEM is both print the same layout account_print_invoice.rml. I can not print the new account_print_pickinglist.rml. Why???