port fetchmail on prod only for v16

This commit is contained in:
Benoît Vézina 2023-07-10 12:54:28 -04:00
parent 4f9a05e05a
commit 5ab95874e7
4 changed files with 13 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# bemade-addons # bemade-addons Branch 16.0
Odoo Addons made by Bemade Odoo Addons made by Bemade

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
"name": "Fetchmail Only on production environment", "name": "Fetchmail Only on production environment",
"version": "15.0.0.0.1", "version": "16.0.0.0.1",
"category": "Extra Tools", "category": "Extra Tools",
'summary': 'Fetchmail Only on production environment', 'summary': 'Fetchmail Only on production environment',
"description": """ "description": """
@ -10,7 +10,7 @@
"author": "Bemade", "author": "Bemade",
'website': 'https://www.bemade.org', 'website': 'https://www.bemade.org',
"depends": [ "depends": [
'fetchmail', 'mail',
], ],
"data": [ "data": [
], ],

View file

@ -0,0 +1,10 @@
15.0.0.0.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Initial release
16.0.0.0.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Modification for V16 compatibility