Daily updates from Odoo
Monday, May 8, 2023
1 change
Enhancements to existing features
Several Odoo apps no longer pass an extra setting to open forms in edit mode. This aligns them with the platform's current default behavior, reducing unnecessary configuration without changing expected user workflows.
Original PR description
* approvals, delivery_easypost, helpdesk_mail_plugin, industry_fsm, industry_fsm_report, industry_fsm_sale, quality_control_worksheet, stock_barcode
before this commit, in the context of several actions in python and xml the form_view_initial_mode edit is passed.
eg: 'context': {'form_view_initial_mode': 'edit'}
this is no longer needed as we have form view's are now editable by default.
after this commit, the usage of form_view_initial_mode is removed from the context.