mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[FIX] stock_picking_report_valued: core view change
- This commit
41bea4125c
breaked the inheritance.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<odoo>
|
||||
|
||||
<template id="valued_report_picking" inherit_id="stock.report_delivery_document">
|
||||
<xpath expr="//table[@t-if='o.move_line_ids']/thead/tr"
|
||||
<xpath expr="//table[@t-if="o.move_line_ids and o.state=='done'"]/thead/tr"
|
||||
position="inside">
|
||||
<t t-if="o.valued and o.sale_id and o.move_line_ids">
|
||||
<t t-if="o.state != 'done'">
|
||||
@@ -34,7 +34,7 @@
|
||||
t-field="move_line.sale_tax_description"/></td>
|
||||
</t>
|
||||
</xpath>
|
||||
<xpath expr="//table[@t-if='o.move_line_ids']" position="after">
|
||||
<xpath expr="//table[@t-if="o.move_line_ids and o.state=='done'"]" position="after">
|
||||
<t t-if="o.valued and o.sale_id and o.move_line_ids">
|
||||
<table class="table table-condensed mt32">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user