Repository
OCA/l10n-thailand · module folder · Try on Runboat
Module version
1.0.0
Category
Financial Management/Configuration
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-thailand
Last tracking update
2026-08-07 08:43:05
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Saran440, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds [bot.or.th](https://bot.or.th/) currency exchange rates
provider.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings form Inherits currency_rate_update.res_config_settings_view_form
res_currency_rate_provider_form_view res.currency.rate.provider.form res.currency.rate.provider form Inherits currency_rate_update.res_currency_rate_provider_form_view
view_currency_form res.currency.form res.currency form Inherits base.view_currency_form
view_currency_search res.currency.search res.currency search Inherits base.view_currency_search
view_currency_tree res.currency.tree res.currency tree Inherits base.view_currency_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • bot_token Char
    string='BOT Token'
Public methods (0)

No public methods.

New fields (1)
  • bot_token Char
    readonly=False related='company_id.bot_token' string='Bot Token'
Public methods (0)

No public methods.

New fields (2)
  • bot_currency_name Char
    compute='_compute_bot_currency_name' readonly=False required=True size=3 store=True string='BOT Currency'
  • bot_currency_rate_type Selection
    default='mid_rate' index=True required=True selection=CURRENCY_RATE_TYPE string='BOT Currency Rate Type'
Public methods (0)

No public methods.

New fields (1)
  • service Selection
    ondelete={'BOT': 'set default'} selection_add=[('BOT', 'Bank of Thailand')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…