odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.14k stars 344 forks source link

Component gets improperly patched #1586

Open sdegueldre opened 8 months ago

sdegueldre commented 8 months ago

On branch master-pdis_batch-moda-sad

activate batches for preparation display with custom batches in the settings and create two custom batches

In the pos restaurant, click on a table, start a batch and add a product, start another batch and add another product. The added product never appears despite having been returned by the render function. Add one more product. The component appears in the component tree but not in the DOM, it has status 0 despite being in its parent's children.

image

image