Skip to content

Commit

Permalink
[ADD] l10n_ar_stock: COT in report_deliveryslip
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Oct 5, 2023
1 parent bbd2755 commit 88b2545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions l10n_ar_stock/views/report_deliveryslip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<strong>Order:</strong>
<span t-field="o.origin"/>
</t>
<t position="after">
<t t-if="o.cot">
<br/><strong>COT:</strong>
<span t-field="o.cot"/>
</t>
</t>
<t t-if="o._fields.get('purchase_order_number') and o.sudo().purchase_order_number">
<br/><strong>PO Number:</strong>
<span t-field="o.sudo().purchase_order_number"/>
Expand Down
2 changes: 1 addition & 1 deletion l10n_ar_stock_delivery/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Integracion entre modulo delivery y localización argentina',
'version': "16.0.1.0.0",
'version': "16.0.1.1.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down

0 comments on commit 88b2545

Please sign in to comment.