Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openprocurement/openprocurement.t…
Browse files Browse the repository at this point in the history
…ender.openua
  • Loading branch information
vmaksymiv committed Mar 25, 2016
2 parents 14d5cb7 + 4f4b0b5 commit ce88e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openprocurement/tender/openua/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,9 @@ class Options:
items = ListType(ModelType(Item), required=True, min_size=1, validators=[validate_cpv_group, validate_items_uniq]) # The goods and services to be purchased, broken into line items wherever possible. Items should not be duplicated, but a quantity of 2 specified instead.
cancellations = ListType(ModelType(Cancellation), default=list())

create_accreditation = 3
edit_accreditation = 4

def __acl__(self):
acl = [
(Allow, '{}_{}'.format(i.owner, i.owner_token), 'create_award_complaint')
Expand Down

0 comments on commit ce88e80

Please sign in to comment.