Commit 9f437c8d authored by Nicolas Dumazet's avatar Nicolas Dumazet

Add an 'abstract' group for Amount/Movement soon-to-be new portal types.

Those are required to spawn newTempXXX with portal types as classes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38539 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3de24e5b
......@@ -237,7 +237,10 @@ class ERP5TypeInformation(XMLObject,
'alarm', 'rule',
# ERP5 UBM (5 Classes)
'resource', 'node', 'item',
'path', # movement is generated from all *_movement group above
'path', # movement is generated from all *_movement group above.
# Documents need to have portal types associated to them
# just to be able to spawn temporary objects with the same behavior
'abstract',
# Trade
'discount', 'payment_condition', 'payment_node',
'supply', 'supply_path', 'inventory_movement', 'tax_movement',
......
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