Habib (ayh)

Results 16 comments of Habib (ayh)

Has the progressbar functionality been implemented yet?

@odoo/rd-security could you please approve moving the file that uses `.html`.

> Code quality looks good to me, change in web seem fine, curious about the change in base though. Ah it seems this has been resolved and no longer causing...

@odoo/rd-security I need another approval here: I need to change the tag name of the generated owl template (generated by `form_compiler`) and just reuse the existing slot contents. There is...

The plans are not retrieved again because the record is already changed in both props and nextProps. This "fix" solves the above problem but causes another issue: it fetches the...

@william-andre I have improved this fix here, it only calls `get_relevant_plans` when it is required. https://github.com/odoo/odoo/pull/101400

@odoo/rd-framework-js could you look at this please? Is the `options.currencyField` ever used?

Hi @altela I am not seeing the impact of this fix... and the change does not respect the stable policy v16.0 - current: with your change: Also, in order to...

I guess this was tested well... `TaxTotalsField` template still uses the `currency` getter as a prop to `TaxGroupComponent` - if it doesn't need it, it should be removed