documentation/content
Harsh Modi 92c7099a0e [FIX] coding_guidelines: fix the alphabetic orders for the import
In odoo, as we suggest everyone to follow an alphebetic order.

The translator(`_`), ASCII is 95 and `a` ASCII value is 97
which '_' < 'a', the translator should be defined first in the
import before the `api` not at the end of the import

This commits adds an example to import static class `Command`
with a Capital alphabet with a ASCII value of `C` as 67
which will be before than the `_`
'C' < '_' < 'a'

This order of import should be followed while the import
2025-02-07 15:58:07 +05:30
..
administration [IMP] supported_versions: release saas-18.1 2025-01-21 14:46:14 +00:00
applications [IMP] studio: adding link about accessing studio 2025-02-06 15:39:02 +00:00
contributing [FIX] coding_guidelines: fix the alphabetic orders for the import 2025-02-07 15:58:07 +05:30
developer [IMP] developer/reference/cli: --limit-time-cron-conn 2025-01-22 12:21:44 +00:00
legal [CHG] legal: make Spanish partnership contract official 2024-01-15 18:16:00 +00:00
administration.rst [ADD] database management: odoo mobile apps 2024-04-02 15:49:46 +00:00
applications.rst [MOV] documentation structure reorganization 2024-03-11 13:59:04 +00:00
contributing.rst [MOV] documentation structure reorganization 2024-03-11 13:59:04 +00:00
developer.rst [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir 2023-02-23 14:33:17 +01:00
index.rst [IMP] *: introduce tables of contents in top-level app pages 2021-07-07 14:56:38 +02:00
last_build.rst [FIX] *: RST cleanup 2023-02-15 12:51:21 +01:00
legal.rst [IMP] documentation: legal page design 2022-12-07 18:44:34 +01:00