We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18232fd commit 629eaaaCopy full SHA for 629eaaa
1 file changed
src/openprocurement/tender/pricequotation/models/tender.py
@@ -187,6 +187,9 @@ class Options:
187
ModelType(Document, required=True), default=list()
188
) # All documents and attachments related to the tender.
189
guarantee = ModelType(Guarantee)
190
+ procurementMethod = StringType(
191
+ choices=["open", "selective", "limited"], default="selective"
192
+ )
193
procurementMethodType = StringType(default=PMT)
194
profile = StringType()
195
shortlistedFirms = ListType(ModelType(ShortlistedFirm), default=list())
0 commit comments