Khaled Said

Results 2 comments of Khaled Said

@FlorianGilbert probably, I did a mistake so I accidentally closed the original pull request (https://github.com/odoo/odoo/pull/155365). so I made a new one.

Hello @FlorianGilbert I did a mistake regarding this code snippet. it should be as following: ```python # localizing invoice date to utc date user_timezone = pytz.timezone(self.env.user.tz or "utc") invoice_datetime =...