From 547e4b35b91e2156cdcbbcc5dc22ffdfd3065f6b Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Mon, 6 May 2024 16:09:11 +0200 Subject: [PATCH] [IMP] rma_account: black, isort, prettier --- rma_account/__manifest__.py | 2 +- rma_account/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 rma_account/pyproject.toml diff --git a/rma_account/__manifest__.py b/rma_account/__manifest__.py index 28f6b2fc..60d0834c 100644 --- a/rma_account/__manifest__.py +++ b/rma_account/__manifest__.py @@ -8,7 +8,7 @@ "category": "RMA", "summary": "Integrates RMA with Invoice Processing", "author": "ForgeFlow", - "website": "https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/ForgeFlow", "depends": ["stock_account", "rma"], "data": [ "security/ir.model.access.csv", diff --git a/rma_account/pyproject.toml b/rma_account/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/rma_account/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"