Commit ff468c02 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_invoicing: select confirmed SM

parent 49937b8d
kw['parent_specialise_portal_type'] = 'Invoice Simulation Rule' kw['parent_specialise_portal_type'] = 'Invoice Simulation Rule'
kw['explanation_portal_type'] = 'Purchase Order', 'Purchase Packing List', 'Returned Purchase Packing List' kw['explanation_portal_type'] = 'Purchase Order', 'Purchase Packing List', 'Returned Purchase Packing List'
kw['grand_parent_simulation_state'] = 'started', 'stopped', 'delivered' kw['grand_parent_simulation_state'] = 'started', 'stopped', 'delivered', 'confirmed'
kw['portal_type'] = 'Simulation Movement' kw['portal_type'] = 'Simulation Movement'
kw['delivery_uid'] = None kw['delivery_uid'] = None
......
kw['parent_specialise_portal_type'] = 'Invoice Simulation Rule' kw['parent_specialise_portal_type'] = 'Invoice Simulation Rule'
kw['explanation_portal_type'] = 'Sale Order', 'Sale Packing List', 'Returned Sale Packing List' kw['explanation_portal_type'] = 'Sale Order', 'Sale Packing List', 'Returned Sale Packing List'
kw['portal_type'] = 'Simulation Movement' kw['portal_type'] = 'Simulation Movement'
kw['grand_parent_simulation_state'] = 'started', 'stopped', 'delivered' kw['grand_parent_simulation_state'] = 'started', 'stopped', 'delivered', 'confirmed'
kw['delivery_uid'] = None kw['delivery_uid'] = None
kw['left_join_list'] = ['delivery_uid'] kw['left_join_list'] = ['delivery_uid']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment