diff --git a/rma_sale_force_invoiced/__manifest__.py b/rma_sale_force_invoiced/__manifest__.py index 5be18bf2..d2a8b1c7 100644 --- a/rma_sale_force_invoiced/__manifest__.py +++ b/rma_sale_force_invoiced/__manifest__.py @@ -8,7 +8,7 @@ "category": "RMA", "summary": "Forces sales orders created from RMA to be forced as invoiced", "author": "ForgeFlow", - "website": "https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/ForgeFlow", "depends": ["rma_sale", "sale_force_invoiced"], "data": [ "views/rma_operation_views.xml", diff --git a/rma_sale_force_invoiced/pyproject.toml b/rma_sale_force_invoiced/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/rma_sale_force_invoiced/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"