Browse Source

[IMP] improve order of cooperative status

pull/105/head
Thibault Francois 7 years ago
committed by Elouan
parent
commit
c5429e9378
  1. 1
      beesdoo_shift/models/cooperative_status.py

1
beesdoo_shift/models/cooperative_status.py

@ -29,6 +29,7 @@ class HistoryStatus(models.Model):
class CooperativeStatus(models.Model):
_name = 'cooperative.status'
_rec_name = 'cooperator_id'
_order = 'cooperator_id'
today = fields.Date(help="Field that allow to compute field and store them even if they are based on the current date")

Loading…
Cancel
Save