Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] pos_restaurant: faulty behavior of newly created table
When a table is created, the new table appears to be selected but the capability to resize and drag is not active. As a result, when this new table is dragged, it is unselected instead. This is because of the call of `save_changes`. The table widget is rendered but the event handlers for resizing and dragging are not assigned. After this commit, the created table can be resized and dragged immediately after creation. closes odoo#37571 Signed-off-by: Nicolas Martinelli (nim) <[email protected]>
- Loading branch information