documentation/content/contributing
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
..
development [FIX] coding_guidelines: fix the alphabetic orders for the import 2025-02-07 15:28:27 +00:00
documentation [IMP] contributing/documentation: update documentation guidelines 2024-09-16 17:01:20 +00:00
development.rst [IMP] contributing/documentation: update documentation guidelines 2024-09-16 17:01:20 +00:00
documentation.rst [IMP] contributing/documentation: update documentation guidelines 2024-09-16 17:01:20 +00:00
install_git.rst [ADD] contributing/development: add a guide to contribute to the codebase 2023-01-03 20:14:55 +01:00