crash vendor/customer payment form when new

Bug #651265 reported by Cristian Salamea
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

Hello, in fresh installation for payment in trunk at revno 4121 for addons try this:
Create an vendor invoice
Validate invoice
Open Vendor Payments
Click on New Button, then crash and get this error: http://bit.ly/c2zTGL

Revision history for this message
Cristian Salamea (ovnicraft) wrote :

using account_voucher module

Revision history for this message
Cristian Salamea (ovnicraft) wrote :

Working with pdb at screen.py#540 line i found the xml crashing is this: http://bit.ly/c6jBJC from lxml-dev list support says:

attrs=\'{\'readonly\':[(\'state\',\'=\',\'valid\')]}\'

should maybe be

attrs="\'{\'readonly\':[(\'state\',\'=\',\'valid\')]}\'"

i want to confirm if thats created in account/account_move_line.py#950 line

 attrs.append("attrs='{'readonly':[('state','=','valid')]}'") if yes it must fixed

Revision history for this message
Cristian Salamea (ovnicraft) wrote :

Fix released at revno #4053

Changed in openobject-addons:
status: New → Invalid
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.