improved access rights stock

bzr revid: fp@tinyerp.com-20100613213239-uagkel4z2im91nmj
This commit is contained in:
Fabien Pinckaers 2010-06-13 23:32:39 +02:00
parent 37763730aa
commit cd511aa7a0
1 changed files with 12 additions and 18 deletions

View File

@ -1,5 +1,6 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_stock_incoterms_all","stock.incoterms all","model_stock_incoterms",,1,0,0,0
"access_stock_incoterms_manager","stock.incoterms manager","model_stock_incoterms",stock.group_stock_manager,1,1,1,1
"access_stock_warehouse_manager","stock.warehouse.manager","model_stock_warehouse","stock.group_stock_manager",1,1,1,1
"access_stock_warehouse_user","stock.warehouse.user","model_stock_warehouse","base.group_user",1,0,0,0
"access_stock_location_manager","stock.location.manager","model_stock_location","stock.group_stock_manager",1,1,1,1
@ -16,24 +17,17 @@
"access_stock_location_product_manager","stock.location product manager","model_stock_location","product.group_product_manager",1,0,0,0
"access_stock_lines_date","report.stock.lines.date all","model_report_stock_lines_date",stock.group_stock_user,1,0,0,0
"access_stock_report_tracklots","stock.report.tracklots","model_stock_report_tracklots","stock.group_stock_user",1,1,1,1
"access_report_products_to_received_planned","report.products.to.received.planned","model_report_products_to_received_planned","stock.group_stock_user",1,0,0,0
"access_report_delivery_products_planned","report.delivery.products.planned","model_report_delivery_products_planned","stock.group_stock_user",1,0,0,0
"access_stock_move_track","stock.move.track","model_stock_move_track","stock.group_stock_user",1,0,0,0
"access_stock_move_consume","stock.move.consume","model_stock_move_consume","stock.group_stock_user",1,0,0,0
"access_stock_move_scrap","stock.move.scrap","model_stock_move_scrap","stock.group_stock_user",1,0,0,0
"access_stock_move_split","stock.move.split","model_stock_move_split","stock.group_stock_user",1,0,0,0
"access_stock_move_split_lines","stock.move.split.lines","model_stock_move_split_lines","stock.group_stock_user",1,0,0,0
"access_report_products_to_received_planned","report.products.to.received.planned","model_report_products_to_received_planned","stock.group_stock_user",1,0,0,0
"access_report_delivery_products_planned","report.delivery.products.planned","model_report_delivery_products_planned","stock.group_stock_user",1,0,0,0
"access_stock_move_track","stock.move.track","model_stock_move_track","stock.group_stock_user",1,0,0,0
"access_stock_move_consume","stock.move.consume","model_stock_move_consume","stock.group_stock_user",1,0,0,0
"access_stock_move_scrap","stock.move.scrap","model_stock_move_scrap","stock.group_stock_user",1,0,0,0
"access_stock_move_split","stock.move.split","model_stock_move_split","stock.group_stock_user",1,0,0,0
"access_stock_move_split_lines","stock.move.split.lines","model_stock_move_split_lines","stock.group_stock_user",1,0,0,0
"access_stock_inventory_set_stock_zero","stock.inventory.set.stock.zero","model_stock_inventory_set_stock_zero","stock.group_stock_user",1,0,0,0
"access_stock_fill_inventory","stock.fill.inventory","model_stock_fill_inventory","stock.group_stock_user",1,0,0,0
"access_stock_inventory_line_split","stock.inventory.line.split","model_stock_inventory_line_split","stock.group_stock_user",1,0,0,0
"access_stock_invoice_onshipping","stock.invoice.onshipping","model_stock_invoice_onshipping","stock.group_stock_user",1,0,0,0
"access_report_products_to_received_planned","report.products.to.received.planned","model_report_products_to_received_planned","stock.group_stock_user",1,1,1,1
"access_report_delivery_products_planned","report.delivery.products.planned","model_report_delivery_products_planned","stock.group_stock_user",1,1,1,1
"access_stock_move_track","stock.move.track","model_stock_move_track","stock.group_stock_user",1,1,1,1
"access_stock_move_consume","stock.move.consume","model_stock_move_consume","stock.group_stock_user",1,1,1,1
"access_stock_move_scrap","stock.move.scrap","model_stock_move_scrap","stock.group_stock_user",1,1,1,1
"access_stock_move_split","stock.move.split","model_stock_move_split","stock.group_stock_user",1,1,1,1
"access_stock_move_split_lines","stock.move.split.lines","model_stock_move_split_lines","stock.group_stock_user",1,1,1,1
"access_stock_inventory_set_stock_zero","stock.inventory.set.stock.zero","model_stock_inventory_set_stock_zero","stock.group_stock_user",1,1,1,1
"access_stock_fill_inventory","stock.fill.inventory","model_stock_fill_inventory","stock.group_stock_user",1,1,1,1
"access_stock_inventory_line_split","stock.inventory.line.split","model_stock_inventory_line_split","stock.group_stock_user",1,1,1,1
"access_stock_invoice_onshipping","stock.invoice.onshipping","model_stock_invoice_onshipping","stock.group_stock_user",1,1,1,1
"access_stock_location_product","stock.location.product","model_stock_location_product","stock.group_stock_user",1,0,0,0
"access_report_stock_picking","report.stock.picking","model_report_stock_picking","stock.group_stock_user",1,0,0,0
"access_stock_traceability_upstream","stock.traceability.upstream","model_stock_traceability_upstream","stock.group_stock_user",1,0,0,0

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_stock_incoterms_all stock.incoterms all model_stock_incoterms 1 0 0 0
3 access_stock_incoterms_manager stock.incoterms manager model_stock_incoterms stock.group_stock_manager 1 1 1 1
4 access_stock_warehouse_manager stock.warehouse.manager model_stock_warehouse stock.group_stock_manager 1 1 1 1
5 access_stock_warehouse_user stock.warehouse.user model_stock_warehouse base.group_user 1 0 0 0
6 access_stock_location_manager stock.location.manager model_stock_location stock.group_stock_manager 1 1 1 1
17 access_stock_location_product_manager stock.location product manager model_stock_location product.group_product_manager 1 0 0 0
18 access_stock_lines_date report.stock.lines.date all model_report_stock_lines_date stock.group_stock_user 1 0 0 0
19 access_stock_report_tracklots stock.report.tracklots model_stock_report_tracklots stock.group_stock_user 1 1 1 1
20 access_report_products_to_received_planned report.products.to.received.planned model_report_products_to_received_planned stock.group_stock_user 1 0 1 0 1 0 1
21 access_report_delivery_products_planned report.delivery.products.planned model_report_delivery_products_planned stock.group_stock_user 1 0 1 0 1 0 1
22 access_stock_move_track stock.move.track model_stock_move_track stock.group_stock_user 1 0 1 0 1 0 1
23 access_stock_move_consume stock.move.consume model_stock_move_consume stock.group_stock_user 1 0 1 0 1 0 1
24 access_stock_move_scrap stock.move.scrap model_stock_move_scrap stock.group_stock_user 1 0 1 0 1 0 1
25 access_stock_move_split stock.move.split model_stock_move_split stock.group_stock_user 1 0 1 0 1 0 1
26 access_stock_move_split_lines stock.move.split.lines model_stock_move_split_lines stock.group_stock_user 1 0 1 0 1 0 1
27 access_report_products_to_received_planned access_stock_inventory_set_stock_zero report.products.to.received.planned stock.inventory.set.stock.zero model_report_products_to_received_planned model_stock_inventory_set_stock_zero stock.group_stock_user 1 0 1 0 1 0 1
28 access_report_delivery_products_planned access_stock_fill_inventory report.delivery.products.planned stock.fill.inventory model_report_delivery_products_planned model_stock_fill_inventory stock.group_stock_user 1 0 1 0 1 0 1
29 access_stock_move_track access_stock_inventory_line_split stock.move.track stock.inventory.line.split model_stock_move_track model_stock_inventory_line_split stock.group_stock_user 1 0 1 0 1 0 1
30 access_stock_move_consume access_stock_invoice_onshipping stock.move.consume stock.invoice.onshipping model_stock_move_consume model_stock_invoice_onshipping stock.group_stock_user 1 0 1 0 1 0 1
access_stock_move_scrap stock.move.scrap model_stock_move_scrap stock.group_stock_user 1 0 0 0
access_stock_move_split stock.move.split model_stock_move_split stock.group_stock_user 1 0 0 0
access_stock_move_split_lines stock.move.split.lines model_stock_move_split_lines stock.group_stock_user 1 0 0 0
access_stock_inventory_set_stock_zero stock.inventory.set.stock.zero model_stock_inventory_set_stock_zero stock.group_stock_user 1 0 0 0
access_stock_fill_inventory stock.fill.inventory model_stock_fill_inventory stock.group_stock_user 1 0 0 0
access_stock_inventory_line_split stock.inventory.line.split model_stock_inventory_line_split stock.group_stock_user 1 0 0 0
access_stock_invoice_onshipping stock.invoice.onshipping model_stock_invoice_onshipping stock.group_stock_user 1 0 0 0
31 access_stock_location_product stock.location.product model_stock_location_product stock.group_stock_user 1 0 0 0
32 access_report_stock_picking report.stock.picking model_report_stock_picking stock.group_stock_user 1 0 0 0
33 access_stock_traceability_upstream stock.traceability.upstream model_stock_traceability_upstream stock.group_stock_user 1 0 0 0