Skip to content

Commit

Permalink
[ADD] Commented temporally the kanban view for the sale_order views
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Jan 13, 2025
1 parent 79b8e99 commit c9d592a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sale_order_secondary_unit/views/sale_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<field name="secondary_uom_id" invisible="1" groups="uom.group_uom" />
<field name="secondary_uom_qty" invisible="1" groups="uom.group_uom" />
</xpath>
<!-- TODO: Uncomment this when the kanban view is fixed
<xpath
expr="//field[@name='order_line']/kanban//t[@t-esc='record.product_uom_qty.value']"
position="before"
Expand All @@ -70,7 +71,7 @@
<t t-esc="record.secondary_uom_qty.value" />
<t t-esc="record.secondary_uom_id.value" /> ->
</t>
</xpath>
</xpath> -->
</field>
</record>
</odoo>

0 comments on commit c9d592a

Please sign in to comment.