From 6acb5f4d3bb40ee88721006ab0f251418b070b2f Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Wed, 20 Nov 2019 11:39:06 +0530 Subject: [PATCH] [FIX] Bug Fixed 'base_account_budget' --- base_account_budget/__manifest__.py | 2 +- base_account_budget/doc/RELEASE_NOTES.md | 5 +++++ base_account_budget/security/ir.model.access.csv | 4 ++-- base_account_budget/views/account_budget_views.xml | 14 +++++++------- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/base_account_budget/__manifest__.py b/base_account_budget/__manifest__.py index 4c771fb37..186d16849 100644 --- a/base_account_budget/__manifest__.py +++ b/base_account_budget/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': 'Odoo 13 Budget Management', - 'version': '13.0.1.0.0', + 'version': '13.0.1.1.0', 'summary': """ Budget Management for Odoo 13 Community Edition. """, 'description': """ This module allows accountants to manage analytic and budgets. diff --git a/base_account_budget/doc/RELEASE_NOTES.md b/base_account_budget/doc/RELEASE_NOTES.md index 059effb6e..1829465e7 100644 --- a/base_account_budget/doc/RELEASE_NOTES.md +++ b/base_account_budget/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 13.0.1.0.0 #### ADD - Initial commit for base_account_budget + +#### 20.11.2019 +#### Version 13.0.1.1.0 +#### FIX +- Bug Fixed diff --git a/base_account_budget/security/ir.model.access.csv b/base_account_budget/security/ir.model.access.csv index 1cc44ad69..fa665f35f 100644 --- a/base_account_budget/security/ir.model.access.csv +++ b/base_account_budget/security/ir.model.access.csv @@ -1,6 +1,6 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_budget_budget,budget.budget,model_budget_budget,account.group_account_manager,1,0,0,0 -access_account_budget_post,account.budget.post,model_account_budget_post,account.group_account_manager,1,0,0,0 +access_budget_budget,budget.budget,model_budget_budget,account.group_account_manager,1,1,1,1 +access_account_budget_post,account.budget.post,model_account_budget_post,account.group_account_manager,1,1,1,1 access_account_budget_post_accountant,account.budget.post accountant,model_account_budget_post,account.group_account_user,1,1,1,1 access_budget_budget_accountant,budget.budget accountant,model_budget_budget,account.group_account_user,1,1,1,1 access_budget_lines_accountant,budget.lines accountant,model_budget_lines,account.group_account_user,1,1,1,1 diff --git a/base_account_budget/views/account_budget_views.xml b/base_account_budget/views/account_budget_views.xml index 69950b4de..f55a1daaf 100644 --- a/base_account_budget/views/account_budget_views.xml +++ b/base_account_budget/views/account_budget_views.xml @@ -176,29 +176,29 @@
-
+
-
- +
+
-
+
-
- - + + class="oe_kanban_avatar float-right"/>