changes
This commit is contained in:
@@ -111,6 +111,18 @@
|
||||
string="Job Groups"/>
|
||||
</button>
|
||||
</xpath>
|
||||
<!-- Surface Delivery Date (commitment_date) right after Order
|
||||
Date in the header info group. The standard view only
|
||||
shows it buried under the Delivery section in the Other
|
||||
Info tab — having it at the top keeps it visible without
|
||||
scrolling, since most operators are setting it on every
|
||||
order. The same field is also surfaced lower in our
|
||||
Plating tab Scheduling group as "Customer Deadline"; both
|
||||
reference the same field so edits sync. -->
|
||||
<xpath expr="//group[@name='order_details']/field[@name='payment_term_id']" position="before">
|
||||
<field name="commitment_date" string="Delivery Date"
|
||||
readonly="state in ('cancel',)"/>
|
||||
</xpath>
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page string="Plating" name="plating_tab">
|
||||
<!-- Multi-part summary: read-only list of every order line
|
||||
|
||||
Reference in New Issue
Block a user