odoo/documentation#11991

Created by fw-bot
Merged at 69cfab3d2ca8fc692a9d9aa99730ff1ded781f4f

Statuses:

label
odoo-dev:saas-18.1-18.0-coding_guidelines-alpha-order-fix-hamo-414887-fw
head
0da74f3127bc27a38c29c30980d1c297a3dd16d3
merged
4 months ago by Accounting, Harsh Modi (hamo)
odoo/documentation
16.0 #11983
17.0 #11987
saas-17.2 #11988
saas-17.4 #11989
18.0 #11990
saas-18.1 #11991
saas-18.2
saas-18.3
master #11992

[FW][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

Forward-Port-Of: #11983