[IMP] stock_picking_comment_template: black, isort, prettier

This commit is contained in:
Alfredo Zamora
2021-05-31 11:32:56 +02:00
parent 560f70a922
commit 8b855e6d02
8 changed files with 89 additions and 74 deletions

View File

@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="report_picking_document_comments"
inherit_id="stock.report_picking">
<template id="report_picking_document_comments" inherit_id="stock.report_picking">
<xpath expr="//table[hasclass('table-sm')]" position="before">
<p t-if="o.note1">
<span t-field="o.note1"/>
<span t-field="o.note1" />
</p>
</xpath>
<xpath expr="//p[@t-field='o.note']" position="after">
<p t-if="o.note2">
<span t-field="o.note2"/>
<span t-field="o.note2" />
</p>
</xpath>
</template>