Commit e43c8253 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Support of aggregate is part of the core model of ERP5. It should thus be on...

Support of aggregate is part of the core model of ERP5. It should thus be on the properties of a movement.

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@35006 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 748a5036
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
......@@ -74,5 +75,7 @@ class Movement:
'mode' : 'w' },
)
_categories = ('order', 'specialise', Expression('python: portal.getPortalVariationBaseCategoryList()'))
_categories = ('order', 'specialise', 'aggregate',
Expression('python: portal.getPortalVariationBaseCategoryList()'),
)
# XXX Please check if it is meaningful to add order cat to all movemements ?
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