OCA / e-commerce

Odoo E-Commerce server automation addons
GNU Affero General Public License v3.0
170 stars 494 forks source link

[17.0][MIG] website_sale_product_attachment #945

Open adriresu opened 5 months ago

adriresu commented 5 months ago

Standar migration.

pedrobaeza commented 4 months ago

Please include #944 and check CI.

dalonsod commented 4 months ago

Please include #944 and check CI.

944 cherry-picked :+1:

Regarding to test issue, I'm newbie in web tour tests, I might need some help or links with an example. I've inspected code anyway and haven't found which the problem could be. @yajo @victoralmau could you help me? Thanks!

yajo commented 4 months ago

According to the error you find in logs:

The ready "odoo.isTourReady('website_sale_product_attachment_tour')" code was always falsy

It looks like the wanted tour isn't even loaded. Maybe it's because its js definition is lost, or maybe because its trigger condition is never met.

If you run odoo with --screenshots ./here --screencasts ../here and have a valid local Chromium and ffmpeg installation, Odoo will save artifacts there that will help you to diagnose the problem.