blooparksystems / website

Odoo Website builder related addons
GNU Affero General Public License v3.0
10 stars 33 forks source link

Error in Synchronize Terms after installing SEO module #66

Open ghost opened 8 years ago

ghost commented 8 years ago

Problem

On a fresh database after installing module web_seo running Synchronize Terms.

Steps to reproduce

1- Create a new database with German language. 2- Install Website Builder module. 3- Activate developer mode. 4- Run Synchronize Terms (German or English does not matter) it runs with no error. 3- Install website_seo module, go to back-end and run Synchronize Terms (language is not important) again. It does not work. synch

Current behavior

Synchronize Terms does not work.

Expected behavior

Synchronize Terms must run with no errors.

ghost commented 8 years ago

I think this issue is related to translation of computed fields: https://github.com/odoo/odoo/issues/3673 https://github.com/odoo/odoo/issues/3745 and its related PR is not merged yet: https://github.com/odoo/odoo/pull/9081