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"