odoo-ide / pycharm-odoo

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

Support remove group syntax for menuitem groups #412

Closed fanthos closed 9 months ago

fanthos commented 10 months ago

According to odoo.tools.convert.xml_import._tag_menuitem, if a group in menuitem groups starts with -, the group will be unlinked after module upgrade. Odoo plugin does not remove the leading - for the symbol and the symbol does not resolve correctly.

trinhanhngoc commented 10 months ago

Hello @fanthos . Thanks for the information. I didn't know that Odoo had that feature. I will add support for that syntax in the next version.

fanthos commented 10 months ago

To distinct link and unlink, I think its better if unlink has a different color other than link( or other mark).

trinhanhngoc commented 9 months ago

Hello @fanthos , The new version 2023.9.1 has been released with support for group unlink syntax, you can update it.