forked from Techsystech/web
[13.0][MIG] web_widget_x2many_2d_matrix
parent
80f63ca781
commit
0b44b484f6
|
@ -14,13 +14,13 @@
|
||||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
|
||||||
:target: https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix
|
:target: https://github.com/OCA/web/tree/13.0/web_widget_x2many_2d_matrix
|
||||||
:alt: OCA/web
|
:alt: OCA/web
|
||||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||||
:target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix
|
:target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix
|
||||||
:alt: Translate me on Weblate
|
:alt: Translate me on Weblate
|
||||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||||
:target: https://runbot.odoo-community.org/runbot/162/12.0
|
:target: https://runbot.odoo-community.org/runbot/162/13.0
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
@ -191,7 +191,7 @@ Bug Tracker
|
||||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
In case of trouble, please check there if your issue has already been reported.
|
||||||
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||||
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_x2many_2d_matrix%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_x2many_2d_matrix%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||||
|
|
||||||
Do not contact contributors directly about support or help with technical issues.
|
Do not contact contributors directly about support or help with technical issues.
|
||||||
|
|
||||||
|
@ -217,6 +217,7 @@ Contributors
|
||||||
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
||||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||||
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
||||||
|
* Adrià Gil Sorribes <adria.gil@forgeflow.com>
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
@ -231,6 +232,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||||
mission is to support the collaborative development of Odoo features and
|
mission is to support the collaborative development of Odoo features and
|
||||||
promote its widespread use.
|
promote its widespread use.
|
||||||
|
|
||||||
This module is part of the `OCA/web <https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix>`_ project on GitHub.
|
This module is part of the `OCA/web <https://github.com/OCA/web/tree/13.0/web_widget_x2many_2d_matrix>`_ project on GitHub.
|
||||||
|
|
||||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
"name": "2D matrix for x2many fields",
|
"name": "2D matrix for x2many fields",
|
||||||
"version": "12.0.2.2.0",
|
"version": "13.0.1.1.0",
|
||||||
"author": (
|
"author": (
|
||||||
"Therp BV, "
|
"Therp BV, "
|
||||||
"Tecnativa, "
|
"Tecnativa, "
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Hidden/Dependency",
|
"category": "Hidden/Dependency",
|
||||||
"summary": "Show list fields as a matrix",
|
"summary": "Show list fields as a matrix",
|
||||||
"depends": ["web",],
|
"depends": ["web"],
|
||||||
"data": ["views/assets.xml",],
|
"data": ["views/assets.xml"],
|
||||||
"installable": True,
|
"installable": True,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Translation of Odoo Server.
|
# Translation of Odoo Server.
|
||||||
# This file contains the translation of the following modules:
|
# This file contains the translation of the following modules:
|
||||||
# * web_widget_x2many_2d_matrix
|
# * web_widget_x2many_2d_matrix
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 12.0\n"
|
"Project-Id-Version: Odoo Server 13.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -15,23 +15,22 @@ msgstr ""
|
||||||
|
|
||||||
#. module: web_widget_x2many_2d_matrix
|
#. module: web_widget_x2many_2d_matrix
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:65
|
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Sorry no matrix data to display."
|
msgid "Sorry no matrix data to display."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: web_widget_x2many_2d_matrix
|
#. module: web_widget_x2many_2d_matrix
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:400
|
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:0
|
||||||
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:475
|
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Sum"
|
msgid "Sum"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: web_widget_x2many_2d_matrix
|
#. module: web_widget_x2many_2d_matrix
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:394
|
#: code:addons/web_widget_x2many_2d_matrix/static/src/js/2d_matrix_renderer.js:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Sum Total"
|
msgid "Sum Total"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
||||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||||
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
||||||
|
* Adrià Gil Sorribes <adria.gil@forgeflow.com>
|
||||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
||||||
!! This file is generated by oca-gen-addon-readme !!
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
!! changes will be overwritten. !!
|
!! changes will be overwritten. !!
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/162/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/web/tree/13.0/web_widget_x2many_2d_matrix"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/162/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||||
<p>This module allows to show an x2many field with 3-tuples
|
<p>This module allows to show an x2many field with 3-tuples
|
||||||
($x_value, $y_value, $value) in a table</p>
|
($x_value, $y_value, $value) in a table</p>
|
||||||
<table border="1" class="docutils">
|
<table border="1" class="docutils">
|
||||||
|
@ -551,7 +551,7 @@ is merged.</li>
|
||||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
In case of trouble, please check there if your issue has already been reported.
|
||||||
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||||
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_x2many_2d_matrix%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_x2many_2d_matrix%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="credits">
|
<div class="section" id="credits">
|
||||||
|
@ -576,6 +576,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
<li>Jairo Llopis <<a class="reference external" href="mailto:jairo.llopis@tecnativa.com">jairo.llopis@tecnativa.com</a>></li>
|
<li>Jairo Llopis <<a class="reference external" href="mailto:jairo.llopis@tecnativa.com">jairo.llopis@tecnativa.com</a>></li>
|
||||||
<li>Dennis Sluijk <<a class="reference external" href="mailto:d.sluijk@onestein.nl">d.sluijk@onestein.nl</a>></li>
|
<li>Dennis Sluijk <<a class="reference external" href="mailto:d.sluijk@onestein.nl">d.sluijk@onestein.nl</a>></li>
|
||||||
<li>Alexey Pelykh <<a class="reference external" href="mailto:alexey.pelykh@brainbeanapps.com">alexey.pelykh@brainbeanapps.com</a>></li>
|
<li>Alexey Pelykh <<a class="reference external" href="mailto:alexey.pelykh@brainbeanapps.com">alexey.pelykh@brainbeanapps.com</a>></li>
|
||||||
|
<li>Adrià Gil Sorribes <<a class="reference external" href="mailto:adria.gil@forgeflow.com">adria.gil@forgeflow.com</a>></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="maintainers">
|
<div class="section" id="maintainers">
|
||||||
|
@ -585,7 +586,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||||
mission is to support the collaborative development of Odoo features and
|
mission is to support the collaborative development of Odoo features and
|
||||||
promote its widespread use.</p>
|
promote its widespread use.</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix">OCA/web</a> project on GitHub.</p>
|
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/13.0/web_widget_x2many_2d_matrix">OCA/web</a> project on GitHub.</p>
|
||||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,6 +9,7 @@ odoo.define("web_widget_x2many_2d_matrix.X2Many2dMatrixRenderer", function(requi
|
||||||
var config = require("web.config");
|
var config = require("web.config");
|
||||||
var core = require("web.core");
|
var core = require("web.core");
|
||||||
var field_utils = require("web.field_utils");
|
var field_utils = require("web.field_utils");
|
||||||
|
var utils = require("web.utils");
|
||||||
var _t = core._t;
|
var _t = core._t;
|
||||||
|
|
||||||
var FIELD_CLASSES = {
|
var FIELD_CLASSES = {
|
||||||
|
@ -73,10 +74,16 @@ odoo.define("web_widget_x2many_2d_matrix.X2Many2dMatrixRenderer", function(requi
|
||||||
this._computeColumnAggregates();
|
this._computeColumnAggregates();
|
||||||
this._computeRowAggregates();
|
this._computeRowAggregates();
|
||||||
|
|
||||||
|
// We need to initialize the deferred list object for inherited functions that use this.defs even if it
|
||||||
|
// is empty at the moment.
|
||||||
|
var defs = [];
|
||||||
|
this.defs = defs;
|
||||||
|
|
||||||
$table.append(this._renderHeader()).append(this._renderBody());
|
$table.append(this._renderHeader()).append(this._renderBody());
|
||||||
if (self.matrix_data.show_column_totals) {
|
if (self.matrix_data.show_column_totals) {
|
||||||
$table.append(this._renderFooter());
|
$table.append(this._renderFooter());
|
||||||
}
|
}
|
||||||
|
delete this.defs;
|
||||||
return this._super();
|
return this._super();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -192,8 +199,7 @@ odoo.define("web_widget_x2many_2d_matrix.X2Many2dMatrixRenderer", function(requi
|
||||||
var $tr = $("<tr/>", {class: "o_data_row"}),
|
var $tr = $("<tr/>", {class: "o_data_row"}),
|
||||||
_data = _.without(row.data, undefined);
|
_data = _.without(row.data, undefined);
|
||||||
$tr = $tr.append(this._renderLabelCell(_data[0]));
|
$tr = $tr.append(this._renderLabelCell(_data[0]));
|
||||||
var $cells = _.map(
|
var $cells = this.columns.map(
|
||||||
this.columns,
|
|
||||||
function(column, index) {
|
function(column, index) {
|
||||||
var record = row.data[index];
|
var record = row.data[index];
|
||||||
// Make the widget use our field value for each cell
|
// Make the widget use our field value for each cell
|
||||||
|
@ -302,7 +308,6 @@ odoo.define("web_widget_x2many_2d_matrix.X2Many2dMatrixRenderer", function(requi
|
||||||
return $td.append(this._renderWidget(record, node));
|
return $td.append(this._renderWidget(record, node));
|
||||||
}
|
}
|
||||||
var $el = this._renderFieldWidget(node, record, _.pick(options, "mode"));
|
var $el = this._renderFieldWidget(node, record, _.pick(options, "mode"));
|
||||||
this._handleAttributes($el, node);
|
|
||||||
return $td.append($el);
|
return $td.append($el);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -414,6 +419,16 @@ odoo.define("web_widget_x2many_2d_matrix.X2Many2dMatrixRenderer", function(requi
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
_getRecord: function(recordId) {
|
||||||
|
var record = null;
|
||||||
|
utils.traverse_records(this.state, function(r) {
|
||||||
|
if (r.id === recordId) {
|
||||||
|
record = r;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return record;
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @override
|
* @override
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -132,6 +132,7 @@ odoo.define("web_widget_x2many_2d_matrix.widget", function(require) {
|
||||||
show_row_totals: this.show_row_totals,
|
show_row_totals: this.show_row_totals,
|
||||||
show_column_totals: this.show_column_totals,
|
show_column_totals: this.show_column_totals,
|
||||||
};
|
};
|
||||||
|
console.log(this.matrix_data);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue