X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=menus%2Fuser%2F10-order-controller.yaml;h=f4ec4d10f36eaca42de95ae243ae68953ae0fbbe;hb=19304dbf9867573d08a50b0a9eaaeb0f6d1332c9;hp=fc0bb664e98a16534cfd8a31c399fd8ab72f7259;hpb=f825d995db2667be33e98ced722ddf012b484642;p=kivitendo-erp.git diff --git a/menus/user/10-order-controller.yaml b/menus/user/10-order-controller.yaml index fc0bb664e..f4ec4d10f 100644 --- a/menus/user/10-order-controller.yaml +++ b/menus/user/10-order-controller.yaml @@ -1,22 +1,22 @@ - parent: ar id: ar_add_quotation - access: sales_quotation_edit & (!client/feature_experimental) + access: sales_quotation_edit & (!client/feature_experimental_order) - parent: ar id: ar_add_sales_order - access: sales_order_edit & (!client/feature_experimental) + access: sales_order_edit & (!client/feature_experimental_order) - parent: ap id: ap_add_rfq - access: request_quotation_edit & (!client/feature_experimental) + access: request_quotation_edit & (!client/feature_experimental_order) - parent: ap id: ap_add_purchase_order - access: purchase_order_edit & (!client/feature_experimental) + access: purchase_order_edit & (!client/feature_experimental_order) - parent: ar id: ar_add_quotation_experimental name: Add Quotation icon: quotation_add order: 250 - access: sales_quotation_edit & client/feature_experimental + access: sales_quotation_edit & client/feature_experimental_order params: action: Order/add type: sales_quotation @@ -25,7 +25,7 @@ name: Add Sales Order icon: sales_order_add order: 350 - access: sales_order_edit & client/feature_experimental + access: sales_order_edit & client/feature_experimental_order params: action: Order/add type: sales_order @@ -35,7 +35,7 @@ name: Add RFQ icon: rfq_add order: 150 - access: request_quotation_edit & client/feature_experimental + access: request_quotation_edit & client/feature_experimental_order params: action: Order/add type: request_quotation @@ -44,7 +44,7 @@ name: Add Purchase Order icon: purchase_order_add order: 250 - access: purchase_order_edit & client/feature_experimental + access: purchase_order_edit & client/feature_experimental_order params: action: Order/add type: purchase_order