mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[MIG] stock_picking_comment_template: Migration to 12.0
This commit is contained in:
committed by
Alfredo Zamora
parent
f2e7243b24
commit
281b54c30e
@@ -3,12 +3,12 @@
|
||||
|
||||
<template id="report_delivery_document_comments"
|
||||
inherit_id="stock.report_delivery_document">
|
||||
<xpath expr="//table[hasclass('table-condensed')]" position="before">
|
||||
<xpath expr="//table[hasclass('table-sm')]" position="before">
|
||||
<p t-if="o.note1">
|
||||
<span t-field="o.note1"/>
|
||||
</p>
|
||||
</xpath>
|
||||
<xpath expr="//p[@t-if='o.backorder_id']" position="after">
|
||||
<xpath expr="(//p)[position()=last()]" position="after">
|
||||
<p t-if="o.note2">
|
||||
<span t-field="o.note2"/>
|
||||
</p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<template id="report_picking_document_comments"
|
||||
inherit_id="stock.report_picking">
|
||||
<xpath expr="//table[hasclass('table-condensed')]" position="before">
|
||||
<xpath expr="//table[hasclass('table-sm')]" position="before">
|
||||
<p t-if="o.note1">
|
||||
<span t-field="o.note1"/>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user