diff --git a/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_rule.xml b/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_rule.xml index c290137e99563a0519a8d971f60b4596d03b9309..d21decd5fa62b1abf1df24885038914dddfaa423 100644 --- a/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_rule.xml +++ b/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_rule.xml @@ -9,6 +9,30 @@ </pickle> <pickle> <dictionary> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> <item> <key> <string>_count</string> </key> <value> @@ -49,10 +73,22 @@ <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>default_reference</string> </key> <value> <string>default_order_rule</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>expandable_property</string> </key> <value> @@ -77,6 +113,7 @@ <string>price_currency</string> <string>quantity</string> <string>quantity_unit</string> + <string>incoterm</string> </tuple> </value> </item> diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision index 191829efad4f7b6293301a32fb61608624f07377..ffad77660d58cac71bebe6d65fdb62d4eb628aac 100644 --- a/bt5/erp5_trade/bt/revision +++ b/bt5/erp5_trade/bt/revision @@ -1 +1 @@ -735 \ No newline at end of file +736 \ No newline at end of file