I want to update asset record in odoo 13 enterprise
But because of something, the field asset_type is null for some record. Because of that null field I cannot find the record in my Odoo view. So I need to update that field asset_type but because I cannot find the asset in my view I cannot get external id so I need to use database id.
But I didn't find database id in my import field only external id.
How can I update with database ID with import file?