Skip to content

Commit

Permalink
temp rebasing PR 789 (9423282)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Mar 14, 2024
2 parents 26be584 + 9423282 commit 2efa4df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sale_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Sale UX',
'version': "17.0.1.0.0",
'version': "17.0.1.1.0",
'category': 'Sales',
'sequence': 14,
'summary': '',
Expand All @@ -42,6 +42,7 @@
'views/sale_order_views.xml',
'views/sale_order_line_views.xml',
'views/sale_reports.xml',
'views/sale_portal_template.xml',
'views/res_partner_view.xml',
'views/res_config_settings_views.xml',
'data/ir_config_parameter_data.xml',
Expand Down
9 changes: 9 additions & 0 deletions sale_ux/views/sale_portal_template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="sale_order_portal_content" inherit_id="sale.sale_order_portal_content">
<xpath expr="//section[@t-if='sale_order.payment_term_id']//span" position="after">
<span t-field="sale_order.payment_term_id.note"/>
</xpath>
</template>

</odoo>

0 comments on commit 2efa4df

Please sign in to comment.