[MIG] account_payment_order_notification: Migration to 14.0

TT40457
This commit is contained in:
Víctor Martínez
2022-11-14 08:29:43 +01:00
committed by Yadier A. De Quesada
parent 143f2a7e2b
commit d0f4e1b67c
11 changed files with 36 additions and 29 deletions

View File

@@ -1,2 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_payment_order_notification,account.payment.order.notification.manager,model_account_payment_order_notification,account_payment_order.group_account_payment,1,1,1,1
access_wizard_account_payment_order_notification,access_wizard_account_payment_order_notification,model_wizard_account_payment_order_notification,account_payment_order.group_account_payment,1,1,1,1
access_wizard_account_payment_order_notification_line,access_wizard_account_payment_order_notification_line,model_wizard_account_payment_order_notification_line,account_payment_order.group_account_payment,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_account_payment_order_notification account.payment.order.notification.manager model_account_payment_order_notification account_payment_order.group_account_payment 1 1 1 1
3 access_wizard_account_payment_order_notification access_wizard_account_payment_order_notification model_wizard_account_payment_order_notification account_payment_order.group_account_payment 1 1 1 1
4 access_wizard_account_payment_order_notification_line access_wizard_account_payment_order_notification_line model_wizard_account_payment_order_notification_line account_payment_order.group_account_payment 1 1 1 1