Merge lp:~openerp-dev/openobject-addons/trunk-bug-1099166-rmu into lp:openobject-addons

Proposed by Ravish(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1099166-rmu
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account/account_invoice_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1099166-rmu
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+143260@code.launchpad.net

Description of the change

Hello,

I have solved the issue of "partner field is not filtered on customer invoice form view "
Thanks,

To post a comment you must log in.

Unmerged revisions

8504. By Ravish(OpenERP)

partner field is not filtered on customer invoice form view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/account_invoice_view.xml'
2--- account/account_invoice_view.xml 2012-12-21 16:34:59 +0000
3+++ account/account_invoice_view.xml 2013-01-15 09:25:25 +0000
4@@ -321,7 +321,7 @@
5 <field string="Customer" name="partner_id"
6 on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)"
7 groups="base.group_user" context="{'search_default_customer':1, 'show_address': 1}"
8- options='{"always_reload": True}'/>
9+ options='{"always_reload": True}' domain="['|',('customer', '=', True),('parent_id.customer', '=', True),('type','in',('invoice','','default'))]"/>
10 <field name="fiscal_position" widget="selection" />
11 </group>
12 <group>

Subscribers

People subscribed via source and target branches

to all changes: