Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stock_orderpoint_manual_update/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
"name": "Stock Orderpoint Manual Update",
"version": "18.0.1.1.0",
"version": "18.0.1.2.0",
"category": "Warehouse Management",
"sequence": 14,
"summary": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<field name="model">stock.warehouse.orderpoint</field>
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree_editable"/>
<field name="arch" type="xml">
<field name="qty_forecast" position="replace">
<field name="qty_forecast" position="attributes">
<attribute name="column_invisible">1</attribute>
</field>
<field name="qty_forecast" position="after">
<field name="qty_forecast_stored"/>
</field>
</field>
Expand Down
Loading