[11.0][IMP]stock_picking_comment_template move note1

This commit is contained in:
emagdalena
2019-08-23 02:41:12 +02:00
parent 6a4359279b
commit 12334f0432
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<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-condensed')]" position="after">
<p t-if="o.note1">
<span t-field="o.note1"/>
</p>

View File

@@ -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-condensed')]" position="after">
<p t-if="o.note1">
<span t-field="o.note1"/>
</p>