c75d2bde5a9aabbb71a9823a02cd3bf7f1788743
Odoo 19's Session.authenticate(env, credential) takes an Environment as the first arg, not a db-name string. Passing request.db triggered TypeError: 'str' object is not callable on the internal env(user=None, su=False) reset. Fixes the "Odoo Server Error" dialog operators saw when trying to PIN unlock from the tablet. Same fix applies to lock_session (which was silently masked by its broad except Exception). Bumps fusion_plating_shopfloor to 19.0.33.1.2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
56.6%
HTML
25.3%
JavaScript
14.8%
SCSS
2.1%
CSS
0.8%
Other
0.3%