Commit faa9d9dd authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_production_planning: Update to new behaviour

* Add missing Proxy Role on Script and remove unecessary permission
* Add Matrix Mixin
* Add TextDocument for text_content
parent 47dd3e8c
<property_sheet_list>
<portal_type id="Production Planning">
<item>Task</item>
<item>TextDocument</item>
</portal_type>
<portal_type id="Production Planning Cell">
<item>ProductionPlanningCell</item>
......
<type_mixin>
<portal_type id="Production Planning">
<item>Matrix</item>
</portal_type>
</type_mixin>
\ No newline at end of file
......@@ -52,6 +52,14 @@
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ProductionPlanning_renderProductionPlanning</string> </value>
......
......@@ -42,9 +42,7 @@
<item>
<key> <string>guard_permission</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
Production Planning Cell | ProductionPlanningCell
Production Planning | Task
Production Planning | TextDocument
\ No newline at end of file
Production Planning | Matrix
\ 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