Bugfix von Daniel Auer
parent
cc1046a8e1
commit
8d4e6974fa
|
|
@ -1,5 +1,12 @@
|
||||||
<odoo>
|
<odoo>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
|
<template id="stock.external_layout_barcode_right" inherit_id="report.external_layout" primary="True">
|
||||||
|
<xpath expr="//t[@t-call='dp_report.external_layout_header']" position="attributes">
|
||||||
|
<attribute name="t-call">stock.external_layout_header_barcode_right</attribute>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
|
||||||
<!-- Delivery Body -->
|
<!-- Delivery Body -->
|
||||||
<template id="report_delivery_document" inherit_id="delivery.report_delivery_document2">
|
<template id="report_delivery_document" inherit_id="delivery.report_delivery_document2">
|
||||||
<h2 position="replace">
|
<h2 position="replace">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue