~agilebg/sale-wkfl/7.0_add_product_pricelist_properties_based

« back to all changes in this revision

Viewing changes to sale_jit_on_services/procurement_workflow.xml

[ADD] sale_jit_on_services module that provide the mrp_jit feature but only on product of type service

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
  <data>
 
4
 
 
5
    <record model="workflow.transition" id="trans_direct_confirm_to_wait_services">
 
6
      <!-- Duplicates the transition between the act_confirm and act_confirm_wait activites
 
7
           but, this time, without the signal and only for services -->
 
8
      <field name="act_from" ref="procurement.act_confirm"/>
 
9
      <field name="act_to" ref="procurement.act_confirm_wait"/>
 
10
      <field name="condition">check_conditions_confirm2wait() and is_service()</field>
 
11
    </record>
 
12
 
 
13
  </data>
 
14
</openerp>