Goods [('type', '=', 'goods')] Assets [('type', '=', 'assets')] Services [('type', '=', 'service')] Consumables [('consumable', '=', True)] Salable [('salable', '=', True)] Purchasable [('purchasable', '=', True)] many2one o.id Product int o.id ID char o.code Code char o.rec_name Record Name char o.name Name many2one o.category and o.category.id Category float o.list_price List Price float o.cost_price Cost Price float o.list_price - o.cost_price Unit Profit float 100 * (o.list_price - o.cost_price) / o.cost_price Unit Margin char o.type Type