-
-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
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
[17] product_visibility_website won't install on Odoo 17 #946
Comments
When trying to move my database from version 16 to version 17 I get the following errors related to the module In the /var/log/odoo/odoo.log: odoo.tools.convert.ParseError: while parsing /opt/addons/website_sale_hide_price/views/product_template_views.xml:3
Field "default_invoice_policy" does not exist in model "product.template" View error context: Error 2: 2024-06-27 18:22:35,760 1889 ERROR kubang odoo.sql_db: bad query: SELECT "website"."id", "website"."name", "website"."sequence", "website"."domain", "website"."company_id", And this error happens several times in the log. |
Module
product_visibility_website
Describe the bug
When you try and install the module in Odoo 17 you get the error that the Element
'<xpath expr="//t[@t-cache='pricelist,product,fiscal_position']">'
cannot be located in parent view.To Reproduce
Affected versions: 17
Steps to reproduce the behavior:
Expected behavior
The module would be installed and you can start using the module on the installation.
Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)
The text was updated successfully, but these errors were encountered: