Rolando Pérez Rebollo

Results 109 comments of Rolando Pérez Rebollo

Same problem for me here!!! Any ideas???

At least the volume definition isn't the root cause. I rebuilt the image changing volume from /data/odoo to /odoo/data same result. But it seems like building process ignores custom UID...

Two choises: - SHELL ["/bin/bash", "-c"] - RUN [ "/bin/bash", "-c", "mkdir -p /odoo/data/odoo/{addons,filestore,sessions}" ]

@dhx @rven @pedrobaeza @joao-p-marques this is back again at 15.0 branch. Tested in runboat. My workaround involved to change: https://github.com/OCA/social/blob/938f9ec7bda6d7960e5e3bc38fc39508bd9d3cad/mail_debrand/models/mail_render_mixin.py#L54-L56 To: `value = Markup(html.tostring( tree, pretty_print=True, method="html", encoding="unicode" ))`

@Garibaldy suggested workaround doesn't fix the issue either for some mail templates.Ex: mail template to invite new users is broken by the attend to replace odoo links using regex. I...

@norlinhenrik me over here to. In my doodba local environment no tests are failling this same branch. Is there any way to trigger checks again???

@jguenat @stefan-tecnativa @norlinhenrik I can´t see failling tests. I even didn´t find any when running in my local doodba. Could anyone trigger tests again? ![image](https://github.com/OCA/sale-workflow/assets/38138332/36b6990d-e807-4b73-9984-1e822c67d80d)

@norlinhenrik I'm considering to make an small improvement: trigger an onchange to auto select first product when booking type is selected. Why? I was testing to create a quote directly...

> "onchange to auto select first product" is good if there is only one product available. If there are many products available, I think it is better to select the...

Sale order isn't been "reload" after booking confirmation wizard closes. U need to manually reload browser tab to see the state changed to confirmed. It doesn't matter which button U...