From f17d9312f2a2903bc4477b7a9736bee3b68c7d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Vall=C3=A9s=20Fuster?= Date: Tue, 19 Mar 2024 11:40:10 +0100 Subject: [PATCH] [IMP] rma_scrap: pre-commit auto fixes --- 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..e1cbdfbb 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/OCA/", "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"