Skip to content

Commit

Permalink
[MIG] stock_picking_sale_order_link: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Oct 10, 2022
1 parent 0718efc commit b86dcc2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions setup/stock_picking_sale_order_link/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
2 changes: 1 addition & 1 deletion stock_picking_sale_order_link/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Stock Picking Sale Order Link",
"summary": "Link between picking and sale order",
"version": "15.0.1.0.2",
"version": "16.0.1.0.0",
"category": "Inventory",
"website": "https://github.com/OCA/stock-logistics-workflow",
"author": "Tecnativa, Odoo Community Association (OCA)",
Expand Down

0 comments on commit b86dcc2

Please sign in to comment.