I want to make an update of all partners and set the payment_term to immediate payment.
This is what I tried:
UPDATE res_partner SET "property_payment_term_id"=1;
But I get an error saying that:
column "property_payment_term_id" does not exist
But thats the field for defining the payment term in the view and model:
Thank you for any suggestions