Ivan Yelizariev
9 years ago
30 changed files with 121 additions and 106 deletions
-
2mail_all/tests/test_js.py
-
2mail_archives/tests/test_js.py
-
12mail_check_immediately/__openerp__.py
-
14mail_delete_odoo_footer/__openerp__.py
-
10mail_fix_553/__openerp__.py
-
18mail_fix_553/mail_fix_553.py
-
14mail_fix_empty_body/__openerp__.py
-
1mail_fix_empty_body/models.py
-
10mail_fix_header_from/__openerp__.py
-
16mail_move_message/__openerp__.py
-
4mail_move_message/controllers/main.py
-
31mail_move_message/mail_move_message_models.py
-
14mail_outgoing/__openerp__.py
-
4mail_outgoing/mail_outgoing_models.py
-
12mail_partner_lang/__openerp__.py
-
11mail_partner_lang/models.py
-
2mail_recovery/__openerp__.py
-
6mail_sent/models.py
-
2mail_sent/tests/test_js.py
-
1mailgun/models.py
-
14mass_mailing_extra/__openerp__.py
-
8mass_mailing_extra/models.py
-
1res_partner_mails_count/tests/test_mail.py
-
4res_partner_mails_count/tests/test_phantom.py
@ -1,12 +1,12 @@ |
|||
{ |
|||
'name' : 'Delete Odoo footer in email (TODO)', |
|||
'version' : '1.0.0', |
|||
'author' : 'IT-Projects LLC, Ivan Yelizariev', |
|||
'name': 'Delete Odoo footer in email (TODO)', |
|||
'version': '1.0.0', |
|||
'author': 'IT-Projects LLC, Ivan Yelizariev', |
|||
'license': 'LGPL-3', |
|||
"category": "Discuss", |
|||
'website' : 'https://yelizariev.github.io', |
|||
'depends' : [], |
|||
'data':[ |
|||
], |
|||
'website': 'https://yelizariev.github.io', |
|||
'depends': [], |
|||
'data': [ |
|||
], |
|||
'installable': False |
|||
} |
@ -1,11 +1,11 @@ |
|||
{ |
|||
"name" : "Fix mail error 553", |
|||
"version" : "0.3", |
|||
"author" : "IT-Projects LLC, Ivan Yelizariev", |
|||
"name": "Fix mail error 553", |
|||
"version": "0.3", |
|||
"author": "IT-Projects LLC, Ivan Yelizariev", |
|||
'license': 'LGPL-3', |
|||
"category": "Discuss", |
|||
"website" : "https://yelizariev.github.io", |
|||
"depends" : ["base", "mail"], |
|||
"website": "https://yelizariev.github.io", |
|||
"depends": ["base", "mail"], |
|||
"data": ["data.xml"], |
|||
'installable': False |
|||
} |
@ -1,14 +1,14 @@ |
|||
{ |
|||
'name' : 'Fix "False" in empty email body', |
|||
'version' : '1.0.0', |
|||
'author' : 'IT-Projects LLC, Ivan Yelizariev', |
|||
'name': 'Fix "False" in empty email body', |
|||
'version': '1.0.0', |
|||
'author': 'IT-Projects LLC, Ivan Yelizariev', |
|||
'license': 'LGPL-3', |
|||
"category": "Discuss", |
|||
'website' : 'https://twitter.com/yelizariev', |
|||
'website': 'https://twitter.com/yelizariev', |
|||
'price': 9.00, |
|||
'currency': 'EUR', |
|||
'depends' : ['mail'], |
|||
'data':[ |
|||
], |
|||
'depends': ['mail'], |
|||
'data': [ |
|||
], |
|||
'installable': False |
|||
} |
@ -1,20 +1,20 @@ |
|||
{ |
|||
'name' : 'Outgoing mails menu', |
|||
'version' : '1.0.0', |
|||
'author' : 'IT-Projects LLC, Ivan Yelizariev', |
|||
'name': 'Outgoing mails menu', |
|||
'version': '1.0.0', |
|||
'author': 'IT-Projects LLC, Ivan Yelizariev', |
|||
'license': 'LGPL-3', |
|||
"category": "Discuss", |
|||
'website' : 'https://yelizariev.github.io', |
|||
'website': 'https://yelizariev.github.io', |
|||
'description': """ |
|||
Allows to check outgoing mails, i.e. failed or delayed. |
|||
|
|||
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
|||
""", |
|||
'depends' : ['mail'], |
|||
'data':[ |
|||
'depends': ['mail'], |
|||
'data': [ |
|||
'security/mail_outgoing.xml', |
|||
'security/ir.model.access.csv', |
|||
'mail_outgoing_views.xml', |
|||
], |
|||
], |
|||
'installable': False |
|||
} |
@ -1,12 +1,12 @@ |
|||
{ |
|||
'name' : 'Use partner language in mail', |
|||
'version' : '1.0.0', |
|||
'author' : 'IT-Projects LLC, Ivan Yelizariev', |
|||
'name': 'Use partner language in mail', |
|||
'version': '1.0.0', |
|||
'author': 'IT-Projects LLC, Ivan Yelizariev', |
|||
'license': 'LGPL-3', |
|||
"category": "Discuss", |
|||
'website' : 'https://yelizariev.github.io', |
|||
'website': 'https://yelizariev.github.io', |
|||
|
|||
'depends' : ['mail'], |
|||
'data':[], |
|||
'depends': ['mail'], |
|||
'data': [], |
|||
'installable': False, |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue