Public bug reported: Hi,
The wizard on payment order "Select invoices to pay" does not work consistently. The wizard contains two steps, represented by two different XML views that not distinguished by sequence. The problem is that the action that runs the wizard does not contain an explicit view ID. Therefore, either one of the two views is shown first. If this happens to be the second view, you can not properly select invoices. This problem occurs on today's openobject-addons/6.0 head. In openobject-addons/trunk, the view_id is already present on the action that calls the wizard and therefore the problem does not occur. Compare http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/view/head:/account_payment/wizard /account_payment_create_order_view.xml#L47 with http://bazaar.launchpad.net/~openerp/openobject- addons/6.0/view/head:/account_payment/wizard/account_payment_create_order_view.xml#L41 Note that in OpenERP release 6.0.3, the wizard is still unusable due to lp:834091. Cheers, Stefan. ** Affects: openobject-addons Importance: Undecided Status: New -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/903156 Title: [6.0] Payment order: select invoices to pay does not work all of the time Status in OpenERP Addons (modules): New Bug description: Hi, The wizard on payment order "Select invoices to pay" does not work consistently. The wizard contains two steps, represented by two different XML views that not distinguished by sequence. The problem is that the action that runs the wizard does not contain an explicit view ID. Therefore, either one of the two views is shown first. If this happens to be the second view, you can not properly select invoices. This problem occurs on today's openobject-addons/6.0 head. In openobject-addons/trunk, the view_id is already present on the action that calls the wizard and therefore the problem does not occur. Compare http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/view/head:/account_payment/wizard /account_payment_create_order_view.xml#L47 with http://bazaar.launchpad.net/~openerp/openobject- addons/6.0/view/head:/account_payment/wizard/account_payment_create_order_view.xml#L41 Note that in OpenERP release 6.0.3, the wizard is still unusable due to lp:834091. Cheers, Stefan. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/903156/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

