diff --git a/product/ERP5/PropertySheet/Codification.py b/product/ERP5/PropertySheet/Codification.py
index 714f1a0da07f69ba112952fa32806b068c3bdfda..271fb6e3b76dc25ea66730f6e9921c645bb23a20 100644
--- a/product/ERP5/PropertySheet/Codification.py
+++ b/product/ERP5/PropertySheet/Codification.py
@@ -37,6 +37,13 @@ class Codification:
             'id'          : 'codification',
             'description' : 'a string which can be used to identify a category',
             'type'        : 'string',
+            'acquisition_base_category' : ('parent',),
+            'acquisition_portal_type'   : ('Category',),
+            'acquisition_copy_value'    : 0,
+            'acquisition_mask_value'    : 1,
+            'acquisition_sync_value'    : 0,
+            'acquisition_accessor_id'   : 'getCodification',
+            'acquisition_depends'       : None,
             'mode'        : 'w',
         },
     )