documentation/content
Harsh Modi 853583b0ce [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

closes odoo/documentation#11990

X-original-commit: c7a6b67a87
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Harsh Modi (hamo) <hamo@odoo.com>
2025-02-07 15:28:27 +00:00
..
administration [FIX] administration: correct Fedora version 2025-02-03 17:46:26 +00:00
applications [IMP] l10n_vn: SInvoice documentation 2025-02-07 03:58:47 +00:00
contributing [FIX] coding_guidelines: fix the alphabetic orders for the import 2025-02-07 15:28:27 +00:00
developer [FW][FIX] developer/howtos/upgrade_custom_db: fix typo 2025-01-27 21:04:54 +00:00
legal [FIX] legal: update license info for 18.0 2024-10-16 19:07:31 +02:00
administration.rst [ADD] database management: odoo mobile apps 2024-04-03 05:24:01 +00:00
applications.rst [MOV] documentation structure reorganization 2024-03-12 07:08:34 +00:00
contributing.rst [IMP] developer: improve navigation in top-level pages 2024-04-13 12:16:35 +00:00
developer.rst [IMP] developer: improve navigation in top-level pages 2024-04-13 12:16:35 +00: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 16:03:06 +01:00
legal.rst [IMP] documentation: legal page design 2022-12-08 12:31:09 +01:00