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