mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-23 13:52:06 +02:00
payment
This commit is contained in:
parent
12c29a983b
commit
95fcc8bd63
189 changed files with 170858 additions and 0 deletions
12
odoo-bringout-oca-ocb-payment/payment/models/ir_http.py
Normal file
12
odoo-bringout-oca-ocb-payment/payment/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):
|
||||
mods = super(IrHttp, cls)._get_translation_frontend_modules_name()
|
||||
return mods + ['payment']
|
||||
Loading…
Add table
Add a link
Reference in a new issue