[MIG] purchase_by_sale_history: migrate to Odoo 14.0

This commit is contained in:
Leighton Pennicott
2020-11-25 10:46:53 -05:00
committed by Jared Kipe
parent 9f43c5a3c1
commit a79b07c97b
2 changed files with 4 additions and 1 deletions

View File

@@ -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,

View 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
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_purchase_sale_history_make access_purchase_sale_history_make model_purchase_sale_history_make base.group_user 1 1 1 0