Commit 42e24af0 authored by Romain Courteaud's avatar Romain Courteaud

slapos_pdm: software_release is an optional variation

We can not update the Open Order every time one Instance is upgraded
parent 11e6654b
...@@ -57,6 +57,7 @@ class SoftwareProduct(ERP5SoftwareProduct): ...@@ -57,6 +57,7 @@ class SoftwareProduct(ERP5SoftwareProduct):
content_type = '' content_type = ''
variation_base_category_list = ('software_release', 'software_type', ) variation_base_category_list = ('software_release', 'software_type', )
optional_variation_base_category_list = ('software_release', )
default_category_list = ( default_category_list = (
'base_contribution/base_amount/invoicing/discounted', 'base_contribution/base_amount/invoicing/discounted',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment