[FIX] apply and respect pre-commit hooks

pull/1981/head
Jairo Llopis 2021-07-13 12:09:10 +01:00
parent c21273823a
commit c5a9a29309
No known key found for this signature in database
GPG Key ID: 8B8A6900E4831A9B
10 changed files with 19 additions and 15 deletions
web_dialog_size
web_group_expand
web_ir_actions_act_multi
web_ir_actions_act_view_reload
web_ir_actions_act_window_message
web_listview_range_select
web_pwa_oca/models
web_widget_dropdown_dynamic
web_widget_dropdown_dynamic_example
web_widget_url_advanced

View File

@ -13,7 +13,7 @@
"Tecnativa, "
"Amaris, "
"Odoo Community Association (OCA)",
"website": "http://github.com/OCA/web",
"website": "https://github.com/OCA/web",
"category": "web",
"version": "13.0.1.0.0",
"license": "AGPL-3",

View File

@ -3,12 +3,15 @@
"category": "Web",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "OpenERP SA, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Therp BV, "
"Xtendoo, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"author": (
"OpenERP SA, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Therp BV, "
"Xtendoo, "
"Odoo Community Association (OCA)"
),
"depends": ["web"],
"qweb": ["static/src/xml/expand_buttons.xml"],
"data": ["views/templates.xml"],

View File

@ -11,7 +11,7 @@
"version": "13.0.1.0.0",
"license": "LGPL-3",
"author": "Modoolar, " "CorporateHub, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["views/web_ir_actions_act_multi.xml"],
"installable": True,

View File

@ -10,7 +10,7 @@
"version": "13.0.1.0.0",
"license": "LGPL-3",
"author": "Modoolar, CorporateHub, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["views/web_ir_actions_act_view_reload.xml"],
"installable": True,

View File

@ -4,6 +4,7 @@
"name": "Client side message boxes",
"version": "13.0.1.0.0",
"author": "Therp BV, " "ACSONE SA/NV, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"category": "Hidden/Dependency",
"summary": "Show a message box to users",

View File

@ -9,7 +9,7 @@
"version": "13.0.1.0.0",
"category": "Web",
"author": "Onestein, Odoo Community Association (OCA)",
"website": "https://github.com/oca/web",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"depends": ["web"],
"data": ["templates/assets.xml"],

View File

@ -4,11 +4,11 @@ import base64
import io
import sys
from PIL import Image
from odoo import _, api, exceptions, fields, models
from odoo.tools.mimetypes import guess_mimetype
from PIL import Image
class ResConfigSettings(models.TransientModel):
_inherit = "res.config.settings"

View File

@ -8,7 +8,7 @@
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "CorporateHub, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["templates/assets.xml"],
"installable": True,

View File

@ -8,7 +8,7 @@
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "CorporateHub, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"website": "https://github.com/OCA/web",
"depends": ["web_widget_dropdown_dynamic"],
"data": ["views/web_widget_dropdown_dynamic_example.xml"],
"installable": True,

View File

@ -8,7 +8,7 @@
"version": "13.0.1.1.1",
"license": "LGPL-3",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["templates/assets.xml"],
"installable": True,