Commit dd3cbd63 authored by Romain Courteaud's avatar Romain Courteaud

slapos_pdm: set SoftwareProduct default quantity unit

parent 5d63afc5
...@@ -61,7 +61,8 @@ class SoftwareProduct(ERP5SoftwareProduct): ...@@ -61,7 +61,8 @@ class SoftwareProduct(ERP5SoftwareProduct):
default_category_list = ( default_category_list = (
'base_contribution/base_amount/invoicing/discounted', 'base_contribution/base_amount/invoicing/discounted',
'base_contribution/base_amount/invoicing/taxable', 'base_contribution/base_amount/invoicing/taxable',
'use/trade/sale' 'use/trade/sale',
'quantity_unit/time/month'
) )
def __getattribute__(self, name): def __getattribute__(self, name):
......
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