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
=== modified file 'account/account_invoice_view.xml'
--- account/account_invoice_view.xml 2012-12-21 16:34:59 +0000
+++ account/account_invoice_view.xml 2013-01-15 09:25:25 +0000
@@ -321,7 +321,7 @@
321 <field string="Customer" name="partner_id"321 <field string="Customer" name="partner_id"
322 on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)"322 on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)"
323 groups="base.group_user" context="{'search_default_customer':1, 'show_address': 1}"323 groups="base.group_user" context="{'search_default_customer':1, 'show_address': 1}"
324 options='{"always_reload": True}'/>324 options='{"always_reload": True}' domain="['|',('customer', '=', True),('parent_id.customer', '=', True),('type','in',('invoice','','default'))]"/>
325 <field name="fiscal_position" widget="selection" />325 <field name="fiscal_position" widget="selection" />
326 </group>326 </group>
327 <group>327 <group>

Subscribers

People subscribed via source and target branches

to all changes: