mirror of https://github.com/OCA/web.git
[MIG] Migrated web_dialog_size module in v13.
parent
0456e831b2
commit
27ad484093
|
@ -81,6 +81,8 @@ Contributors
|
|||
* Jairo Llopis
|
||||
* Ernesto Tejeda
|
||||
|
||||
* Sudhir Arya <sudhir@erpharbor.com>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -10,3 +10,5 @@
|
|||
* Pedro M. Baeza
|
||||
* Jairo Llopis
|
||||
* Ernesto Tejeda
|
||||
|
||||
* Sudhir Arya <sudhir@erpharbor.com>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue