openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #00463
[Merge] lp:~openerp-community/openobject-addons/fix-trunk-819242 into lp:openobject-addons
Niels Huylebroeck has proposed merging lp:~openerp-community/openobject-addons/fix-trunk-819242 into lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-community/openobject-addons/fix-trunk-819242/+merge/70123
--
https://code.launchpad.net/~openerp-community/openobject-addons/fix-trunk-819242/+merge/70123
Your team OpenERP Community is subscribed to branch lp:~openerp-community/openobject-addons/fix-trunk-819242.
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2011-07-22 13:42:35 +0000
+++ account/account_view.xml 2011-08-02 08:11:30 +0000
@@ -1102,7 +1102,7 @@
<separator string="Internal Note" colspan="4"/>
<field name="narration" colspan="4" nolabel="1"/>
</page>
- <page string="Analytic Lines" groups="base.group_analytic_accounting">
+ <page string="Analytic Lines" groups="analytic.group_analytic_accounting">
<field colspan="4" name="analytic_lines" nolabel="1" context="{'default_general_account_id':account_id, 'default_name': name, 'default_date':date, 'amount': (debit or 0.0)-(credit or 0.0)}"/>
</page>
</notebook>
@@ -1149,7 +1149,7 @@
<field name="reconcile_partial_id"/>
<field name="state"/>
</page>
- <page string="Analytic Lines" groups="base.group_analytic_accounting">
+ <page string="Analytic Lines" groups="analytic.group_analytic_accounting">
<field colspan="4" name="analytic_lines" nolabel="1" />
</page>
</notebook>
@@ -1397,7 +1397,7 @@
<separator string="Internal Note" colspan="4"/>
<field name="narration" colspan="4" nolabel="1"/>
</page>
- <page string="Analytic Lines" groups="base.group_analytic_accounting">
+ <page string="Analytic Lines" groups="analytic.group_analytic_accounting">
<field colspan="4" name="analytic_lines" nolabel="1" context="{'default_general_account_id':account_id, 'default_name': name, 'default_date':date, 'amount': (debit or 0.0)-(credit or 0.0)}"/>
</page>
</notebook>
Follow ups