[IMP] rma_purchase: pre-commit auto fixes

[IMP] rma_purchase: pre-commit auto fixes
This commit is contained in:
Carlos Vallés Fuster
2024-03-25 09:46:37 +01:00
parent 549e42eed7
commit f8cc2c10f0
2 changed files with 4 additions and 1 deletions

View File

@@ -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/OCA/",
"depends": ["rma_account", "purchase"],
"data": [
"wizards/rma_order_line_make_purchase_order_view.xml",

View File

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