Bhumi Thakkar (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-opw-574891-port-bth into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-574891-port-bth/+merge/136403

Hello,

"Unpaid Invoices" link do not display current journal's result (Result is 
wrong).

1. Accounting => Configuration => Journals => Journals
2. Open any journal in pageview or formview
3. Click on "Unpaid Invoices" from more option.

Observed: "Results are displayed wrong (not displayed current selected 
journal's unpaid invoices)."
Expected: "Displayed current selected journal's Unpaid invoices and in 
selection field selected value must be current journal. "

Domain is not set. I set domain value domain="[('journal_id','=', active_id)]".

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-574891-port-bth/+merge/136403
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-opw-574891-port-bth.
=== modified file 'account/account_invoice_view.xml'
--- account/account_invoice_view.xml	2012-11-26 18:28:11 +0000
+++ account/account_invoice_view.xml	2012-11-27 13:07:29 +0000
@@ -627,6 +627,7 @@
            id="act_account_journal_2_account_invoice_opened"
            name="Unpaid Invoices"
            context="{'search_default_journal_id': [active_id], 'search_default_unpaid':1, 'default_journal_id': active_id}"
+           domain="[('journal_id','=', active_id)]"
            res_model="account.invoice"
            src_model="account.journal"/>
 

_______________________________________________
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