mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Add extra functionalities
Add LEFT JOIN capabilities Add sums and avg capabilities for tree views Robustness and code review Provide ER diagram view for table relations
This commit is contained in:
@@ -96,7 +96,7 @@ odoo.define('bi_view_editor', function (require) {
|
||||
getTableAlias: function (field) {
|
||||
if (typeof field.table_alias === 'undefined') {
|
||||
var model_ids = this.field_list.getModelIds();
|
||||
var n = 0;
|
||||
var n = 1;
|
||||
while (typeof model_ids["t" + n] !== 'undefined') {
|
||||
n++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user