[FIX] sale_timesheet: Use invisible=1 on the non_allow_billable field
Steps to follow
- Go to project
- Select a project task with timesheet
- Edit the view with studio
- Edit the timesheet list view
- Enable 'Show Invisible Elements'
- Select 'Non-Billable'
- Uncheck 'Invisible'
-> An exception is thrown
Cause of the issue
attrs.column_invisible was used with invisible
Solution
remove attrs.column_invisible
opw-2706370
closes odoo/odoo#81751
Signed-off-by:
Hubert Van De Walle <huvw@odoo.com>
Please register or sign in to comment