Denis Mudarisov
eaf2fb3c88
🚑 fix race condition with mail module initialization
Because mail module in Odoo 11 version doesn't allow to extend, we repeat initialization.
That may conflict with original initialization. In order to solve that, we wait for original initialization and only then start the process
patch from @yelizariev
4 years ago
Denis Mudarisov
a73e73ac0b
🌈 pre-commit run --all
4 years ago
ommo73
b92ac1dfa3
📖 mail_base: module image added
5 years ago
Ivan Yelizariev
2172a06297
📖 new support mail
5 years ago
Ivan Yelizariev
f3f14c3ab3
📖 Distribute under MIT license
If you made a contribution and don't agree with this change please open an issue
5 years ago
Ivan Yelizariev
0ac0e0de24
💚 fixing trailing comma
5 years ago
Ivan Yelizariev
12751e9c9b
💚 pre-commit: auto cleanups
5 years ago
Eugene Molotov
211167f101
🚑 mail_base: fixed bug, where some notification messages are incorrectly marked as read
5 years ago
ommo73
3e3ab4cb28
⚡ mail_base New: added ability to select channels for private message sending
6 years ago
Ivan Yelizariev
2043561858
💚
6 years ago
Ivan Yelizariev
0eb2406427
🚑 polling error on database concurrency error
For explanation see
d7b7b07f9e
6 years ago
rusllan
d8f70667ae
🌈 all the __openerp__.py files renamed in __manifest__.py
6 years ago
Ivan Yelizariev
892eb1017d
[LINT] fix version format
7 years ago
Ivan Yelizariev
509a41073b
[LINT] no need utf-8 in py3
7 years ago
ilmir
5388bfac14
[DOC] mail_base: new version
7 years ago
ArtyomLosev
803cf0caf0
[DOC] bump mail_base 1.0.3 ( #137 )
7 years ago
ArtyomLosev
172468a7ee
[FIX] unsubscribtion error ( #96 )
fixes #94
8 years ago
Ivan Yelizariev
5cf4bf8481
[FIX] clear messages cache on sending message via Mail Composer. Otherwise Sent, Arhives menus will have new message until user refresh whole web page
[DOC] refactoring in docs
8 years ago
Ivan Yelizariev
9f876b95e2
[DOC] add support email
8 years ago
Ivan Yelizariev
40a6b1f2c0
[DOC] price + tiny updates
9 years ago
x620
01323cf2ca
[FIX] change website
9 years ago
x620
37196765fb
[FIX] archives.js, base.js - corrections related to inheritance
[FIX] README.rst - more precisely worded description and added sha value
[FIX] models.py, res_partner_mails_count.xml, views.xml - removed unused code
[FIX] __openerp__.py - styling
9 years ago
x620
4f6b18ec2d
Move base.js file in mail_base folder and activate mail_base module.
9 years ago
x620
621ed51475
Add mail_archive module in current repo.
Create mail_base dir for future module
which contain common code for other modules.
9 years ago