mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-25 02:12:04 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
12
odoo-bringout-oca-ocb-survey/survey/models/ir_http.py
Normal file
12
odoo-bringout-oca-ocb-survey/survey/models/ir_http.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class IrHttp(models.AbstractModel):
|
||||
_inherit = ["ir.http"]
|
||||
|
||||
@classmethod
|
||||
def _get_translation_frontend_modules_name(cls):
|
||||
modules = super()._get_translation_frontend_modules_name()
|
||||
return modules + ["survey"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue