Skip to content

Commit

Permalink
add the quantity field to the quoting view
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamlahlou committed Jul 22, 2024
1 parent b2dd5ca commit f8ae584
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions frepple/views/quote_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<kanban>
<field name="product_id"/>
<field name="warehouse_id"/>
<field name="quantity"/>
<field name="promised_delivery_date"/>
<templates>
<t t-name="kanban-box">
Expand All @@ -61,12 +62,17 @@
<!-- Horizontal divider -->
<div class="o_kanban_record_body">
<span>
<b>Promised Delivery Date:</b>
<b>Quantity: </b>
</span>
<field name="quantity"/>
<br />
<span>
<b>Promised Delivery Date: </b>
</span>
<field name="promised_delivery_date"/>
<br />
<span>
<b>Last Quoted:</b>
<b>Last Quoted: </b>
</span>
<field name="last_quoted"/>
</div>
Expand All @@ -86,6 +92,7 @@
<tree string="">
<field name="product_id"/>
<field name="warehouse_id"/>
<field name="quantity"/>
<field name="promised_delivery_date"/>
<field name="last_quoted"/>
</tree>
Expand Down

0 comments on commit f8ae584

Please sign in to comment.