diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-08-19 11:03:43 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-08-19 11:03:43 +0700 |
| commit | 553ddb705044ec7ebe75361a0963564e6cde6b7b (patch) | |
| tree | 4cbcb2b5693e29ace16c044b31f70898012385cb /indoteknik_custom/security/ir.model.access.csv | |
| parent | b75b17182b374acc9a70d9cf45a501691428fbfe (diff) | |
fix approval sales order with super
Diffstat (limited to 'indoteknik_custom/security/ir.model.access.csv')
| -rwxr-xr-x | indoteknik_custom/security/ir.model.access.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/security/ir.model.access.csv b/indoteknik_custom/security/ir.model.access.csv index c43c17cc..08d8b519 100755 --- a/indoteknik_custom/security/ir.model.access.csv +++ b/indoteknik_custom/security/ir.model.access.csv @@ -8,5 +8,5 @@ access_x_product_tags,access.x.product.tags,model_x_product_tags,,1,1,1,1 access_stock_vendor,access.stock.vendor,model_stock_vendor,,1,1,1,1 access_user_activity_log,access.user.activity.log,model_user_activity_log,,1,1,1,1 access_purchase_pricelist,access.purchase.pricelist,model_purchase_pricelist,,1,1,1,1 -# access_sale_monitoring,access.sale.monitoring,model_sale_monitoring,,1,1,1,1 -# access_sale_monitoring_detail,access.sale.monitoring.detail,model_sale_monitoring_detail,,1,1,1,1
\ No newline at end of file +access_sale_monitoring,access.sale.monitoring,model_sale_monitoring,,1,1,1,1 +access_sale_monitoring_detail,access.sale.monitoring.detail,model_sale_monitoring_detail,,1,1,1,1
\ No newline at end of file |
