Test Draft Orders
20
minutes
code
model.test_all_draft_orders()
No ZIP code on destination
No ZIP code on destination
50
sale.order
failed=not self.partner_shipping_id.zip
Not Enough Virtual Stock
Not Enough Virtual Stock
50
sale.order.line
failed=self.product_id and self.product_id.type == 'consu' and self.product_id.is_storable and self.virtual_available_at_date < self.product_uom_qty
Customer sale warning
The customer has a sale warning in his form
40
sale.order
failed=self.partner_id.sale_warn == "warning"
Product warning
The product has a warning in his form
40
sale.order.line
failed=self.product_id.sale_line_warn == "warning"