Merge PR #381 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2021-04-21 16:43:32 +00:00

View File

@@ -244,13 +244,14 @@ odoo.define("account.ReconciliationClientAction", function (require) {
$pager: this.$pager,
};
this.renderer.$progress = this.$pager;
$(this.renderer.$progress)
.parent()
.css("width", "100%")
.css("padding-left", "0");
}
},
on_attach_callback: function () {
this._super.apply(this, arguments);
$(this.$pager).parent().css("width", "100%").css("padding-left", "0");
},
// --------------------------------------------------------------------------
// Private
// --------------------------------------------------------------------------