ajay javiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-budget-aja into 
lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-budget-aja/+merge/124397

Hello,
In Budget solve issue 
1)add a row" in "budget lines" tab: impossible to save.
2)click on "add a row" in the "budget lines" popup => create  and edit 
"budgetary position": error message "invalid architecture: no  view of type 
graph".
Thank You.

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-budget-aja/+merge/124397
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa.
=== modified file 'account_budget/account_budget_view.xml'
--- account_budget/account_budget_view.xml	2012-08-08 10:59:07 +0000
+++ account_budget/account_budget_view.xml	2012-09-14 11:55:26 +0000
@@ -62,12 +62,7 @@
                             <field name="account_ids"/>
                         </page>
                         <page string="Budget Lines">
-                            <field name="crossovered_budget_line" widget="one2many_list" mode="graph,tree">
-                                <graph type="bar" string="Lines">
-                                    <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
-                                    <field name="planned_amount" operator="+"/>
-                                    <field group="True" name="general_budget_id"/>
-                                </graph>
+                            <field name="crossovered_budget_line" widget="one2many_list" mode="tree">
                                 <tree string="Budget Lines"  editable="top">
                                     <field name="crossovered_budget_id"/>
                                     <field name="analytic_account_id" groups="analytic.group_analytic_accounting" domain="[('parent_id','!=',False)]"/>

=== modified file 'account_budget/security/account_budget_security.xml'
--- account_budget/security/account_budget_security.xml	2011-02-28 13:57:54 +0000
+++ account_budget/security/account_budget_security.xml	2012-09-14 11:55:26 +0000
@@ -22,6 +22,10 @@
             <field eval="True" name="global"/>
             <field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
         </record>
+        
+        <record model="res.users" id="base.user_root">
+            <field eval="[(4,ref('analytic.group_analytic_accounting'))]" name="groups_id"/>
+        </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