Sébastien Alix
Sébastien Alix
@jbaudoux An idea why tests in `stock_storage_type` could fail with these ports?
@jbaudoux probably, as these changes exist on 14.0. Now I can't tell you why tests are failing :thinking:
@jbaudoux - https://github.com/OCA/wms/pull/805 is breaking `stock_dynamic_routing` tests if applied on 16.0, don't know why - https://github.com/OCA/wms/pull/722 is breaking `stock_storage_type` tests if applied on 16.0, don't know why I removed these...
@rousseldenis I fixed tests you wrote last year in `stock_storage_type`, not sure why it failed (seems the Python implementation of `assertAlmostEqual` changed over time?) nor if the fix is the...
@JuMiSanAr Is it possible to indent a bit to the right the vendor code? It could be difficult for the user to read all these info if everything is at...
Updated to indent a bit the vendor code, thanks @JuMiSanAr 
The calls seems to be: 1. [`ir.module.module._update_translations`](https://github.com/odoo/odoo/blob/5d40023eaf9b3c25941429e7fac266722780846d/odoo/addons/base/models/ir_module.py#L878-L891) 2. [`ir.translation.load_module_terms`](https://github.com/odoo/odoo/blob/5d40023eaf9b3c25941429e7fac266722780846d/odoo/addons/base/models/ir_translation.py#L788-L833) 3. [`tools.translate.trans_load`](https://github.com/odoo/odoo/blob/5d40023eaf9b3c25941429e7fac266722780846d/odoo/tools/translate.py#L1011-L1021) Could you check the context in each step? EDIT: The issue is maybe in the fourth call: 4. [`tools.translate.trans_load_data`](https://github.com/odoo/odoo/blob/5d40023eaf9b3c25941429e7fac266722780846d/odoo/tools/translate.py#L1024):...
Hi, The main issue for us about #1 is to handle everything: synchronization mechanism, and piece of data to synchronize (like `product.product` and `res.partner` in the base module). It is...
@yelizariev no we'll not push such module sorry EDIT: the `odoo2odoo_product` has been included since my comment :)
@maljac I would like that, build some base modules and others built on top of them. I don't need v9 neither. We can focus on common Binding, Binder, Mappers, Exporter,...