The set_done method changes status to 'posted' instead of calling the post() method
Bug #1259484 reported by
xavi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Additional payment, bank statement and voucher addons for OpenERP |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When creating an order with the direct payment option and the entry_posted option of the journal is chosen, it changes the status to posted of the move when it should call the post method.
# Post the move
if order.mode.
move_
}, context)
It should be:
if order.mode.
move_obj.post()
Changed in account-payment: | |
status: | New → Confirmed |
To post a comment you must log in.