We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website
If the company address contains an "&", then you will see this traceback when doing the migration from 14.0 to 15.0:
OpenUpgrade: website: error in migration script /.../openupgrade_scripts/scripts/website/15.0.1.0/post-migration.py: xmlParseEntityRef: no name
Have an Odoo 14 and put a company address that contains an "&". When running the upgrade, you will get a traceback:
The company fields like street and street2 should be HTML Entity Encoded before being used in the post migration script.
street
street2
The text was updated successfully, but these errors were encountered:
Please do a PR amending that.
Sorry, something went wrong.
No branches or pull requests
Module
website
Describe the bug
If the company address contains an "&", then you will see this traceback when doing the migration from 14.0 to 15.0:
OpenUpgrade: website: error in migration script /.../openupgrade_scripts/scripts/website/15.0.1.0/post-migration.py: xmlParseEntityRef: no name
To Reproduce
Have an Odoo 14 and put a company address that contains an "&". When running the upgrade, you will get a traceback:
OpenUpgrade: website: error in migration script /.../openupgrade_scripts/scripts/website/15.0.1.0/post-migration.py: xmlParseEntityRef: no name
Expected behavior
The company fields like
street
andstreet2
should be HTML Entity Encoded before being used in the post migration script.The text was updated successfully, but these errors were encountered: