f8abadfc18d8853bcb3c634b328436b2e5cb7ece
FpExpressActionBtns.onOpen called action_open_part which returned an ir.actions.act_window dict without a 'views' key. Odoo 19's _preprocessAction in the web client tries to .map over action.views and throws TypeError: Cannot read properties of undefined (reading 'map'). Fix: include 'views': [[False, 'form']] alongside view_mode='form' on both copies of action_open_part (wizard line + sale.order.line). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
71.8%
JavaScript
17.4%
HTML
8.2%
SCSS
1%
CSS
0.8%
Other
0.6%