mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 05:31:59 +02:00
25 lines
717 B
Python
25 lines
717 B
Python
# 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",
|
|
],
|
|
}
|