Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 09:06:27
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Graeme Gellatly, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- iap
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
Abstract module that provide base functionality for implementing
alternative provider for the IAP application.

An example of alternative provider can be found in \[the
connector-telephony
repository\](<https://github.com/OCA/connector-telephony>), with the
module **sms_ovh_http** (sending sms with ovh instead of odoo iap)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
iap_account_view_form iap.account form Inherits iap.iap_account_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • provider Selection
    default='odoo' required=True args: [('odoo', 'Odoo IAP')]
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • onchange_provider(self)
    @api.onchange('provider')
  • write(self, vals)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…