mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[14.0][MIG]stock_report_quantity_by_location: module migration from 13.0 to 14.0
This commit is contained in:
committed by
Christopher Ormaza
parent
f3f21d7a03
commit
82af5b8ae9
@@ -9,6 +9,9 @@
|
|||||||
"category": "Warehouse Management",
|
"category": "Warehouse Management",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"depends": ["product", "stock"],
|
"depends": ["product", "stock"],
|
||||||
"data": ["wizards/stock_report_quantity_by_location_views.xml"],
|
"data": [
|
||||||
|
"wizards/stock_report_quantity_by_location_views.xml",
|
||||||
|
"security/ir.model.access.csv",
|
||||||
|
],
|
||||||
"installable": True,
|
"installable": True,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||||
|
access_stock_report_quantity_by_location_prepare,access_stock_report_quantity_by_location_prepare,model_stock_report_quantity_by_location_prepare,base.group_user,1,1,1,0
|
||||||
|
access_stock_report_quantity_by_location,access_stock_report_quantity_by_location,model_stock_report_quantity_by_location,base.group_user,1,1,1,0
|
||||||
|
Reference in New Issue
Block a user