Commit 5a2efe5b authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added product line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2486 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c99b44b
......@@ -103,6 +103,9 @@ class Amount:
'acquisition_accessor_id' : 'getEfficiency',
'acquisition_depends' : None,
'alt_accessor_id' : ('getTargetEfficiency', ),
#'get_adapter_id' :
#'set_adapater_id' :
#'has_adapater_id' :
'mode' : 'w' },
# Planning
{ 'id' : 'target_quantity',
......@@ -135,4 +138,10 @@ class Amount:
'mode' : 'w' },
)
_categories = ('resource', 'quantity_unit')
_categories = ('resource', 'quantity_unit',
# Acquired categories
'product_line', )
\ No newline at end of file
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