mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
- Avoid permission blockings on users who doesn't have RMA permissions. - Add activities view on RMA list. [UPD] Update rma.pot rma 12.0.1.3.1
38 lines
1.2 KiB
Python
38 lines
1.2 KiB
Python
# Copyright 2020 Tecnativa - Ernesto Tejeda
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Return Merchandise Authorization Management",
|
|
"summary": "Return Merchandise Authorization (RMA)",
|
|
"version": "12.0.1.3.1",
|
|
"development_status": "Beta",
|
|
"category": "RMA",
|
|
"website": "https://github.com/OCA/rma",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"maintainers": ["ernestotejeda"],
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"account",
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"views/report_rma.xml",
|
|
"report/report.xml",
|
|
"data/mail_data.xml",
|
|
"data/rma_operation_data.xml",
|
|
"security/rma_security.xml",
|
|
"security/ir.model.access.csv",
|
|
"wizard/stock_picking_return_views.xml",
|
|
"wizard/rma_delivery_views.xml",
|
|
"wizard/rma_split_views.xml",
|
|
"views/menus.xml",
|
|
"views/res_partner_views.xml",
|
|
"views/rma_portal_templates.xml",
|
|
"views/rma_team_views.xml",
|
|
"views/rma_views.xml",
|
|
"views/stock_picking_views.xml",
|
|
"views/stock_warehouse_views.xml",
|
|
],
|
|
'post_init_hook': 'post_init_hook',
|
|
"application": True,
|
|
}
|