[trunk/7.0] partner field is not filtered on customer invoice form view

Bug #1099166 reported by Nicolas JEUDY
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Committed
Medium
OpenERP R&D Addons Team 3

Bug Description

Version: runbot 7.0 last version
To reproduce:

- Create a customer invoice,
- Select partner, partner list is not filtered on customer.

see video.

Related branches

Revision history for this message
Nicolas JEUDY (njeudy) wrote :
Revision history for this message
Nicolas JEUDY (njeudy) wrote :

Add correct filter and more:

- partner.customer = 1
- parent_id.customer = 1
- partner.type = invoice or default or ''

Revision history for this message
Serpent Consulting Services (serpent-consulting-services) wrote :

We confirm the problem!

Amit Parik (amit-parik)
summary: - [7.0] partner field is not filtered on customer invoice form view
+ [trunk/7.0] partner field is not filtered on customer invoice form view
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Ravish(OpenERP) (rmu-openerp) wrote :

Hello,

           It has been Fixed in : lp:~openerp-dev/openobject-addons/trunk-bug-1099166-rmu
           Revno: 8504
           Revision ID: <email address hidden>

It will be merged soon with trunk

Thanks,

Changed in openobject-addons:
status: Confirmed → Fix Committed
Revision history for this message
James Alvarez (v-jp) wrote :

Version 7.0, nightly

Also the "Supplier Payments" is not filtered. To replicate:

1. Create a New Supplier Payment
2. The Supplier field is not filtered

It was solved by adding (line 140):

domain="[('supplier', '=', True)]"

Revision history for this message
James Alvarez (v-jp) wrote :

Here's the patch for the filter issue in Supplier Payments.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.