-
- Downloads
[IMP] hr_fleet: overwrite ir.attachment kanban view
In the assignation logs in hr_fleet, it is possible to access the list of
attachments and upload new files to a certain log. However, we currently
enter the form view for ir.attachment to create the record and many technical
fields are shown that are not necessary. This commit overwrites the kanban view
adding an upload button that will open the file upload dialog of the OS and
automatically add the uploaded files to that certain assignation log.
task-2742923
closes odoo/odoo#83755
Signed-off-by:
Kevin Baptiste <kba@odoo.com>
Showing
- addons/hr_fleet/__manifest__.py 8 additions, 0 deletionsaddons/hr_fleet/__manifest__.py
- addons/hr_fleet/models/fleet_vehicle_assignation_log.py 1 addition, 0 deletionsaddons/hr_fleet/models/fleet_vehicle_assignation_log.py
- addons/hr_fleet/static/src/js/attachment_kanban.js 57 additions, 0 deletionsaddons/hr_fleet/static/src/js/attachment_kanban.js
- addons/hr_fleet/static/src/xml/attachment_kanban.xml 22 additions, 0 deletionsaddons/hr_fleet/static/src/xml/attachment_kanban.xml
- addons/hr_fleet/views/fleet_vehicle_views.xml 12 additions, 0 deletionsaddons/hr_fleet/views/fleet_vehicle_views.xml
Please register or sign in to comment