Skip to content
Snippets Groups Projects
Commit de130ae4 authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[IMP] sale_layout: adaptation due to the new Sale module

Major changes:
- No use of UoS anymore

Reason: complete rewrite of the Sale module.

Responsible: fp, dbo, nim
parent 2b0eb7e7
No related merge requests found
......@@ -13,7 +13,7 @@
<td><span t-field="l.name"/></td>
<td class="text-right">
<span t-field="l.quantity"/>
<span t-field="l.uos_id" groups="product.group_uom"/>
<span t-field="l.uom_id" groups="product.group_uom"/>
</td>
<td class="text-right">
<span t-field="l.price_unit"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment