mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] Migration to 12.0: web_widget_image_webcam
This commit is contained in:
@@ -1,4 +1 @@
|
||||
# Copyright 2019 Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
from . import ir_config_parameter
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# Copyright 2019 Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
|
||||
# Copyright 2019-Today: Druidoo (<https://www.druidoo.io>)
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
from odoo.models import api, Model
|
||||
from odoo import api, models
|
||||
|
||||
|
||||
class IrConfigParameter(Model):
|
||||
class IrConfigParameter(models.Model):
|
||||
_inherit = "ir.config_parameter"
|
||||
|
||||
@api.model
|
||||
|
||||
Reference in New Issue
Block a user