Abbreviations Are Not Allowed In ERP5 Code
Use explicit naming instead and no abbreviations to make code easily readable by
other developers and be able to understand you wrote after some time has passed.
Good Example:
last_portal_type
portal_type
types_tool
portal_type_list
right_hand_side_symbol_length
Bad Example:
lstpt
pt
ptlst
rhs_len