From 5ab95874e7a93b4bc07d918e18b81f4cb5600e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20V=C3=A9zina?= Date: Mon, 10 Jul 2023 12:54:28 -0400 Subject: [PATCH] port fetchmail on prod only for v16 --- README.md | 2 +- bemade_fetchmail_only_production/README.md | 0 bemade_fetchmail_only_production/__manifest__.py | 4 ++-- bemade_fetchmail_only_production/readme/HISTORY.rst | 10 ++++++++++ 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 bemade_fetchmail_only_production/README.md create mode 100644 bemade_fetchmail_only_production/readme/HISTORY.rst diff --git a/README.md b/README.md index 10389a3..fea6c87 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# bemade-addons +# bemade-addons Branch 16.0 Odoo Addons made by Bemade diff --git a/bemade_fetchmail_only_production/README.md b/bemade_fetchmail_only_production/README.md new file mode 100644 index 0000000..e69de29 diff --git a/bemade_fetchmail_only_production/__manifest__.py b/bemade_fetchmail_only_production/__manifest__.py index 200ad44..3553212 100644 --- a/bemade_fetchmail_only_production/__manifest__.py +++ b/bemade_fetchmail_only_production/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Fetchmail Only on production environment", - "version": "15.0.0.0.1", + "version": "16.0.0.0.1", "category": "Extra Tools", 'summary': 'Fetchmail Only on production environment', "description": """ @@ -10,7 +10,7 @@ "author": "Bemade", 'website': 'https://www.bemade.org', "depends": [ - 'fetchmail', + 'mail', ], "data": [ ], diff --git a/bemade_fetchmail_only_production/readme/HISTORY.rst b/bemade_fetchmail_only_production/readme/HISTORY.rst new file mode 100644 index 0000000..cab19ad --- /dev/null +++ b/bemade_fetchmail_only_production/readme/HISTORY.rst @@ -0,0 +1,10 @@ +15.0.0.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Initial release + + +16.0.0.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Modification for V16 compatibility \ No newline at end of file