Merge lp:~unifield-team/unifield-server/us-1659 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 3962
Proposed branch: lp:~unifield-team/unifield-server/us-1659
Merge into: lp:unifield-server
Diff against target: 30 lines (+12/-0)
2 files modified
bin/addons/msf_doc_import/wizard/wizard_import_batch.py (+6/-0)
bin/addons/msf_profile/i18n/fr_MF.po (+6/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-1659
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+304984@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
=== modified file 'bin/addons/msf_doc_import/wizard/wizard_import_batch.py'
--- bin/addons/msf_doc_import/wizard/wizard_import_batch.py 2016-08-15 11:49:05 +0000
+++ bin/addons/msf_doc_import/wizard/wizard_import_batch.py 2016-09-06 09:22:09 +0000
@@ -161,6 +161,12 @@
161 save_error(errors)161 save_error(errors)
162 continue162 continue
163163
164 if all(not x for x in line_data):
165 save_warnings(
166 _('Line seemed empty, so this line was ignored')
167 )
168 continue
169
164 # Product170 # Product
165 product_id = None171 product_id = None
166 try:172 try:
167173
=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
--- bin/addons/msf_profile/i18n/fr_MF.po 2016-08-18 14:36:26 +0000
+++ bin/addons/msf_profile/i18n/fr_MF.po 2016-09-06 09:22:09 +0000
@@ -74416,3 +74416,9 @@
74416#, python-format74416#, python-format
74417msgid "The column '%s' is not present in the file."74417msgid "The column '%s' is not present in the file."
74418msgstr "La colonne '%s' n'est pas présente dans le fichier."74418msgstr "La colonne '%s' n'est pas présente dans le fichier."
74419
74420#. module: msf_doc_import
74421#: code:addons/msf_doc_import/wizard/wizard_import_batch.py:166
74422#, python-format
74423msgid "Line seemed empty, so this line was ignored"
74424msgstr "La ligne semblait vide, donc cette ligne a été ignorée"

Subscribers

People subscribed via source and target branches

to all changes: