Add module stock_valuation_xlsx_viewer

This commit is contained in:
Alexis de Lattre
2025-04-01 09:40:34 +02:00
parent 041aae3e17
commit e5632abb97
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_stock_expiry_depreciation_rule_read,Read access on stock.expiry.depreciation.rule to stock user,stock_valuation_xlsx.model_stock_expiry_depreciation_rule,stock_viewer.group_stock_viewer,1,0,0,0
access_stock_valuation_xlsx,stock.valuation.xlsx wizard,stock_valuation_xlsx.model_stock_valuation_xlsx,stock_viewer.group_stock_viewer,1,1,1,0
access_stock_variation_xlsx,stock.variation.xlsx wizard,stock_valuation_xlsx.model_stock_variation_xlsx,stock_viewer.group_stock_viewer,1,1,1,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_stock_expiry_depreciation_rule_read Read access on stock.expiry.depreciation.rule to stock user stock_valuation_xlsx.model_stock_expiry_depreciation_rule stock_viewer.group_stock_viewer 1 0 0 0
3 access_stock_valuation_xlsx stock.valuation.xlsx wizard stock_valuation_xlsx.model_stock_valuation_xlsx stock_viewer.group_stock_viewer 1 1 1 0
4 access_stock_variation_xlsx stock.variation.xlsx wizard stock_valuation_xlsx.model_stock_variation_xlsx stock_viewer.group_stock_viewer 1 1 1 0