Skip to content

Commit

Permalink
[MIG] stock_picking_batch_extended_account_sale_type: Migration to v15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-teruel committed Dec 13, 2022
1 parent 7a37f8e commit 50491f7
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_batch_extended_account_sale_type/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,
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Stock batch picking extended account sale type",
"summary": "Generates invoices when batch is set to Done state",
"version": "13.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Tecnativa, Odoo Community Association (OCA)",
"maintainers": ["ernestotejeda"],
"development_status": "Beta",
Expand Down

0 comments on commit 50491f7

Please sign in to comment.