port fetchmail on prod only for v16
This commit is contained in:
parent
4f9a05e05a
commit
5ab95874e7
4 changed files with 13 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
# bemade-addons
|
# bemade-addons Branch 16.0
|
||||||
Odoo Addons made by Bemade
|
Odoo Addons made by Bemade
|
||||||
|
|
|
||||||
0
bemade_fetchmail_only_production/README.md
Normal file
0
bemade_fetchmail_only_production/README.md
Normal 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": [
|
||||||
],
|
],
|
||||||
|
|
|
||||||
10
bemade_fetchmail_only_production/readme/HISTORY.rst
Normal file
10
bemade_fetchmail_only_production/readme/HISTORY.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
15.0.0.0.1
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
|
||||||
|
16.0.0.0.1
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Modification for V16 compatibility
|
||||||
Loading…
Reference in a new issue