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 Sep 28, 2023
1 parent bbd2755 commit e6abefb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_stock/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Remitos, COT y demas ajustes de stock para Argentina',
'version': "16.0.1.2.0",
'version': "16.0.1.3.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
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
6 changes: 6 additions & 0 deletions l10n_ar_stock_delivery/views/report_deliveryslip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<span t-field="o.carrier_id.partner_id" t-options="{'widget': 'contact', 'fields': ['address'], 'no_marker': true, 'no_tag_br': True}"/>
</t>
</t>
<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>

Expand Down

0 comments on commit e6abefb

Please sign in to comment.