diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py index 44b5b50c04ebbf14bdbd0aac92004f4fc2bbefaa..7eb473cd55e096b4bdf9dfc9ea7fbc1459a9f05f 100644 --- a/product/ERP5Type/Base.py +++ b/product/ERP5Type/Base.py @@ -2233,6 +2233,8 @@ class Base( CopyContainer, 'Career': dict(default_career='Default Career'), 'Payment Condition': dict(default_payment_condition= 'Default Payment Condition'), + 'Annotation Line': dict(default_annotation_line= + 'Default Annotation Line'), 'Image': dict(default_image='Default Image'), 'Purchase Supply Line': dict(purchase_supply_line= 'Default Purchase Supply Line'),