Hello guys in odoo16 i can easy access fields quantity_done and reserved_availability but in odoo17 replaced so how can i access quantity_done and reserved_availability in odoo17
found in odoo 16 but not found in odoo17
quantity_done = fields.Float(
'Quantity Done', compute='_quantity_done_compute', digits='Product Unit of Measure',
reserved_availability = fields.Float(
'Quantity Reserved', compute='_compute_reserved_availability',
digits='Product Unit of Measure',
readonly=True, help='Quantity that has`your text` already been reserved for this move')
inverse='_quantity_done_set', store=True)
Check the stock: quantity pocalypse commit