19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:39 +01:00
parent 5df8c07b59
commit daa394e8b0
2114 changed files with 564841 additions and 299642 deletions

View file

@ -0,0 +1,11 @@
from odoo import models
from odoo.addons.sms.tools.sms_api import SmsApi
class ResCompany(models.Model):
_inherit = 'res.company'
def _get_sms_api_class(self):
self.ensure_one()
return SmsApi