diff --git a/product/ERP5/PropertySheet/Computer.py b/product/ERP5/PropertySheet/Computer.py index fbedaea8506c131f28c5e1ed85cf447c20abe18b..1ce5c974d788480f71630bb8fe919893eda71511 100644 --- a/product/ERP5/PropertySheet/Computer.py +++ b/product/ERP5/PropertySheet/Computer.py @@ -51,4 +51,4 @@ class Computer: }, ) - _categories = ('product_line', 'role', 'function',) + _categories = ('product_line', 'role', 'function', 'group',)