| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 469 |
| Technical Name |
l10n_tr_unicode_fix |
| License | OPL-1 |
| Website | https://github.com/fftheG |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 469 |
| Technical Name |
l10n_tr_unicode_fix |
| License | OPL-1 |
| Website | https://github.com/fftheG |
Turkey - Unicode & Search Fix | Turkce Karakter Duzeltme
Odoo'daki tum Turkce karakter sorunlarini cozer: arama, siralama ve buyuk/kucuk harf donusumu.
Fix all Turkish character issues in Odoo: searching, sorting and case conversion.
Sorun / The Problem
| Islem / Operation | PostgreSQL Varsayilan / Default | Dogru / Correct (Turkce) |
|---|---|---|
LOWER('I') (noktali buyuk I) |
yanlis / wrong | i |
UPPER('i') |
I (yanlis / wrong) | Noktali buyuk I |
LOWER('I') (noktasiz buyuk I) |
i (yanlis / wrong) | noktasiz kucuk i |
| "Mehmet Oz" ara | Sonuc yok / No results | "Mehmet Ozdemir" bulunur |
| Sirala: C, C, G, G | C, G, ..., C, G (Z'den sonra) | C, C, G, G (dogru sira) |
Ozellikler / Key Features
Akilli Arama / Smart Search
Bosluklu VE aramasi. "Mehmet Oz" yazarak "Mehmet Ozdemir"i bulun. Dropdown, liste ve kanbanda calisir.
Dogru Siralama / Correct Sorting
Turkce alfabe sirasi: A, B, C, C, D... Artik C ve G Z'den sonra gorunmez.
Harf Donusumu / Case Conversion
Dogru I/i donusumu. Bozuk aramalar son bulur.
Ayarlar / Settings
Ayarlar > Arama menusunden normalizasyon profillerini yapilandirin. Tek tikla veritabani fonksiyonlarini uygulayin.
Arama Calisirken / Search in Action
Bosluklu arama her yerde calisir: Many2one dropdown, liste gorunumu, kanban aramasi.
Veritabani Fonksiyonlari / Database Functions
| Fonksiyon / Function | Aciklama / Purpose |
|---|---|
search_normalize(text) |
Karakter normalizasyonu (unaccent + Turkce duzeltmeler) / Full character normalization |
tr_lower(text) |
Turkce kucuk harf / Turkish lowercase |
tr_upper(text) |
Turkce buyuk harf / Turkish uppercase |
tr_collate_key(text) |
Turkce alfabe siralama anahtari / Turkish alphabetical sort key |
Gereksinimler / Requirements
- PostgreSQL 12+ (
unaccentvepg_trgmeklentileri) - Odoo 18.0 Community veya Enterprise
- ICU collation destegi (
tr-TR-x-icu) siralama icin
Diger Turkiye Modullerimiz / More Turkish Modules
TCMB Doviz Kurlari
Turkiye Cumhuriyet Merkez Bankasi'ndan otomatik doviz kuru guncelleme.
Vade Takibi / Credit Control
Vadesi gecmis alacak takibi ve odeme onay is akisi.
Banka Ekstresi Ice Aktarma
Excel ve PDF dosyalarindan banka ekstresi ice aktarma.
Destek / Support
Sorulariniz icin GitHub uzerinden bize ulasin.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module