mirror of https://github.com/OCA/web.git
[MIG] Migrated web_dialog_size module in v13.
parent
41dbec7efa
commit
5f2571d688
|
@ -81,6 +81,8 @@ Contributors
|
||||||
* Jairo Llopis
|
* Jairo Llopis
|
||||||
* Ernesto Tejeda
|
* Ernesto Tejeda
|
||||||
|
|
||||||
|
* Sudhir Arya <sudhir@erpharbor.com>
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"Odoo Community Association (OCA)",
|
"Odoo Community Association (OCA)",
|
||||||
'website': "http://github.com/OCA/web",
|
'website': "http://github.com/OCA/web",
|
||||||
'category': 'web',
|
'category': 'web',
|
||||||
'version': '12.0.1.0.0',
|
'version': '13.0.1.0.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'depends': [
|
'depends': [
|
||||||
'web',
|
'web',
|
||||||
|
|
|
@ -10,3 +10,5 @@
|
||||||
* Pedro M. Baeza
|
* Pedro M. Baeza
|
||||||
* Jairo Llopis
|
* Jairo Llopis
|
||||||
* Ernesto Tejeda
|
* Ernesto Tejeda
|
||||||
|
|
||||||
|
* Sudhir Arya <sudhir@erpharbor.com>
|
||||||
|
|
|
@ -16,7 +16,7 @@ Dialog.include({
|
||||||
return this._super.apply(this, arguments).then(function () {
|
return this._super.apply(this, arguments).then(function () {
|
||||||
self.$modal.find('.dialog_button_extend').on('click', self.proxy('_extending'));
|
self.$modal.find('.dialog_button_extend').on('click', self.proxy('_extending'));
|
||||||
self.$modal.find('.dialog_button_restore').on('click', self.proxy('_restore'));
|
self.$modal.find('.dialog_button_restore').on('click', self.proxy('_restore'));
|
||||||
return config.done(function(r) {
|
return (function(r) {
|
||||||
if (r.default_maximize) {
|
if (r.default_maximize) {
|
||||||
self._extending();
|
self._extending();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue