shopinvader / odoo-shopinvader

Odoo Modules. Sorry Magento, Shopinvader is coming
GNU Affero General Public License v3.0
121 stars 105 forks source link

[14.0][FIX] shopinvader: Fix product url computation triggers #1540

Open mmequignon opened 6 months ago

mmequignon commented 6 months ago

when changing a translation from the UI, a write is made on ir.translation, which doesn't triggers compute methods. This PR is adding a hook on ir.translation.write() to fix this.

mmequignon commented 2 weeks ago

@simahawk I addressed your comments, can we merge this?

simahawk commented 2 weeks ago

@sebastienbeau I'd like to have your input here