~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to sale_override/sale_view.xml

  • Committer: Quentin THEURET
  • Date: 2014-11-03 11:10:22 UTC
  • mto: (2319.1.3 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 2338.
  • Revision ID: qt@tempo-consulting.fr-20141103111022-5u06ptv9ddhrt46c
UFTP-359 [FIX] Display the good FO/IR on the Sourcing progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
548
548
                <search string="Sourcing progress">
549
549
                    <filter string="Done" name="done" domain="[('end_date', '!=', False)]" icon="terp-check" />
550
550
                    <filter string="In Progress" name="progress" domain="[('end_date', '=', False), ('start_date', '!=', False)]" icon="gtk-execute" />
551
 
                    <field name="order_id" context="{'procurement_order': True}" />
 
551
                    <field name="order_id" context="{'procurement_order': True, 'active_test': False}"
 
552
                           domain="[('state', '!=', 'draft'), '|', ('procurement_request', '=', True), ('split_type_sale_order', '=', 'original_sale_order')]"/>
552
553
                    <field name="start_date" />
553
554
                </search>
554
555
            </field>