mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 13:52:08 +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
43
odoo-bringout-oca-rma-rma/rma/__manifest__.py
Normal file
43
odoo-bringout-oca-rma-rma/rma/__manifest__.py
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Copyright 2020 Tecnativa - Ernesto Tejeda
|
||||
# Copyright 2021-2023 Tecnativa - David Vidal
|
||||
# Copyright 2021-2023 Tecnativa - Pedro M. Baeza
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Return Merchandise Authorization Management",
|
||||
"summary": "Return Merchandise Authorization (RMA)",
|
||||
"version": "16.0.5.1.0",
|
||||
"development_status": "Production/Stable",
|
||||
"category": "RMA",
|
||||
"website": "https://github.com/OCA/rma",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"maintainers": ["pedrobaeza", "chienandalu"],
|
||||
"license": "AGPL-3",
|
||||
"depends": ["stock_account"],
|
||||
"data": [
|
||||
"views/report_rma.xml",
|
||||
"report/report.xml",
|
||||
"data/mail_data.xml",
|
||||
"data/rma_operation_data.xml",
|
||||
"data/stock_data.xml",
|
||||
"security/rma_security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"wizard/stock_picking_return_views.xml",
|
||||
"wizard/rma_delivery_views.xml",
|
||||
"wizard/rma_finalization_wizard_views.xml",
|
||||
"wizard/rma_split_views.xml",
|
||||
"views/menus.xml",
|
||||
"views/res_partner_views.xml",
|
||||
"views/rma_finalization_views.xml",
|
||||
"views/rma_portal_templates.xml",
|
||||
"views/rma_team_views.xml",
|
||||
"views/rma_views.xml",
|
||||
"views/rma_tag_views.xml",
|
||||
"views/stock_picking_views.xml",
|
||||
"views/stock_warehouse_views.xml",
|
||||
"views/dashboard.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
"views/rma_operation.xml",
|
||||
],
|
||||
"post_init_hook": "post_init_hook",
|
||||
"application": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue