pycharm-odoo icon indicating copy to clipboard operation
pycharm-odoo copied to clipboard

PyCharm plugin for Odoo

Results 161 pycharm-odoo issues
Sort by recently updated
recently updated
newest added

Can you do something about this? ![image](https://github.com/user-attachments/assets/e7ccda63-88f5-40b0-b70f-1e376c800d91)

pycharm bug

Hi guys, I've been using your plugin for about 2 years and I love what you have here. I've found something and I was wondering if you could do something...

enhancement

I'm creating a new Odoo 17 widget and I get this error often during the development, especially when I'm working in the js file. java.io.IOException: Can't read GistImpl[js.stub.element.gist]{version: 1091796, externalizer:...

pycharm bug

There seems no way to explicitly set addon directories. As we manage our addons using symbolic links **and** odoo.conf, it seems that the plugin does not see enterprise addons, and...

There is a new translation system that was introduced in this PR: https://github.com/odoo/odoo/pull/187546. Right now in the IDE, the `name@fr` tags are red with "cannot resolve symbol". It should be...

duplicate
enhancement

When you auto import a missing statement, pycharm will add this: ```js import { useService } from "../../../../../web/static/src/core/utils/hooks"; ``` But that can be replaced with syntax sugar like so: ```js...

duplicate
enhancement

PR: https://github.com/odoo/odoo/pull/195664

enhancement

on code: ``` item_domain = [('pricelist_id', 'in', self.settings_ids.pricelist_id.ids)] ... item_domain.extend(['|', ('create_date', '>', last_check), ('write_date', '>', last_check)]) ``` domain is marked as incorrect

PR: https://github.com/odoo/odoo/pull/187546 - Add field name reference - Add external id of language reference

enhancement

Seems like the plugin does not like symlinks: ![Image](https://github.com/user-attachments/assets/ba067cf1-6006-4e61-a9e6-48ec90ce2b21) ![Image](https://github.com/user-attachments/assets/fe76036a-3b0c-4a2f-b8ea-cef955808fd1)

bug