Ravi Gohil (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.0-bug-781790-rgo into 
lp:openobject-addons/6.0.

Requested reviews:
  Jay Vora (OpenERP) (jvo-openerp)
Related bugs:
  Bug #781790 in OpenERP Addons: "[account_budget] impossible to create budget 
lines"
  https://bugs.launchpad.net/openobject-addons/+bug/781790

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-bug-781790-rgo/+merge/63684

Hello,

There was an issue with budget line creation while creating budget. 
I have added Admin user to the analytic group by default.
This solves the issue.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-bug-781790-rgo/+merge/63684
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-bug-781790-rgo.
=== modified file 'account_budget/account_budget_view.xml'
--- account_budget/account_budget_view.xml	2011-01-14 00:11:01 +0000
+++ account_budget/account_budget_view.xml	2011-06-07 11:38:27 +0000
@@ -222,7 +222,7 @@
             <field name="arch" type="xml">
                 <form string="Budget Lines">
                     <field name="crossovered_budget_id"/>
-                    <field name="analytic_account_id" select="1" groups="analytic.group_analytic_accounting"/>
+                    <field name="analytic_account_id" select="1"/>
                     <field name="general_budget_id" select="1"/>
                     <field name="date_from"/>
                     <field name="date_to"/>

=== modified file 'analytic/security/analytic_security.xml'
--- analytic/security/analytic_security.xml	2011-02-28 13:57:54 +0000
+++ analytic/security/analytic_security.xml	2011-06-07 11:38:27 +0000
@@ -9,5 +9,6 @@
     </record>
     <record id="group_analytic_accounting" model="res.groups" context="{'noadmin':True}">
         <field name="name">Useability / Analytic Accounting</field>
+        <field name="users" eval="[(6,0,[ref('base.user_root')])]"/>
     </record>
 </data></openerp>

_______________________________________________
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