-
- Downloads
[various] Clean controlpanel actions
PURPOSE The 'action' dropdown on the controlpanel is starting to get messy. Their labels are sometimes too long/repetitive. Some actions only make sense in formview, some in listview, some in both. Some actions should be stat buttons. Here are some of the 'guidelines' I've followed to clean those actions: If the action already has a dedicated button in the formview, do not display it in the formview action dropdown. Action labels always start with a verb. Former actions that redirected to records are changed to stat buttons SPECIFICATION The following drive file defines all the changes to be done on actions: https://docs.google.com/spreadsheets/d/1G0AtYs6VIXFz1vG32IoL457c_oy-OCXF9Tv19vLQdz8/edit?usp=sharing The actions are grouped by object, which are grouped by product owner. The ones in green are to be kept. The 'where' column specifies whether they should be shown in formview, listview, or both. The ones in red are to be removed or moved somewhere else (stat button, menu item). When an action is removed, check whether the action it is calling is used somewhere else. If it is not the case, remove it as well (clean the code). Linked to task ID 1984526 closes odoo/odoo#33720 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
No related branches found
No related tags found
Showing
- addons/account/data/account_data.xml 1 addition, 0 deletionsaddons/account/data/account_data.xml
- addons/account/data/payment_receipt_data.xml 1 addition, 2 deletionsaddons/account/data/payment_receipt_data.xml
- addons/account/views/account_move_views.xml 3 additions, 12 deletionsaddons/account/views/account_move_views.xml
- addons/account/views/account_payment_view.xml 2 additions, 0 deletionsaddons/account/views/account_payment_view.xml
- addons/account/views/account_view.xml 4 additions, 8 deletionsaddons/account/views/account_view.xml
- addons/account/wizard/account_invoice_send_views.xml 1 addition, 1 deletionaddons/account/wizard/account_invoice_send_views.xml
- addons/account/wizard/account_move_reversal_view.xml 2 additions, 1 deletionaddons/account/wizard/account_move_reversal_view.xml
- addons/account/wizard/account_unreconcile_view.xml 2 additions, 1 deletionaddons/account/wizard/account_unreconcile_view.xml
- addons/account/wizard/account_validate_move_view.xml 2 additions, 1 deletionaddons/account/wizard/account_validate_move_view.xml
- addons/account_check_printing/data/account_check_printing_data.xml 1 addition, 0 deletions...count_check_printing/data/account_check_printing_data.xml
- addons/crm/views/crm_lead_views.xml 2 additions, 29 deletionsaddons/crm/views/crm_lead_views.xml
- addons/crm/views/res_partner_views.xml 0 additions, 9 deletionsaddons/crm/views/res_partner_views.xml
- addons/hr/views/hr_employee_views.xml 3 additions, 23 deletionsaddons/hr/views/hr_employee_views.xml
- addons/hr_attendance/views/hr_employee_view.xml 1 addition, 3 deletionsaddons/hr_attendance/views/hr_employee_view.xml
- addons/hr_contract/views/hr_contract_views.xml 1 addition, 1 deletionaddons/hr_contract/views/hr_contract_views.xml
- addons/hr_expense/views/hr_expense_views.xml 1 addition, 0 deletionsaddons/hr_expense/views/hr_expense_views.xml
- addons/hr_fleet/views/employee_views.xml 1 addition, 1 deletionaddons/hr_fleet/views/employee_views.xml
- addons/hr_holidays/report/hr_leave_reports.xml 1 addition, 1 deletionaddons/hr_holidays/report/hr_leave_reports.xml
- addons/hr_holidays/views/hr_views.xml 1 addition, 1 deletionaddons/hr_holidays/views/hr_views.xml
- addons/hr_maintenance/views/hr_views.xml 1 addition, 1 deletionaddons/hr_maintenance/views/hr_views.xml
Loading
Please register or sign in to comment