mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] website_sale_payment_terms: give public user read access to payment terms
This commit is contained in:
@@ -17,6 +17,7 @@ Allow customers to choose payment terms if order total meets a configured thresh
|
||||
],
|
||||
'auto_install': False,
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/account_views.xml',
|
||||
'views/res_config_views.xml',
|
||||
'views/web_assets.xml',
|
||||
|
||||
2
website_sale_payment_terms/security/ir.model.access.csv
Normal file
2
website_sale_payment_terms/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_account_payment_term_public,account.payment.term.public,account.model_account_payment_term,,1,0,0,0
|
||||
|
Reference in New Issue
Block a user