[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

@@ -20,7 +20,7 @@ Picking Comments
:target: https://translation.odoo-community.org/projects/stock-logistics-reporting-11-0/stock-logistics-reporting-11-0-stock_picking_comment_template
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/151/11.0
:target: https://runbot.odoo-community.org/runbot/151/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|

View File

@@ -4,7 +4,7 @@
{
"name": "Picking Comments",
"summary": "Comments texts templates on Picking documents",
"version": "11.0.1.0.0",
"version": "12.0.1.0.0",
"category": "Warehouse Management",
"website": "https://github.com/OCA/stock-logistics-reporting",
"author": "C2i Change 2 improve,"

View File

@@ -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>

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>