diff --git a/attachment_synchronize/__manifest__.py b/attachment_synchronize/__manifest__.py index 2c8dfa80d..b50774c2b 100644 --- a/attachment_synchronize/__manifest__.py +++ b/attachment_synchronize/__manifest__.py @@ -12,7 +12,7 @@ "category": "Generic Modules", "depends": [ "attachment_queue", - "storage_backend", # https://github.com/OCA/storage + "storage_backend", # https://github.com/OCA/storage ], "data": [ "views/attachment_queue_views.xml", diff --git a/attachment_synchronize/models/attachment_synchronize_task.py b/attachment_synchronize/models/attachment_synchronize_task.py index 257b3c21e..436c79a6a 100644 --- a/attachment_synchronize/models/attachment_synchronize_task.py +++ b/attachment_synchronize/models/attachment_synchronize_task.py @@ -85,20 +85,21 @@ class AttachmentSynchronizeTask(models.Model): file_type = fields.Selection( selection=[], string="File Type", - help="The file type allows Odoo to recognize what to do with the files " - "once imported.", + help="Used to fill the 'File Type' field in the imported 'Attachments Queues'." + "\nFurther operations will be realized on these Attachments Queues depending " + "on their 'File Type' value.", ) enabled = fields.Boolean("Enabled", default=True) avoid_duplicated_files = fields.Boolean( string="Avoid importing duplicated files", - help="If checked, a file will not be imported if there is already an " - "Attachment Queue with the same name.", + help="If checked, a file will not be imported if an Attachment Queue with the " + "same name already exists.", ) failure_emails = fields.Char( string="Failure Emails", - help="Used to fill the 'Failure Emails' fields in the 'Attachments Queues' " - "related to this task.\nThese emails will be notified if any operation on these " - "Attachment Queue's file type fails.", + help="Used to fill the 'Failure Emails' field in the 'Attachments Queues' " + "related to this task.\nAn alert will be sent to these emails if any operation " + "on these Attachment Queue's file type fails.", ) def _prepare_attachment_vals(self, data, filename): diff --git a/attachment_synchronize/views/attachment_synchronize_task_views.xml b/attachment_synchronize/views/attachment_synchronize_task_views.xml index 28a6812ad..7fe1d7999 100644 --- a/attachment_synchronize/views/attachment_synchronize_task_views.xml +++ b/attachment_synchronize/views/attachment_synchronize_task_views.xml @@ -123,14 +123,14 @@ {'default_method_type': 'import'} - + tree - + form @@ -155,14 +155,14 @@ {'default_method_type': 'export'} - + tree - + form