Skip to content

Commit 03f8fa8

Browse files
committed
delivery_auto_refresh: improve help & readme
1 parent 4669868 commit 03f8fa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Go to *Settings > Sales > Shipping*:
2+
23
* Enable "Refresh shipping cost line automatically" if you want to add automatically the
34
delivery line on save and refresh the cost. This will also set the shipping method.
45
* Enable "Refresh After Picking Automatically" if you want to refresh delivery
56
price after delivering based on what has been delivered.
67
* Enable "Void delivery lines automatically" if you want to void the delivery
78
line values (price, units ordered, units delivered) in the sale order when
89
the delivery is returned to refund prior to be invoiced.
9-

delivery_auto_refresh/views/res_config_settings_views.xml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
On the sales quotation, refresh the shipping cost line when saving
2020
</div>
2121
</div>
22+
2223
<div class="o_setting_left_pane">
2324
<field name="refresh_after_picking" />
2425
</div>
@@ -28,6 +29,7 @@
2829
After delivering a sales order, update the shipping cost line based on what has been delivered
2930
</div>
3031
</div>
32+
3133
<div class="o_setting_left_pane">
3234
<field name="auto_void_delivery_line" />
3335
</div>

0 commit comments

Comments
 (0)