Merge lp:~fabien-morin/unifield-server/fm-us-2047 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4125
Proposed branch: lp:~fabien-morin/unifield-server/fm-us-2047
Merge into: lp:unifield-server
Diff against target: 96 lines (+51/-6)
2 files modified
bin/addons/base/ir/ir_attachment.py (+4/-4)
bin/addons/msf_profile/i18n/fr_MF.po (+47/-2)
To merge this branch: bzr merge lp:~fabien-morin/unifield-server/fm-us-2047
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+313166@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/base/ir/ir_attachment.py'
--- bin/addons/base/ir/ir_attachment.py 2016-11-24 14:41:24 +0000
+++ bin/addons/base/ir/ir_attachment.py 2016-12-13 17:57:13 +0000
@@ -442,12 +442,12 @@
442442
443 _columns = {443 _columns = {
444 'name': fields.char('Path to save the attachments to', size=256,444 'name': fields.char('Path to save the attachments to', size=256,
445 help="The complet path to the local folder where Unifield will save attachment files.",445 help="The complete path to the local folder where Unifield will save attachment files.",
446 required=True),446 required=True),
447 'next_migration' : fields.datetime('Next migration date',447 'next_migration' : fields.datetime('Next migration date',
448 help="Next planned execution of thei migration to move the old attachment to the path you defined"),448 help="Next planned execution of the migration to move the old attachment to the path defined"),
449 'migration_date': fields.datetime('Last migration execution date', readonly=True),449 'migration_date': fields.datetime('Last migration execution date', readonly=True),
450 'migration_error': fields.text('Migration error', readonly=True),450 'migration_error': fields.text('Migration errors', readonly=True),
451 'is_migration_running': fields.function(_is_migration_running,451 'is_migration_running': fields.function(_is_migration_running,
452 type='boolean', string='Moving files...', method=True,452 type='boolean', string='Moving files...', method=True,
453 readonly=True),453 readonly=True),
@@ -614,7 +614,7 @@
614 'numbercall': 1,614 'numbercall': 1,
615 'active': True,615 'active': True,
616 }616 }
617 cron_obj.write(cr, uid, default_migrate_attachment.id, values, context=context) 617 cron_obj.write(cr, uid, default_migrate_attachment.id, values, context=context)
618 return super(attachment_config, self).write(cr, uid, ids, vals, context=context)618 return super(attachment_config, self).write(cr, uid, ids, vals, context=context)
619619
620attachment_config()620attachment_config()
621621
=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
--- bin/addons/msf_profile/i18n/fr_MF.po 2016-12-07 06:47:50 +0000
+++ bin/addons/msf_profile/i18n/fr_MF.po 2016-12-13 17:57:13 +0000
@@ -75286,16 +75286,61 @@
75286msgstr "Dossier d'enregistrement des pièces jointes"75286msgstr "Dossier d'enregistrement des pièces jointes"
7528775287
75288#. module: base75288#. module: base
75289#: help:attachment.config,name:075289#: field:attachment.config,next_migration:444
75290msgid "The complet path to the local folder where Unifield will save attachment files."75290msgid "Next migration date"
75291msgstr "Date de la prochaine migration"
75292
75293#. module: base
75294#: help:attachment.config,name:445
75295msgid "The complete path to the local folder where Unifield will save attachment files."
75291msgstr "Dossier dans lequel les pièces jointes seront stockées."75296msgstr "Dossier dans lequel les pièces jointes seront stockées."
7529275297
75293#. module: base75298#. module: base
75299#: help:attachment.config,next_migration:448
75300msgid "Next planned execution of the migration to move the old attachment to the path defined"
75301msgstr "Prochaine execution planifiée de migration pour déplacer les anciènes pièces jointes vers le nouveau chemin défini."
75302
75303#. module: base
75304#: field:attachment.config,migration_date:449
75305msgid "Last migration execution date"
75306msgstr "Date de la dernière migration"
75307
75308#. module: base
75309#: field:attachment.config,migration_error:450
75310msgid "Migration errors"
75311msgstr "Erreurs de migration"
75312
75313#. module: base
75314#: field:attachment.config,is_migration_running:452
75315msgid "Moving files..."
75316msgstr "Déplacement des fichiers..."
75317
75318#. module: base
75319#: field:attachment.config,moving_rate:454
75320msgid "Moving process"
75321msgstr "Avancement du déplacement"
75322
75323#. module: base
75324#: constraint:attachment.config:469
75325msgid "You cannot have more than one Attachment configuration"
75326msgstr "Vous ne pouvez pas avoir plus d'une configuration de pièces jointes"
75327
75328#. module: base
75294#: view:attachment.config:075329#: view:attachment.config:0
75295#: model:ir.model,name:base.model_attachment_config75330#: model:ir.model,name:base.model_attachment_config
75296msgid "Attachment configuration"75331msgid "Attachment configuration"
75297msgstr "Configuration des pièces jointes"75332msgstr "Configuration des pièces jointes"
7529875333
75334#. module: base
75335#: view:attachment.config:0
75336msgid "Old attachments migration"
75337msgstr "Migration des anciennes pièces jointes"
75338
75339#. module: base
75340#: view:attachment.config:0
75341msgid "Migrate old attachement to store them in local file system"
75342msgstr "Migrer les anciennes pièces jointes pour les stocker sur le système de fichier local"
75343
75299#. module: board75344#. module: board
75300#: code:addons/board/queries_finance.py:1175345#: code:addons/board/queries_finance.py:11
75301#: code:addons/board/queries_finance.py:3075346#: code:addons/board/queries_finance.py:30

Subscribers

People subscribed via source and target branches