mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] stock_delivery_planner: disable tree view controls
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<form>
|
<form>
|
||||||
<field name="plan_option_ids">
|
<field name="plan_option_ids">
|
||||||
<tree decoration-success="days_different < 0.0" decoration-danger="days_different > 0.0">
|
<tree decoration-success="days_different < 0.0" decoration-danger="days_different > 0.0"
|
||||||
|
create="false" edit="false" delete="false">
|
||||||
<field name="carrier_id"/>
|
<field name="carrier_id"/>
|
||||||
<field name="date_planned"/>
|
<field name="date_planned"/>
|
||||||
<field name="requested_date"/>
|
<field name="requested_date"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user