open_workshop/open_workshop_base/models
matthias.lotz 4c048b5ca9 fix(ows_models): Update create() to use @api.model_create_multi for Odoo 18
Fixed DeprecationWarning by updating OwsMachine.create() method:
- Changed from @api.model with single vals parameter
- To @api.model_create_multi with vals_list parameter
- Now supports batch creation of multiple records
- Removed duplicate empty OwsMachineArea class definition

This resolves the Odoo 18 deprecation warning about create method not supporting batch operations.
2025-12-15 20:55:36 +01:00
..
__init__.py Migration: open_workshop → open_workshop_base 2025-12-07 15:45:03 +01:00
ows_models.py fix(ows_models): Update create() to use @api.model_create_multi for Odoo 18 2025-12-15 20:55:36 +01:00
pos_order.py Migration: open_workshop → open_workshop_base 2025-12-07 15:45:03 +01:00