Skip to content

Commit

Permalink
[MIG] stock_lot_filter_available: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosRoca13 committed Oct 27, 2022
1 parent 284a403 commit a3633ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stock_lot_filter_available/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Stock Lot Filter Available",
"summary": "Allow to filter lots by available on stock",
"version": "13.0.2.0.0",
"version": "15.0.1.0.0",
"category": "Warehouse",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion stock_lot_filter_available/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
To use this module:

#. Go to Inventory > Master Data > Lots/Serial Numbers.
#. Go to Inventory > Products > Lots/Serial Numbers.
#. Press Filters > On hand.

Now you will see just the lots with stock.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2021 Tecnativa - Carlos Roca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase


class TestStockLotFilterAvailable(SavepointCase):
class TestStockLotFilterAvailable(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit a3633ed

Please sign in to comment.