mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 11:12:03 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
25
odoo-bringout-oca-rma-rma_reason/rma_reason/__manifest__.py
Normal file
25
odoo-bringout-oca-rma-rma_reason/rma_reason/__manifest__.py
Normal 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",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue