Ravish(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-999315-rmu into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #999315 in OpenERP Addons: "Cannot create a recurring model in accounting"
  https://bugs.launchpad.net/openobject-addons/+bug/999315

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-999315-rmu/+merge/115138

Hello,

Recurring model for account not showing account in account model line. Now it's 
working fine with this merge.

Thanks..!!! 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-999315-rmu/+merge/115138
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-999315-rmu.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2012-07-11 08:21:44 +0000
+++ account/account_view.xml	2012-07-16 13:18:23 +0000
@@ -1547,7 +1547,7 @@
                 <tree string="Journal Entry Model Line" editable="bottom">
                     <field name="sequence"/>
                     <field name="name"/>
-                    <field name="account_id" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation'), ('company_id', '=', parent.company_id)]"/>
+                    <field name="account_id" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
                     <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
                     <field name="partner_id"/>
                     <field name="debit"/>
@@ -1567,7 +1567,7 @@
                     <group col="4">
                         <field colspan="4" name="name"/>
                         <field name="sequence"/>
-                        <field name="account_id" domain="[('type','&lt;&gt;','view'), ('type','&lt;&gt;','consolidation'), ('company_id', '=', parent.company_id)]"/>
+                        <field name="account_id" domain="[('type','&lt;&gt;','view'), ('type','&lt;&gt;','consolidation')]"/>
                         <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
                         <field name="partner_id"/>
                         <field name="debit"/>

_______________________________________________
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