Hi,
I am using odoo 14 enterprise version on odoo.sh. I installed a custom module "product_tag" and after making some customization, the module gives error when i try to upgrade or uninstall it. When try to upgrade, the following error arises:
Error while importing module 'product_label'.
while parsing /tmp/tmpwk8em_67/product_label/views/product_template.xml:4, near
product.template.inherit.view.form
product.template
Make sure those modules are installed and try again.
When try to uninstall, gives the following validation error:
External IDs cannot contain spaces.
however the module gives no issues on localhost and can be installed and upgraded smoothly.
Any idea? how to resolve this issue?
Regards