I want to select configuration_template_ids which has also app_configuration_ids (configuration_template_ids. app_configuration_ids) and how can I pass all selected configuration_template_ids. app_configuration_ids into the field <field name="app_configuration_ids" />
The list of app_configuration_ids should dynamically add all configuration_template_ids. app_configuration_ids or remove when deselect it.
<page string="App Configs">
<field name="configuration_template_ids" string="Choose Template" widget="many2many_tags" options="{'no_create_edit': True}" />
<field name="app_configuration_ids" />
</page>