[IMP] rma_sale: pre-commit auto fixes

This commit is contained in:
Carlos Vallés Fuster
2024-03-25 12:51:17 +01:00
parent d2fccb0191
commit c5f0a3b2c7
2 changed files with 4 additions and 1 deletions

View File

@@ -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/OCA/",
"depends": ["rma_account", "sale_stock"],
"data": [
"security/ir.model.access.csv",

3
rma_sale/pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"