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

`odoo/addons/base/views/res_partner_views.xml` ![image](https://github.com/odoo-ide/pycharm-odoo/assets/28876647/e5573c88-3492-4758-8d06-d9b5f6eb8b4e)

odoo bug

https://www.odoo.com/documentation/16.0/developer/reference/frontend/javascript_reference.html#field-widgets

enhancement

This is working ![image](https://github.com/odoo-ide/pycharm-odoo/assets/28876647/0955f81b-853c-4321-b148-70cca442796c) ![image](https://github.com/odoo-ide/pycharm-odoo/assets/28876647/a2a2dca0-7e16-4455-8887-32f465a1f391) This is not working ![image](https://github.com/odoo-ide/pycharm-odoo/assets/28876647/28102f36-696e-4ecb-aa61-65b370c94de2) ![image](https://github.com/odoo-ide/pycharm-odoo/assets/28876647/d0fa32a4-0b04-42e9-86c3-4436ffa2f1e3) Sorry if this writing style sounds rude. I'm in a hurry. Apologies.

enhancement

situation: extending/overriding class `CustomerPortal` from `odoo.addons.portal.controllers.portal` and extendig method `_prepare_sale_portal_rendering_values` which is defined in and override by itself in `sale.controllers.portal` for `super()._prepare_sale_portal_rendering_values(*args, **kw)` statement - it generates a false positive...

enhancement

Hi, ### Current behaviour I have view that is extended/overriden: - the parent view directs to the extending view - but not its fields Though - the fields of extending...

enhancement

This feature: ![image](https://github.com/odoo-ide/pycharm-odoo/assets/28876647/511b2b2b-2ac9-4029-ba95-15c5cc788d2f) Is it possible to extend this in order to: - Search for a specific module. Either like this `product.template` (_name or _inherit) or `Product Template` (_description). -...

enhancement

- [ ] Field references for `field` and `sum_field ` attributes. - [ ] Syntax highlight for `colors` attribute. - [ ] Selection value references in `color` attribute. Doc: https://www.odoo.com/documentation/16.0/developer/reference/backend/views.html#kanban

enhancement

https://github.com/odoo/odoo/blob/838c8cb48c9d539476ac133d1513eeefefbb3a24/odoo/addons/base/models/res_users.py#L973

enhancement

PyCharm version 2023.1 Odoo plugin version: 2023.3.4.231 Works for "normal" xml_id strings ![Selection_873](https://user-images.githubusercontent.com/28532306/229268013-a5df8564-e914-4a84-bb39-799fe626472c.png) But it doesn't work when the xml_id string is split in multiple lines ![Selection_874](https://user-images.githubusercontent.com/28532306/229268030-bbdb733f-87aa-4367-875f-030eef7a9a33.png)

bug

Sometimes you need to annotate the type of an object as a recordset in general using `BaseModel`. In this situation it would be nice to support code completion and navigation...

enhancement