mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] purchase_by_sale_history: migrate to Odoo 14.0
This commit is contained in:
committed by
Jared Kipe
parent
9f43c5a3c1
commit
a79b07c97b
@@ -1,7 +1,7 @@
|
||||
{
|
||||
'name': 'Purchase by Sale History',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'version': '13.0.1.0.0',
|
||||
'version': '14.0.1.0.0',
|
||||
'category': 'Purchases',
|
||||
'sequence': 95,
|
||||
'summary': 'Fill Purchase Orders by Sales History',
|
||||
@@ -14,6 +14,7 @@ Adds wizard to Purchase Orders that will fill the purchase order with products b
|
||||
'purchase',
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'wizard/purchase_by_sale_history_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
|
||||
2
purchase_by_sale_history/security/ir.model.access.csv
Normal file
2
purchase_by_sale_history/security/ir.model.access.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
|
||||
access_purchase_sale_history_make,access_purchase_sale_history_make,model_purchase_sale_history_make,base.group_user,1,1,1,0
|
||||
|
Reference in New Issue
Block a user