mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_request_kanban: black, isort, prettier
This commit is contained in:
1
setup/stock_request_kanban/odoo/addons/stock_request_kanban
Symbolic link
1
setup/stock_request_kanban/odoo/addons/stock_request_kanban
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../stock_request_kanban
|
||||
6
setup/stock_request_kanban/setup.py
Normal file
6
setup/stock_request_kanban/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -129,8 +129,7 @@ class StockInventoryKanban(models.Model):
|
||||
self.write(self._close_inventory_values())
|
||||
|
||||
def print_missing_kanbans(self):
|
||||
""" Print the missing kanban cards in order to restore them
|
||||
"""
|
||||
"""Print the missing kanban cards in order to restore them"""
|
||||
self.ensure_one()
|
||||
return self.env.ref("stock_request_kanban.action_report_kanban").report_action(
|
||||
self.missing_kanban_ids
|
||||
|
||||
Reference in New Issue
Block a user