diff --git a/modules/purchase_trade/purchase.py b/modules/purchase_trade/purchase.py
index 25f507a..03156fd 100755
--- a/modules/purchase_trade/purchase.py
+++ b/modules/purchase_trade/purchase.py
@@ -2865,6 +2865,10 @@ class Line(metaclass=PoolMeta):
def default_finished(cls):
return False
+ @classmethod
+ def default_delivery_date_edit(cls):
+ return True
+
@property
def report_fixing_rule(self):
pricing_rule = ''
diff --git a/modules/purchase_trade/view/purchase_line_form.xml b/modules/purchase_trade/view/purchase_line_form.xml
index 8f64d46..a2e0571 100755
--- a/modules/purchase_trade/view/purchase_line_form.xml
+++ b/modules/purchase_trade/view/purchase_line_form.xml
@@ -21,7 +21,7 @@ this repository contains the full copyright notices and license terms. -->
col_widths="1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr">
+ col_widths="min-content,2fr,min-content,1.6fr,min-content,1fr,min-content,130px,min-content,130px,min-content,130px">
@@ -40,8 +40,7 @@ this repository contains the full copyright notices and license terms. -->
-
-
+
xalign="0" yalign="0"
col_widths="1fr">
+ col_widths="min-content,1fr,min-content,1fr">
@@ -76,18 +75,19 @@ this repository contains the full copyright notices and license terms. -->
-
-
+
+
+
@@ -100,9 +100,9 @@ this repository contains the full copyright notices and license terms. -->
xalign="0" yalign="0"
col_widths="1fr">
+ col_widths="min-content,1fr,min-content,1fr">
@@ -111,12 +111,16 @@ this repository contains the full copyright notices and license terms. -->
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/modules/purchase_trade/view/sale_line_form.xml b/modules/purchase_trade/view/sale_line_form.xml
index 515b618..aeb486a 100755
--- a/modules/purchase_trade/view/sale_line_form.xml
+++ b/modules/purchase_trade/view/sale_line_form.xml
@@ -21,7 +21,7 @@ this repository contains the full copyright notices and license terms. -->
col_widths="1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr">
+ col_widths="min-content,2fr,min-content,1.6fr,min-content,1fr,min-content,130px,min-content,130px">
@@ -61,9 +61,9 @@ this repository contains the full copyright notices and license terms. -->
xalign="0" yalign="0"
col_widths="1fr">
+ col_widths="min-content,1fr,min-content,1fr">
@@ -73,18 +73,19 @@ this repository contains the full copyright notices and license terms. -->
-
-
+
+
+
@@ -97,9 +98,9 @@ this repository contains the full copyright notices and license terms. -->
xalign="0" yalign="0"
col_widths="1fr">
+ col_widths="min-content,1fr,min-content,1fr">
@@ -108,12 +109,16 @@ this repository contains the full copyright notices and license terms. -->
-
-
-
-
-
-
+
+
+
+
+
+
+
+