8000 [FIX] coding_guidelines: Add comment to indicate ASCII-based ordering · odoo/documentation@ca663d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca663d2

Browse files
committed
[FIX] coding_guidelines: Add comment to indicate ASCII-based ordering
Following the fix - 92c7099 Adding a comment to explicitly indicate that the import is ordered alphabetically based on ASCII values. closes #12982 X-original-commit: 8bfb5d5 Signed-off-by: Harsh Modi (hamo) <hamo@odoo.com>
1 parent bbd912f commit ca663d2

File tree

CCAD

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/contributing/development/coding_guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Inside these 3 groups, the imported lines are alphabetically sorted.
424424
import time
425425
from datetime import datetime
426426
# 2 : imports of odoo
427-
from odoo import Command, _, api, fields, models # alphabetically ordered
427+
from odoo import Command, _, api, fields, models # ASCIIbetically ordered
428428
from odoo.fields import Domain
429429
from odoo.tools.safe_eval import safe_eval as eval
430430
# 3 : imports from odoo addons

0 commit comments

Comments
 (0)
0