Skip to content

Commit

Permalink
[MIG] stock_picking_send_by_mail: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-xtendoo committed May 12, 2022
1 parent 792a95e commit f91b6ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions setup/stock_picking_send_by_mail/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,
)
5 changes: 3 additions & 2 deletions stock_picking_send_by_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
{
"name": "Stock Picking by Mail",
"summary": "Send stock picking by email",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Sandra Figueroa Varela, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"Odoo Community Association (OCA), "
"Daniel Domínguez (Xtendoo)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"category": "Warehouse Management",
"license": "AGPL-3",
Expand Down

0 comments on commit f91b6ce

Please sign in to comment.