[IMP] fleet: Improve the kanban view and mobile UI.
Purpose of the task is to improve the mobile UI and kanban view of
the service, contract, odometer, menufacturer and vehicle.
So in this commit,
- Remove the record link from odometer and service kanban view.
- Added the stage in service kanban view.
- Display the Expiry Date in red when contract is expired.
- Redirect to model view when we click on kanban card of the
manufacturer and add the properties dropdown to open the record
- Also improve the some ui for small screen
closes odoo/odoo#62292
Taskid: 2348332
Related: odoo/enterprise#14959
Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
Showing
- addons/fleet/__manifest__.py 1 addition, 0 deletionsaddons/fleet/__manifest__.py
- addons/fleet/static/src/js/fleet_kanban.js 20 additions, 0 deletionsaddons/fleet/static/src/js/fleet_kanban.js
- addons/fleet/views/assets.xml 1 addition, 0 deletionsaddons/fleet/views/assets.xml
- addons/fleet/views/fleet_vehicle_cost_views.xml 8 additions, 4 deletionsaddons/fleet/views/fleet_vehicle_cost_views.xml
- addons/fleet/views/fleet_vehicle_model_views.xml 16 additions, 10 deletionsaddons/fleet/views/fleet_vehicle_model_views.xml
- addons/fleet/views/fleet_vehicle_views.xml 11 additions, 6 deletionsaddons/fleet/views/fleet_vehicle_views.xml
- addons/web/static/src/xml/base.xml 4 additions, 4 deletionsaddons/web/static/src/xml/base.xml
Loading
Please register or sign in to comment