Hardik Sanchawat (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-acl-account-access-rights-hsa into 
lp:~openerp-dev/openobject-addons/trunk-acl-account.

Requested reviews:
  Jigar Amin  (OpenERP) (jam-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-acl-account-access-rights-hsa/+merge/128488

Hello,

Fixed Access Rights issue on Account Module.

Thanks
- HSA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-acl-account-access-rights-hsa/+merge/128488
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-acl-account.
=== modified file 'account/security/ir.model.access.csv'
--- account/security/ir.model.access.csv	2012-09-10 05:56:51 +0000
+++ account/security/ir.model.access.csv	2012-10-08 13:21:30 +0000
@@ -39,6 +39,7 @@
 access_account_payment_term_line_manager,account.payment.term.line,model_account_payment_term_line,account.group_account_manager,1,1,1,1
 access_account_tax_manager,account.tax,model_account_tax,account.group_account_manager,1,1,1,1
 access_account_journal_manager,account.journal,model_account_journal,account.group_account_manager,1,1,1,1
+access_account_journal_accountant,account.journal.accountant,model_account_journal,base.group_user,1,1,1,0
 access_account_journal_invoice,account.journal invoice,model_account_journal,account.group_account_invoice,1,0,0,0
 access_account_period_manager,account.period,model_account_period,account.group_account_manager,1,1,1,1
 access_account_period_invoice,account.period invoice,model_account_period,account.group_account_invoice,1,0,0,0

=== modified file 'account_budget/account_budget_view.xml'
--- account_budget/account_budget_view.xml	2012-09-17 10:03:06 +0000
+++ account_budget/account_budget_view.xml	2012-10-08 13:21:30 +0000
@@ -146,7 +146,7 @@
                                     <form string="Budget Lines" version="7.0">
                                         <group>
                                             <group>
-                                                <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
+                                                <field name="analytic_account_id"/>
                                                 <field name="general_budget_id"/>
                                                 <field name="planned_amount"/>
                                             </group>

=== modified file 'account_voucher/voucher_sales_purchase_view.xml'
--- account_voucher/voucher_sales_purchase_view.xml	2012-09-24 09:56:16 +0000
+++ account_voucher/voucher_sales_purchase_view.xml	2012-10-08 13:21:30 +0000
@@ -241,7 +241,7 @@
                         <page string="Bill Information">
                             <field name="line_dr_ids" on_change="onchange_price(line_dr_ids, tax_id, partner_id)" context="{'journal_id':journal_id,'partner_id':partner_id}">
                                 <tree string="Expense Lines" editable="bottom">
-                                    <field name="account_id" widget="selection" domain="[('user_type.report_type','=','expense'), ('type','!=','view')]" groups="account.group_account_user"/>
+                                    <field name="account_id" widget="selection" domain="[('user_type.report_type','=','expense'), ('type','!=','view')]"/>
                                     <field name="name"/>
                                     <field name="amount"/>
                                     <field name="account_analytic_id" groups="analytic.group_analytic_accounting"/>

=== modified file 'crm_claim/crm_claim_view.xml'
--- crm_claim/crm_claim_view.xml	2012-09-30 14:16:38 +0000
+++ crm_claim/crm_claim_view.xml	2012-10-08 13:21:30 +0000
@@ -256,6 +256,7 @@
             context="{'search_default_partner_id': [active_id], 'default_partner_id': active_id}"
             id="act_claim_partner"
             name="Claims"
+            groups="base.group_sale_manager"
             view_mode="tree,form"
             res_model="crm.claim"
             src_model="res.partner"/>

=== modified file 'warning/warning_view.xml'
--- warning/warning_view.xml	2012-08-31 13:50:10 +0000
+++ warning/warning_view.xml	2012-10-08 13:21:30 +0000
@@ -8,7 +8,7 @@
             <field name="inherit_id" ref="base.view_partner_form"/>
             <field name="arch" type="xml">
                 <notebook position="inside">
-                    <page string="Warnings">
+                    <page string="Warnings" groups="base.group_sale_manager">
                         <group colspan="2" col="2">
                             <separator string="Warning on the Sale Order" colspan="4"/>
                                 <field name="sale_warn" nolabel="1" />

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to