mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] sale_sourced_by_line: Added optional="hide" attribute to sale order views
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<field name="warehouse_id"/>
|
||||
</xpath>
|
||||
<xpath expr="//label[@for='commitment_date']" position="before">
|
||||
<field name="date_planned" />
|
||||
<field name="requested_date" />
|
||||
<field name="date_planned" optional="hide"/>
|
||||
<field name="requested_date" optional="hide" />
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user