mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, columns) [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, rows) [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, add value component) Aggregated values [MIG] web_widget_x2many_2d_matrix: Fix commitChanges of matrix. [FIX] Fix commitChanges [FIX] setDirty [FIX] Aggregated values [IMP] readonly working [FIX] Update matrix on changing props [FIX] Remove old files [IMP] Run precommit stuff [FIX] Remove deprecated readme sections [MIG] Migrate show_row_totals and show_column_totals attributes [MIG] sticky headers Fixup Fixup Fixup fixup remove console.log fixup
41 lines
1.5 KiB
Python
41 lines
1.5 KiB
Python
# Copyright 2015 Holger Brunn <hbrunn@therp.nl>
|
|
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
|
# Copyright 2018 Simone Orsi <simone.orsi@camptocamp.com>
|
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "2D matrix for x2many fields",
|
|
"version": "16.0.1.0.0",
|
|
"maintainers": ["ChrisOForgeFlow"],
|
|
"development_status": "Production/Stable",
|
|
"author": (
|
|
"Therp BV, "
|
|
"Tecnativa, "
|
|
"Camptocamp, "
|
|
"CorporateHub, "
|
|
"Onestein, "
|
|
"Odoo Community Association (OCA)"
|
|
),
|
|
"website": "https://github.com/OCA/web",
|
|
"license": "AGPL-3",
|
|
"category": "Hidden/Dependency",
|
|
"summary": "Show list fields as a matrix",
|
|
"depends": ["web"],
|
|
"data": [],
|
|
"installable": True,
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_renderer/"
|
|
"x2many_2d_matrix_renderer.esm.js",
|
|
"web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_renderer/"
|
|
"x2many_2d_matrix_renderer.xml",
|
|
"web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/"
|
|
"x2many_2d_matrix_field.esm.js",
|
|
"web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/"
|
|
"x2many_2d_matrix_field.xml",
|
|
"web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/"
|
|
"x2many_2d_matrix_field.scss",
|
|
],
|
|
},
|
|
}
|