Merge lp:~mukunde/unifield-server/US-12738 into lp:unifield-server

Proposed by jftempo
Status: Needs review
Proposed branch: lp:~mukunde/unifield-server/US-12738
Merge into: lp:unifield-server
Diff against target: 25 lines (+2/-2)
2 files modified
bin/addons/account/wizard/account_validate_account_move.py (+1/-1)
bin/addons/msf_profile/i18n/fr_MF.po (+1/-1)
To merge this branch: bzr merge lp:~mukunde/unifield-server/US-12738
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+465656@code.launchpad.net
To post a comment you must log in.
lp:~mukunde/unifield-server/US-12738 updated
6227. By Gaël Mukunde

MERGE UF33.0rc1

Unmerged revisions

6227. By Gaël Mukunde

MERGE UF33.0rc1

6226. By Gaël Mukunde

US-12738 [IMP] Improve the error message in the generate entries

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/account/wizard/account_validate_account_move.py'
2--- bin/addons/account/wizard/account_validate_account_move.py 2022-03-11 16:27:36 +0000
3+++ bin/addons/account/wizard/account_validate_account_move.py 2024-05-23 13:45:31 +0000
4@@ -40,7 +40,7 @@
5 moves.append(line.move_id)
6 moves = list(set(moves))
7 if not moves:
8- raise osv.except_osv(_('Warning'), _('Selected Entry Lines does not have any account move enties in draft state'))
9+ raise osv.except_osv(_('Warning'), _('Selected Entry Lines does not have any account move entries in draft state'))
10 # check G/L account validity
11 for am in moves:
12 for aml in am.line_id:
13
14=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
15--- bin/addons/msf_profile/i18n/fr_MF.po 2024-05-13 14:57:19 +0000
16+++ bin/addons/msf_profile/i18n/fr_MF.po 2024-05-23 13:45:31 +0000
17@@ -59560,7 +59560,7 @@
18 #. module: account
19 #: code:addons/account/wizard/account_validate_account_move.py:61
20 #, python-format
21-msgid "Selected Entry Lines does not have any account move enties in draft state"
22+msgid "Selected Entry Lines does not have any account move entries in draft state"
23 msgstr "Lignes d'entrées sélectionnées n'ont pas d'entrées de mouvement de compte en mode brouillon"
24
25 #. module: msf_doc_import

Subscribers

People subscribed via source and target branches