Loading tests/scenario_member.rst +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ Test member expulsion:: >>> member.click('stop') #doctest: +ELLIPSIS Traceback (most recent call last): ... trytond.modules.association.exceptions.MemberUnpaiedFeeError: (...) trytond.modules.association.exceptions.MemberUnpaidFeeError: (...) >>> move_wiz = Wizard('account.move.cancel',[fee.move]) >>> move_wiz.form.description = 'Cancel' >>> move_wiz.execute('cancel') Loading Loading
tests/scenario_member.rst +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ Test member expulsion:: >>> member.click('stop') #doctest: +ELLIPSIS Traceback (most recent call last): ... trytond.modules.association.exceptions.MemberUnpaiedFeeError: (...) trytond.modules.association.exceptions.MemberUnpaidFeeError: (...) >>> move_wiz = Wizard('account.move.cancel',[fee.move]) >>> move_wiz.form.description = 'Cancel' >>> move_wiz.execute('cancel') Loading