diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 40a403e7d..c0693fcf4 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -215,7 +215,6 @@ Contributors * Jairo Llopis * Dennis Sluijk * Alexey Pelykh -* Alexandre Díaz Maintainers ~~~~~~~~~~~ diff --git a/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.rst b/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.rst index b6e65ac54..f30eb3eb1 100644 --- a/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.rst +++ b/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.rst @@ -6,4 +6,3 @@ * Jairo Llopis * Dennis Sluijk * Alexey Pelykh -* Alexandre Díaz diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html index 6847ca87b..c964858dc 100644 --- a/web_widget_x2many_2d_matrix/static/description/index.html +++ b/web_widget_x2many_2d_matrix/static/description/index.html @@ -575,7 +575,6 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Jairo Llopis <jairo.llopis@tecnativa.com>
  • Dennis Sluijk <d.sluijk@onestein.nl>
  • Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
  • -
  • Alexandre Díaz <alexandre.diaz@tecnativa.com>
  • diff --git a/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_view.js b/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_view.js deleted file mode 100644 index 39b196590..000000000 --- a/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_view.js +++ /dev/null @@ -1,23 +0,0 @@ -/* Copyright 2019 Alexandre Díaz - * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ - -odoo.define('web_widget_x2many_2d_matrix.X2Many2dMatrixView', function (require) { - "use strict"; - - var BasicView = require('web.BasicView'); - - BasicView.include({ - init: function (viewInfo) { - // Force mode='list' - var $arch = $(viewInfo.arch); - var selector = "field[widget='x2many_2d_matrix']"; - $arch.find(selector).each(function (i, e) { - $(e).attr('mode', 'list'); - }); - viewInfo.arch = $arch.prop('outerHTML'); - - this._super.apply(this, arguments); - }, - }); - -}); diff --git a/web_widget_x2many_2d_matrix/views/assets.xml b/web_widget_x2many_2d_matrix/views/assets.xml index 80231c8c5..b26566e55 100644 --- a/web_widget_x2many_2d_matrix/views/assets.xml +++ b/web_widget_x2many_2d_matrix/views/assets.xml @@ -6,7 +6,6 @@