6351aa605471fdb4a852fc13dbaae436a9676fee
Regression from G2 conversion (Char → Many2One). The wizard's action_create_order built so_vals with 'x_fc_material_process': self.material_process (the recordset) instead of .id. Passing a recordset where an integer FK is expected raised: psycopg2.ProgrammingError: can't adapt type 'fusion.plating.process.node' at sale.order create time, breaking Confirm Order. Python-only fix — no module upgrade needed, systemctl restart picks it up.
Description
Odoo 19 custom modules
Languages
Python
57%
HTML
24.9%
JavaScript
14.7%
SCSS
2.2%
CSS
0.8%
Other
0.3%