From c5f0a3b2c76f12ca7c9b4fff617dfed94a74f906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Vall=C3=A9s=20Fuster?= Date: Mon, 25 Mar 2024 12:51:17 +0100 Subject: [PATCH] [IMP] rma_sale: pre-commit auto fixes --- rma_sale/__manifest__.py | 2 +- rma_sale/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 rma_sale/pyproject.toml diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index da495e85..7166d746 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -8,7 +8,7 @@ "category": "RMA", "summary": "Links RMA with Sales Orders", "author": "ForgeFlow", - "website": "https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/OCA/", "depends": ["rma_account", "sale_stock"], "data": [ "security/ir.model.access.csv", diff --git a/rma_sale/pyproject.toml b/rma_sale/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/rma_sale/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"