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

« back to all changes in this revision

Viewing changes to procurement_report/min_max_report.py

  • Committer: Quentin THEURET
  • Date: 2015-05-26 14:25:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2501.
  • Revision ID: qt@tempo-consulting.fr-20150526142523-0eo82dcmuz40ebtn
US-237 [FIX] Add _rec_name attribute on osv.osv models that have no one

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class min_max_rules_report(osv.osv):
27
27
    _name = 'min.max.rules.report'
 
28
    _rec_name = 'rule_id'
28
29
    _auto = False
29
30
    _order = 'product_reference, product_name, product_id, location_id'
30
31