From 77459bc7cc82bcd7dcd280772a543f676401f079 Mon Sep 17 00:00:00 2001 From: JasminSForgeFlow Date: Fri, 3 Jan 2025 16:51:23 +0530 Subject: [PATCH] [IMP] rma_sale_force_invoiced: black, isort, prettier --- rma_sale_force_invoiced/__manifest__.py | 2 +- rma_sale_force_invoiced/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 rma_sale_force_invoiced/pyproject.toml 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"