From b9ba7e31236808c3754ec2525943e69c9b218e3c Mon Sep 17 00:00:00 2001 From: fayez Date: Tue, 19 Dec 2017 15:43:02 +0100 Subject: [PATCH] [MIG] attachment_preview: Migration to 11.0 --- .gitignore | 3 +++ attachment_preview/__init__.py | 1 - attachment_preview/__manifest__.py | 3 +-- attachment_preview/model/__init__.py | 1 - attachment_preview/model/ir_attachment.py | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 487c1549..9fa17fba 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ coverage.xml # Backup files *~ *.swp + +# Mac TMP Files +.DS_Store diff --git a/attachment_preview/__init__.py b/attachment_preview/__init__.py index fcf92314..7e0ad068 100644 --- a/attachment_preview/__init__.py +++ b/attachment_preview/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution diff --git a/attachment_preview/__manifest__.py b/attachment_preview/__manifest__.py index 01012f0d..ea1b1912 100644 --- a/attachment_preview/__manifest__.py +++ b/attachment_preview/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution @@ -20,7 +19,7 @@ ############################################################################## { "name": "Preview attachments", - "version": "8.0.1.1.0", + "version": "11.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", diff --git a/attachment_preview/model/__init__.py b/attachment_preview/model/__init__.py index 4466fe6d..c840d1f8 100644 --- a/attachment_preview/model/__init__.py +++ b/attachment_preview/model/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution diff --git a/attachment_preview/model/ir_attachment.py b/attachment_preview/model/ir_attachment.py index b00d3474..cb1714eb 100644 --- a/attachment_preview/model/ir_attachment.py +++ b/attachment_preview/model/ir_attachment.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution