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

