vava-odoo

Results 27 comments of vava-odoo
trafficstars

> @vava-odoo @AntoineVDV Hi guys, I allowed myself to force-push small modifications (commas, spelling, etc.), with some bigger ones (which I commented on). I have one question about the "account...

> but will you also deal with the performance issue in categories with too many products? @esakarya https://github.com/odoo/odoo/pull/125187

Hi @esakarya Maybe you're talking about this one: https://github.com/odoo/odoo/pull/124299 Cheers

Hi @umarmughal824 Thanks for your nice message. But as @gdgellatly is saying, there is no issue with the images, I'm afraid it should be something from your side. Cheers

Hi @TastenExpress Maybe I misunderstood the problem, but I was not able to reproduce on the [runbot](https://runbot.odoo.com). When changing the template, the attachments are changed as well. Is it possible...

Hi @Silur Thanks for the feedback. I'll move this issue to the documentation repository so that someone can work on this. Cheers

> LGTM BTW do you test firstly install industry modules and then activate some language? if translations won't be imported, at least don't make it crash Good point! I extended...

After discussing this change of signature in stable, we agreed that it is safer to create a new method (see fixup commit), so that any custom code that patches this...

@HydrionBurst Is it ok for you last version? Can I squash last commit? Do we need another reviewer? Thanks

Well, it is not common nor recommanded, but someone could patch it like (and it would be broken by the change of signature) ```python from odoo.tools import translate def my_get_po_paths(module:...