Skip to content

Commit

Permalink
[ADD] stock_ux: remito_nro_cot
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Sep 22, 2023
1 parent 5c3d7ad commit 815ec06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stock_ux/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Stock UX',
'version': "16.0.2.8.0",
'version': "16.0.2.9.0",
'category': 'Warehouse Management',
'sequence': 14,
'summary': '',
Expand Down
9 changes: 9 additions & 0 deletions stock_ux/views/report_deliveryslip.xml
Expand Up @@ -42,4 +42,13 @@
</xpath>
</template>

<template id="report_delivery_document" inherit_id="l10n_ar_stock_delivery.report_delivery_document">
<t t-if="o.picking_type_id.code == 'outgoing' and o.carrier_id" position="after">
<t t-if="o.cot">
<br/><strong>COT:</strong>
<span t-field="o.cot"/>
</t>
</t>
</template>

</odoo>

0 comments on commit 815ec06

Please sign in to comment.