From df976cbca5ecf9d43e70d7f25fbe01210d6e9e45 Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Mon, 6 May 2024 13:57:43 +0200 Subject: [PATCH] [IMP] rma_scrap: black, isort, prettier --- rma_scrap/__manifest__.py | 2 +- rma_scrap/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 rma_scrap/pyproject.toml diff --git a/rma_scrap/__manifest__.py b/rma_scrap/__manifest__.py index 5d789efa..cb8c5e88 100644 --- a/rma_scrap/__manifest__.py +++ b/rma_scrap/__manifest__.py @@ -5,7 +5,7 @@ "category": "RMA", "summary": "Allows to scrap the received/ordered products in odoo", "author": "ForgeFlow", - "website": "https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/ForgeFlow", "depends": ["rma"], "data": [ "security/ir.model.access.csv", diff --git a/rma_scrap/pyproject.toml b/rma_scrap/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/rma_scrap/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"