You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from odoo import .*_: "[18] The '_' symbol should no longer be imported directly for translations. Remove '_' from the 'from odoo import' statement, and replace any instances of '_('text')' with 'self.env._('text')'. This change is required for better context handling. More details: https://github.com/odoo/odoo/pull/174844"
0 commit comments