[IMP] rma_scrap: pre-commit auto fixes

This commit is contained in:
Carlos Vallés Fuster
2024-03-19 11:40:10 +01:00
parent 5782d358a9
commit f17d9312f2
2 changed files with 4 additions and 1 deletions

View File

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

3
rma_scrap/pyproject.toml Normal file
View File

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