Merge lp:~jfb-tempo-consulting/unifield-server/US-9279 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 6304
Proposed branch: lp:~jfb-tempo-consulting/unifield-server/US-9279
Merge into: lp:unifield-server
Diff against target: 19 lines (+2/-0)
1 file modified
bin/addons/register_accounting/wizard/wizard_cash_return.py (+2/-0)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-server/US-9279
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+430087@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/register_accounting/wizard/wizard_cash_return.py'
2--- bin/addons/register_accounting/wizard/wizard_cash_return.py 2022-04-29 08:19:39 +0000
3+++ bin/addons/register_accounting/wizard/wizard_cash_return.py 2022-09-19 07:45:49 +0000
4@@ -287,6 +287,7 @@
5 'target': 'new',
6 'res_id': [wiz_id],
7 'context': context,
8+ 'keep_open': 1,
9 }
10
11 wizard_advance_line()
12@@ -1136,6 +1137,7 @@
13 'target': 'new',
14 'res_id': [wiz_id],
15 'context': context,
16+ 'keep_open': 1,
17 }
18
19 def fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False):

Subscribers

People subscribed via source and target branches