Repository
OCA/l10n-japan · module folder · Try on Runboat
Module version
1.0.0
Category
Localization/Japan
Folder size
0.07 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-japan
Last tracking update
2026-09-25 11:30:36
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Aungkokolin1997, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
jaconv
System dependencies
None
Required by
l10n_jp_kana_partner_name
Description
Provides the abstract models that give a phonetic reading (カナ / ふりがな) to
a model -- of its name, or of any other field -- and the setting that chooses
the kana format readings are stored in.

A reading is stored in a canonical form, so the same pronunciation matches
however it was typed: kana take the configured format, full-width ASCII and
digits fold to half-width (ABCショウジ is stored as ABCショウジ), and spacing
collapses to single half-width spaces. A search term goes through the same
normalization before it is compared.

This module adds no field to any model of its own; the readings live in the
modules that apply the mixins to a model.

Code Analysis ⓘ

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.kana res.config.settings form Inherits base_setup.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (2)
  • name_kana Char
    index='trigram' kana=True string='Name (Kana)'
  • name_kana_search Char
    compute='_compute_name_kana_search' search='_search_name_kana' string='Name (Kana) Search'
Public methods (0)

No public methods.

New fields (1)
  • kana_format Selection
    config_parameter=KANA_FORMAT_PARAM default=DEFAULT_KANA_FORMAT selection=KANA_FORMAT_SELECTION
Public methods (0)

No public methods.