[IMP] stock_request_kanban: black, isort, prettier

This commit is contained in:
Bernat Puig Font
2022-01-05 11:29:54 +01:00
parent 378faf4a7f
commit 4603326c43
5 changed files with 13 additions and 7 deletions

View File

@@ -0,0 +1 @@
../../../../stock_request_kanban

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@@ -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