odoo18/addons/stock/static/src/widgets/stock_rescheduling_popover.xml

13 lines
505 B
XML

<?xml version="1.0" encoding="utf-8"?>
<templates>
<div t-name="stock.PopoverStockRescheduling">
<h6>Planning Issue</h6>
<p>Preceding operations
<t t-foreach="props.late_elements" t-as="late_element" t-key="late_element.id">
<a t-out="late_element.name" t-on-click="openElement" href="#" t-att-element-id="late_element.id" t-att-element-model="late_element.model"/>,
</t>
planned on <t t-out="props.delay_alert_date"/>.</p>
</div>
</templates>