Skip to main content

Convert Amount Text to Thai

Project description

Odoo Community Association

Thai Localization - Convert Amount Text to Thai

Beta License: AGPL-3 OCA/l10n-thailand Translate me on Weblate Try me on Runboat

Odoo’s core functionality includes the amount_to_text function, which converts numerical amounts into text based on the user’s language settings or context. However, this conversion may produce incorrect results for Thai.

Example:

  • Amount: 45.75 Baht

    • User Language: Thai → สี่สิบห้า Baht และ เจ็ดสิบห้า Satang

    • User Language: English → Forty-Five Baht and Seventy-Five Satang

These results are inaccurate for Thai language formatting. This module provides a base for accurately converting numbers to Thai text.

Table of contents

Usage

The amount_to_text function in the res.currency model allows you to convert amounts into text. Below is an example of how to use it in a QWEB report:

Example Usage:

<t t-foreach="docs" t-as="o">
    <t t-set="currency" t-value="o.currency_id"/>

    <!-- Convert amount to Thai text -->
    <t t-out="currency.with_context({'lang': 'th_TH'}).amount_to_text(45.75)"/>

    <!-- Convert amount to text using Odoo's default behavior -->
    <t t-out="currency.amount_to_text(45.75)"/>
</t>

Results Based on Context:

  • When lang=th_TH context is sent:

    • Currency: THBสี่สิบห้าบาทเจ็ดสิบห้าสตางค์

    • Currency: EURสี่สิบห้ายูโรเจ็ดสิบห้าเซนต์

    • Currency: USDสี่สิบห้าดอลลาร์เจ็ดสิบห้าเซนต์

  • When no context is sent: Odoo’s default logic will handle the conversion.

Important Notes:

Ensure the Thai language (th_TH) is activated in your system before using the lang='th_TH' context.

Before sending the context with th_TH language, If it is not activated, combining the th_TH language context with non-THB currencies may result in errors.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Ecosoft

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

Saran440

This module is part of the OCA/l10n-thailand project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_l10n_th_amount_to_text-19.0.1.0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_l10n_th_amount_to_text-19.0.1.0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e19e4260938b2e731aef7acd84e4b8c2237e9bab099736675d4116c5982edd92
MD5 c50653abac48ed74bc656698c01f8606
BLAKE2b-256 4c9fee3c9f71c7b80e14da3df7bb28143a12122564205be5cffbd68f25303648

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page