Merge PR #73 into 11.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2019-08-29 17:51:47 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

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>