diff --git a/rma_purchase/__manifest__.py b/rma_purchase/__manifest__.py index 6a98ca66..1e54be81 100644 --- a/rma_purchase/__manifest__.py +++ b/rma_purchase/__manifest__.py @@ -7,7 +7,7 @@ "summary": "RMA from PO", "license": "LGPL-3", "author": "ForgeFlow, Odoo Community Association (OCA)", - "website": "https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/ForgeFlow", "depends": ["rma_account", "purchase"], "data": [ "wizards/rma_order_line_make_purchase_order_view.xml", diff --git a/rma_purchase/pyproject.toml b/rma_purchase/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/rma_purchase/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"