Type Alias OdooId

Source
pub type OdooId = i32;
Expand description

An Odoo record id

Note that this is signed, as some Odoo models (e.g. the PurchaseBillUnion) use positive ids to represent one model (purchase.order), and negative ids to represent another (account.move).