Skip to content

Commit

Permalink
Merge pull request #462 from frePPLe/17.0
Browse files Browse the repository at this point in the history
Syncing from upstream frePPLe/odoo (17.0)
  • Loading branch information
bt-admin authored Jul 23, 2024
2 parents 665c93b + f8ae584 commit 147ae13
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 147ae13

Please sign in to comment.