Skip to content

Commit

Permalink
[MIG] stock_warehouse_orderpoint_stock_info to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Sep 21, 2023
1 parent 48e64bf commit ded759e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stock_warehouse_orderpoint_stock_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{
"name": "Stock Warehouse Orderpoint Stock Info",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"depends": ["stock"],
"author": "OdooMRP team, AvanzOSC, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<record id="view_warehouse_orderpoint_tree" model="ir.ui.view">
<field name="name">stock.warehouse.orderpoint.tree</field>
<field name="model">stock.warehouse.orderpoint</field>
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree" />
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree_editable" />
<field name="arch" type="xml">
<field name="product_id" position="after">
<field name="product_category" />
Expand Down

0 comments on commit ded759e

Please sign in to comment.