Imbar Budiman

Results 4 issues of Imbar Budiman

## Module tracking_manager ## Describe the bug **Sometimes** a deadlock occurs when confirm a Sale Order/sale.order (change state to 'sale'). In Base class when call super().unlink() ``` RPC_ERROR Odoo Server...

bug

In `res.partner` there is no `display_address()` but instead `_display_address()`

approved

In Odoo 16, in the fleet.fleet_vehicle_view_form form, there is an invisible company_id above the button_box. This causes a view bug, as shown in the screenshot I included. What if owner_id...

approved
ready to merge

browse() will return a pseudo-record. Use browse().exists() to ensure the record exists.