Trịnh Anh Ngọc

Results 146 issues of Trịnh Anh Ngọc

Type of `http.request` is actually [LocalProxy](https://werkzeug.palletsprojects.com/en/1.0.x/local/#werkzeug.local.LocalProxy) but [odoo-stubs](https://github.com/odoo-ide/odoo-stubs/blob/07f933c02b7e063be82e68850ce8b5ff76277928/odoo-stubs/http.pyi#L123) fakes it to `Request` to make PyCharm provide code completion for request's attributes. This leads two problems: 1. Type checking warning: 2....

enhancement

This will add code completion for variables, contexts in QWeb Python eval expressions.

enhancement

https://github.com/odoo/odoo/blob/9e50fa08a74fa842aa3a2f37dfe5b38707a50cba/addons/project/controllers/portal.py#L120

enhancement

https://github.com/odoo/odoo/blob/e999101677fc38b6d4ba2e32f7bcfcb2ee9ec148/addons/hr_holidays/data/hr_holidays_data.xml#L10

enhancement

https://github.com/odoo/odoo/blob/e999101677fc38b6d4ba2e32f7bcfcb2ee9ec148/addons/website/views/snippets/s_image_gallery.xml#L23 https://github.com/odoo/odoo/blob/e999101677fc38b6d4ba2e32f7bcfcb2ee9ec148/addons/website/data/website_data.xml#L891

enhancement

https://github.com/odoo/odoo/blob/e999101677fc38b6d4ba2e32f7bcfcb2ee9ec148/addons/event/report/event_event_templates.xml#L67

enhancement

Not sure why Odoo doesn't provide an RNG file for validating `kanban` views. Thus, the Odoo plugin needs to embed its own RNG file to support code completion and validation...

enhancement

This will provide code completion and navigation for OWL component slots. **Refs:** 1. https://github.com/odoo/owl/blob/master/doc/reference/slots.md

enhancement