Trịnh Anh Ngọc

Results 62 comments of Trịnh Anh Ngọc

Hello @Jerther , I think that because these exceptions are handled by Odoo (https://github.com/odoo/odoo/blob/96e3782a146249fede5130c3e048cfdf5adadcdd/odoo/http.py#L2194), PyCharm cannot capture them by default. The information in this PyCharm blog post (https://blog.jetbrains.com/pycharm/2024/01/new-low-impact-monitoring-api-in-python-3-12) may help...

Hello @dz0 , do you mean these gutter icons?: ![view](https://github.com/odoo-ide/pycharm-odoo/assets/11208291/70272aec-3a34-4325-bfd2-086c87e180c4)

Hi @jcfernandez-890825, We already have: - `odoo.model.xxx` for recordsets - `odoo.values.xxx` for recordset dict values Here are my ideas for external ids: - `odoo.xid` for external ids - `odoo.xid.xxx` for...

> > Here are my ideas for external ids: > > > > * `odoo.xid` for external ids > > * `odoo.xid.xxx` for external ids of model `xxx` > >...

@jcfernandez-890825 , No, I just want to create a reference to the old issue =))

Hi @jerzyk , Thank you for the report. I didn't know that `http.Controller` has that extension mechanism. I will add support for that feature soon. While waiting for the improvement,...

This issue may be related to the commit https://github.com/JetBrains/intellij-community/commit/440fc70e8ac8565701cca0871e7b7a8a7bde28ec

Hi @jcfernandez-890825 There are some unresolved reference errors in that file: 1. `params['hash'] = self._sign_token(pid)` -> unresolved method `_sign_token()` 2. `groups = super(PortalMixin, self)._notify_get_groups(msg_vals=msg_vals)` -> unresolved method `_notify_get_groups()` 3. `self['partner_id']`...