Skip to content

Commit

Permalink
temp rebasing PR 426 (708147c)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Jan 15, 2024
2 parents ae87d41 + 708147c commit 20796a1
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 20796a1

Please sign in to comment.