[MIG] stock_picking_comment_template: Migration to 12.0

This commit is contained in:
emagdalena
2019-06-17 21:49:46 +02:00
committed by Alfredo Zamora
parent f2e7243b24
commit 281b54c30e
4 changed files with 5 additions and 5 deletions

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