[FIX] sale_layout: inherit the right view
authorSimon Lejeune <sle@openerp.com>
Tue, 8 Apr 2014 14:41:31 +0000 (16:41 +0200)
committerSimon Lejeune <sle@openerp.com>
Tue, 8 Apr 2014 14:41:31 +0000 (16:41 +0200)
bzr revid: sle@openerp.com-20140408144131-fqjb6ntspah6f1hm

addons/sale_layout/views/report_quotation_layouted.xml

index ad04e27..02f5678 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
     <data>
-        <template id="report_sale_layouted" inherit_id="sale.report_saleorder">
+        <template id="report_sale_layouted" inherit_id="sale.report_saleorder_document">
             <xpath expr="//table/tbody[@class='sale_tbody']" position="replace">
                 <t t-foreach="o.sale_layout_lines(order_id = o.id)" t-as="p">
                     <!-- Name of the category -->