odoo-ide / pycharm-odoo

PyCharm plugin for Odoo
https://plugins.jetbrains.com/plugin/13499-odoo
Other
41 stars 5 forks source link

Support for OCA module "Extended view inheritance" #422

Closed jcfernandez-890825 closed 8 months ago

jcfernandez-890825 commented 8 months ago

This OCA module "Extended view inheritance" (v14, v15, v16), is used by other OCA modules such as "OCA/sale_workflow/sale_order_product_availability_inline".

Since the plugin does not support this features:

<field position="attributes">
    <attribute name="context" operation="update">
        {
            "key": "value",
        }
    </attribute>
</field>

We get a XML false error: image

trinhanhngoc commented 8 months ago

Hi @jcfernandez-890825 ,

The new version 2023.9.4 has been released with support for OCA module "Extended view inheritance".

jcfernandez-890825 commented 8 months ago

Nice !!!