Hello, I have created a server action in odoov13, which changes the cost price of the products, but I need to execute it in the postgreSQL database, is there a way to call or execute the action and relate it to the products so that it fulfills its function.
SELECT * FROM ir_act_server;
as cost price is computed field, it wont be existing in the database