openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #05079
[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-751507-jam into lp:openobject-addons
Jigar Amin - OpenERP has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-751507-jam into lp:openobject-addons.
Requested reviews:
Bhumika (OpenERP) (sbh-openerp)
Related bugs:
Bug #751507 in OpenERP Addons: "[PS] Redundancy when installing both the project_timesheet and analytic_account_analysis"
https://bugs.launchpad.net/openobject-addons/+bug/751507
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-751507-jam/+merge/56514
Hello,
Changes with merge proposal :
Bug #751507 :[PS] Redundancy when installing both the project_timesheet and analytic_account_analysis
Kindly Review this
Thank you
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-751507-jam/+merge/56514
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-751507-jam.
=== modified file 'account_analytic_analysis/account_analytic_analysis_menu.xml'
--- account_analytic_analysis/account_analytic_analysis_menu.xml 2011-01-14 00:11:01 +0000
+++ account_analytic_analysis/account_analytic_analysis_menu.xml 2011-04-06 06:39:27 +0000
@@ -8,7 +8,7 @@
<field name="res_model">account.analytic.line</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
- <field name="domain">[('invoice_id','=',False),('to_invoice','!=',False)]</field>
+ <field name="domain">[('invoice_id','=',False)]</field>
<field name="search_view_id" ref="account.view_account_analytic_line_filter"/>
</record>
<menuitem action="action_hr_tree_invoiced_all" id="menu_action_hr_tree_invoiced_all" parent="menu_invoicing" groups="base.group_extended"/>
Follow ups