[IMP] stock_orderpoint_generator: black, isort, prettier

This commit is contained in:
sergiocorato
2023-10-20 12:29:46 +02:00
parent a5592019f4
commit 19d9086b4d
6 changed files with 19 additions and 11 deletions

View File

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

View File

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

View File

@@ -285,7 +285,8 @@ class TestOrderpointGenerator(SavepointCase):
def wizard_over_products(self, product, template):
return self.wizard_model.with_context(
active_model=product._name, active_ids=product.ids,
active_model=product._name,
active_ids=product.ids,
).create({"orderpoint_template_id": [(6, 0, template.ids)]})
def test_product_orderpoint(self):