mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
In the tree view, the RMA code (`name` field) tends to lose in the column width share. The result is will be the trimming of the reference with ellipsis (...). As this is very relevant information, we want to ensure a minimum width for such reference. TT35107
40 lines
1.4 KiB
Python
40 lines
1.4 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": "14.0.2.1.0",
|
|
"development_status": "Production/Stable",
|
|
"category": "RMA",
|
|
"website": "https://github.com/OCA/rma",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"maintainers": ["ernestotejeda"],
|
|
"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/res_config_settings_views.xml",
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
"application": True,
|
|
}
|