pycharm-odoo
pycharm-odoo copied to clipboard
Report external id error of model "ir.actions.server" Odoo16
For the base.automation model, when creating a record, it also creates a record for ir.actions.server. and the external id of ir.actions.server will be the external id of the base.automation record + "_ir_actions_server"
For example: base.automation has id module.abc => ir.actions.server has id module.abc__ir_actions_server
Hello @NqanVo,
As a workaround, you can access the action server record through the field action_server_id of base.automation.