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

« back to all changes in this revision

Viewing changes to msf_audittrail/audittrail_data.yml

  • Committer: Quentin THEURET
  • Date: 2011-12-20 13:27:52 UTC
  • mto: This revision was merged to the branch mainline in revision 498.
  • Revision ID: qt@tempo-consulting.fr-20111220132752-yqpmp7fm2b7x7a39
UF-639 [FIX] Removed tracking of the 'state' field of purchase order line

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      fields = ['comment', 'confirmed_delivery_date', 'date_planned', 'default_code',
38
38
                'default_name', 'name', 'nomen_manda_0', 'nomen_manda_1', 'nomen_manda_2',
39
39
                'nomen_manda_3', 'notes', 'price_unit', 'product_qty', 'product_uom',
40
 
                'state', 'taxes_id']
 
40
                'taxes_id']
41
41
 
42
42
      fields_ids = self.pool.get('ir.model.fields').search(cr, uid, [('model', '=' ,'purchase.order.line'), ('name', 'in', fields)], context=context)
43
43
      field_name = self.pool.get('ir.model.fields').search(cr, uid, [('model', '=', 'purchase.order.line'), ('name', '=', 'line_number')], context=context)
62
62
                                     }, context=context)
63
63
                                    
64
64
      # Subscribe to the rule
65
 
      self.subscribe(cr, uid, rule_id)
 
 
b'\\ No newline at end of file'
 
65
      self.subscribe(cr, uid, rule_id)