Skip to content

Commit

Permalink
[FIX] stock_ux: rotation fields in orderpoint
Browse files Browse the repository at this point in the history
X-original-commit: 4675037
  • Loading branch information
mav-adhoc authored and jjscarafia committed Jan 16, 2024
1 parent 2de5016 commit f3b59b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stock_ux/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Stock UX',
'version': "16.0.2.12.0",
'version': "16.0.2.13.0",
'category': 'Warehouse Management',
'sequence': 14,
'summary': '',
Expand Down
4 changes: 1 addition & 3 deletions stock_ux/views/stock_warehouse_orderpoint_views.xml
Expand Up @@ -6,11 +6,9 @@
<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="company_id" position="before">
<field name="group_id" position="after">
<field name="rotation" optional="show"/>
<field name="rotation_stdev" optional="show"/>
</field>
<field name="group_id" position="after">
<field name="warehouse_rotation" optional="show"/>
<field name="warehouse_rotation_stdev" optional="show"/>
</field>
Expand Down

0 comments on commit f3b59b5

Please sign in to comment.