[MIG] Migrated web_dialog_size module in v13.

pull/2172/head
sudhir-erpharbor 2019-10-04 11:53:36 +05:30 committed by Mantux11
parent 0456e831b2
commit 27ad484093
4 changed files with 6 additions and 2 deletions

View File

@ -81,6 +81,8 @@ Contributors
* Jairo Llopis
* Ernesto Tejeda
* Sudhir Arya <sudhir@erpharbor.com>
Maintainers
~~~~~~~~~~~

View File

@ -15,7 +15,7 @@
"Odoo Community Association (OCA)",
'website': "http://github.com/OCA/web",
'category': 'web',
'version': '12.0.1.0.0',
'version': '13.0.1.0.0',
'license': 'AGPL-3',
'depends': [
'web',

View File

@ -10,3 +10,5 @@
* Pedro M. Baeza
* Jairo Llopis
* Ernesto Tejeda
* Sudhir Arya <sudhir@erpharbor.com>

View File

@ -16,7 +16,7 @@ Dialog.include({
return this._super.apply(this, arguments).then(function () {
self.$modal.find('.dialog_button_extend').on('click', self.proxy('_extending'));
self.$modal.find('.dialog_button_restore').on('click', self.proxy('_restore'));
return config.done(function(r) {
return (function(r) {
if (r.default_maximize) {
self._extending();
} else {