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 hash computation on variant images #1537

Closed nayatec closed 6 months ago

nayatec commented 7 months ago

The python builtin hash function has no identical results between python instances because the use of a random seed is enabled by default in Python 3.3 and up. So i replaced it by sha1.

simahawk commented 6 months ago

I'm including this fix here where I'm fixing tests https://github.com/shopinvader/odoo-shopinvader/pull/1532

simahawk commented 6 months ago

I'm including this fix here where I'm fixing tests #1532

merged there, tnx!