Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,25 @@
# Copyright 2024 Raumschmiede GmbH
# Copyright 2024 BCIM
# Copyright 2024 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Rma Reason",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "Raumschmiede GmbH,BCIM,ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/rma",
"depends": ["rma"],
"maintainers": ["sbejaoui"],
"data": [
"security/rma_reason.xml",
"views/rma.xml",
"views/rma_reason.xml",
"views/res_config_settings.xml",
"views/rma_portal_templates.xml",
"wizards/stock_return_picking.xml",
],
"demo": [
"demo/rma_reason.xml",
],
}