Hello everyone
I would like to create a server action that could change all the parameters of my model based on another model. For example, I have my first model called Alpha, which has a name and a number, and a second model called Beta, which also has a name and a number but has a many-to-one relationship with Alpha. So, through the action server, I want Beta to take the same name and number as Alpha.
I am using odoo 16 studio