Trịnh Anh Ngọc

Results 146 issues of Trịnh Anh Ngọc

Many places in the Odoo source code use `BaseModel._read_group()` instead of `BaseModel.read_group()`

enhancement

https://github.com/odoo/odoo/blob/a8055d3637c06ee1b91c7f1ac7330fe9cd2c38d2/addons/product/models/res_partner.py#L17 Need: - Field references - Type inference for `self`

enhancement

https://www.odoo.com/documentation/16.0/developer/reference/backend/orm.html#odoo.fields.Field Possible string values: - btree - btree_not_null - trigram

enhancement

Like #213 (xpath) and #243 (field) but for other elements. Ref: https://www.odoo.com/documentation/15.0/developer/reference/backend/views.html#inheritance-specs

enhancement

https://www.odoo.com/documentation/15.0/developer/reference/backend/views.html#inheritance-specs -> Code completion should also suggest `field` tag. -> Code completion should also suggest `name` attribute. -> Code completion should suggest only existing fields in the inherited view. ->...

enhancement

https://github.com/odoo/odoo/blob/696c45b4e5917d086f60fd960590328b878014f0/addons/l10n_ar/demo/account_customer_invoice_demo.xml#L13 List of builtins: https://github.com/odoo/odoo/blob/25cd4c61f4d733acb00d4af8ae98f89651f3abeb/odoo/tools/safe_eval.py#L251

enhancement

https://github.com/odoo/odoo/blob/696c45b4e5917d086f60fd960590328b878014f0/addons/l10n_ar/demo/account_customer_invoice_demo.xml#L7 - Syntax highlight - Context provider (for code completion)

enhancement

The CSV Editor supports two view modes: - Text - Table Currently, the Odoo plugin supports code completion/navigation for references in the Text mode. Both the Odoo plugin and the...

enhancement

Currently, Odoo developers use the common **Python** configuration to run Odoo. A special configuration for Odoo will have several benefits: - Checkboxes for boolean arguments - A list view for...

enhancement

Need to figure out how to integrate Odoo Python unit tests with PyCharm for some benefits: * Nice UI views for unit tests * Quickly run a specific test method...

enhancement