From 7a823ab0200e976bf68cd730db994e58e282783b Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Mon, 6 May 2024 16:18:37 +0200 Subject: [PATCH] [IMP] rma_sale: black, isort, prettier --- 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..2dd6ff81 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/ForgeFlow", "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"