is_rental_order is a computed field, not passed in vals during create. Use in_rental_app context flag in create() and add onchange handler so sale type sets to 'Rentals' immediately when toggled in the form. Made-with: Cursor
is_rental_order is a computed field, not passed in vals during create. Use in_rental_app context flag in create() and add onchange handler so sale type sets to 'Rentals' immediately when toggled in the form. Made-with: Cursor