mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[FIX] restore posibility to print agrregated table
adding 'or' condition leads to that that table for serial moves is always printed
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath
|
<!-- <xpath
|
||||||
expr="//t[@t-foreach='packages']//t[@t-if='has_serial_number']"
|
expr="//t[@t-foreach='packages']//t[@t-if='has_serial_number']"
|
||||||
position="attributes"
|
position="attributes"
|
||||||
>
|
>
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
add="or (o.valued and o.sale_id and o.move_line_ids)"
|
add="or (o.valued and o.sale_id and o.move_line_ids)"
|
||||||
separator=" "
|
separator=" "
|
||||||
/>
|
/>
|
||||||
</xpath>
|
</xpath> -->
|
||||||
<xpath
|
<xpath
|
||||||
expr="//table[@t-if="o.move_line_ids and o.state=='done'"]"
|
expr="//table[@t-if="o.move_line_ids and o.state=='done'"]"
|
||||||
position="after"
|
position="after"
|
||||||
|
|||||||
Reference in New Issue
Block a user