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
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
ArtyomLosev
5de17cf607
[11.0][PORT] mail_private ( #141 )
* [11.0][PORT] mail_private
* [LINT] lint
7 years ago
ArtyomLosev
7de69b098a
[11.0][PORT] port mail_base, mail_all, mail_archives, mail_sent to v11 ( #127 )
* [PORT] Ported_mail archives, mail_to, mail_base to Odoo 11.0
* [FIX] mail_base get_domain method fix; mail_archives add channel fix
* [PORT] mail all to 11.0
* [PORT] mail_sent to 11.0
* [FIX] mail_archives domain fix
* [FIX] mail_base additional condition fix
* [FIX] channel preview fix
7 years ago
ArtyomLosev
45c89ec186
[FIX] mail_base clear cache fix
7 years ago
Ivan Yelizariev
e65cf00e3d
[PORT] minimal updates to make module installable
7 years ago
ArtyomLosev
48d9fe4531
[IMP] select "internal partners" by defualt ( #112 )
[FIX] remove incorrect label "TO: followers of ..."
[FIX] support Mail Composer in Internal Message
7 years ago
ArtyomLosev
612c555ca4
9.0-mail_base-lint-fix
8 years ago
ArtyomLosev
172468a7ee
[FIX] unsubscribtion error ( #96 )
fixes #94
8 years ago
Ivan Yelizariev
8fb086d4e7
[LINT] fix semicolon
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
ef41d90bcd
[LINT]
************* Module mail_archives
mail_archives/views/templates.xml [W7908(missing-newline-extrafiles), ] Missing newline
mail_archives/README.rst [W7908(missing-newline-extrafiles), ] Missing newline
************* Module mail_to
mail_to/static/src/js/mail_to.js:11: [W7903(javascript-lint), ] Missing semicolon.
mail_to/templates.xml:1: [W7908(missing-newline-extrafiles), ] Missing newline
mail_to/doc/changelog.rst:1: [W7908(missing-newline-extrafiles), ] Missing newline
************* Module mail_move_message
mail_move_message/doc/changelog.rst:1: [E7901(rst-syntax-error), ] Hyperlink target "changelog" is not referenced.
mail_move_message/data/mail_move_message_data.xml:1: [W7908(missing-newline-extrafiles), ] Missing newline
************* Module mail_move_message.mail_move_message_models
mail_move_message/mail_move_message_models.py:74: [C8108(method-compute), Wizard] Name of compute method should starts with "_compute_"
mail_move_message/mail_move_message_models.py:91: [W8104(api-one-deprecated), Wizard.get_can_move] api.one deprecated
mail_move_message/mail_move_message_models.py:141: [W8104(api-one-deprecated), Wizard.check_access] api.one deprecated
mail_move_message/mail_move_message_models.py:198: [W8104(api-one-deprecated), Wizard.delete] api.one deprecated
mail_move_message/mail_move_message_models.py:233: [W8104(api-one-deprecated), Wizard.read_close] api.one deprecated
mail_move_message/mail_move_message_models.py:248: [C8108(method-compute), MailMessage] Name of compute method should starts with "_compute_"
mail_move_message/mail_move_message_models.py:251: [W8104(api-one-deprecated), MailMessage._get_all_childs] api.one deprecated
mail_move_message/mail_move_message_models.py:274: [W8104(api-one-deprecated), MailMessage.move] api.one deprecated
************* Module mail_base
mail_base/static/src/js/base.js:245: [W7903(javascript-lint), ] Misleading line break before '||'; readers may interpret this as an expression boundary.
mail_base/static/src/js/base.js:1119: [W7903(javascript-lint), ] Missing semicolon.
mail_base/static/src/js/base.js:1121: [W7903(javascript-lint), ] Missing semicolon.
mail_base/views/templates.xml:1: [W7908(missing-newline-extrafiles), ] Missing newline
************* Module mail_sent
mail_sent/doc/changelog.rst:1: [E7901(rst-syntax-error), ] Hyperlink target "changelog" is not referenced.
mail_sent/views/templates.xml:1: [W7908(missing-newline-extrafiles), ] Missing newline
************* Module mail_sent.models
mail_sent/models.py:8: [C8108(method-compute), MailMessage] Name of compute method should starts with "_compute_"
mail_sent/models.py:12: [W8104(api-one-deprecated), MailMessage._get_sent] api.one deprecated
************* Module mail_reply
mail_reply/templates.xml:1: [W7908(missing-newline-extrafiles), ] Missing newline
************* Module res_partner_mails_count
res_partner_mails_count/README.rst:1: [W7908(missing-newline-extrafiles), ] Missing newline
************* Module res_partner_mails_count.models
res_partner_mails_count/models.py:8: [C8108(method-compute), ResPartner] Name of compute method should starts with "_compute_"
res_partner_mails_count/models.py:9: [C8108(method-compute), ResPartner] Name of compute method should starts with "_compute_"
res_partner_mails_count/models.py:12: [W8104(api-one-deprecated), ResPartner._mails_to] api.one deprecated
res_partner_mails_count/models.py:17: [W8104(api-one-deprecated), ResPartner._mails_from] api.one deprecated
8 years ago
manawi
961e27654b
[FIX] 9.0 travis fix ( #59 )
* [FIX] autopep8
* [FIX] CamelCase
* [FIX] relative-import
* [FIX] delete unused imports
* [FIX] delete prints
* [FIX] fix comments
* [FIX] lint for js
* [FIX] Add the first line (coding) in py-files
* [FIX] Duplicate implicit target name: "changelog"
* [FIX] links in rst files
* [FIX] flake8 F841
* [FIX] flake8 F401
* [FIX] triple underscore
8 years ago
Ivan Yelizariev
98df00ca3a
[FIX] updates for 10.0
8 years ago
Ivan Yelizariev
92b3ee9592
[FIX] correct reference for on_transient_message_notification
8 years ago
Ivan Yelizariev
346e0b6535
[PORT] update js in mail_base to odoo 10.0
8 years ago
x620
79a7b4386d
[REF] Replaced code from mail_move_message.js to remove_from_cache() method to base.js for reuse
9 years ago
x620
d2d1f26abf
[IMP] make ChatAction.on_update_message() is extendable
9 years ago
x620
300b9a4a13
[FIX] Before call 'send_mail_action' create 'mail.compose.message' record
9 years ago
x620
3141b19eb2
[FIX] Add parent_id field in options in mail_reply.js and and add parent_id parameter in context in base.js
9 years ago
x620
e40667aa7d
[FIX] add condition in base.js when model and/or res_id empty then call method send_mail_action()
9 years ago
x620
9169a92390
[DOC] adds icons and images for app store
9 years ago
x620
3218b251cc
[REF] rename show_send_message_button variable to channels_show_send_button
9 years ago
x620
723b3cd6e6
[REF] Create channels_display_subject array which will contain channels name for subject display. get_thread_rendering_options() method moved in base.js. In new modules append channel name to channels_display_subject variable for enable subject display.
9 years ago
x620
971ba44447
[FIX] move function toggle() from sent.js to base.js
[FIX] change summary in __openerp__.py
9 years ago
x620
e8310c841b
[FIX] change way for show "Send message" button
9 years ago
x620
87aaf66674
[FIX] unsubscribe and then subscribe to the event, to avoid duplication of new posts in base.js
[FIX] replace "needaction_partner_ids" to "partner_ids" in models.py
9 years ago
x620
d66dc99012
[FIX] fix duplicate new messages
9 years ago
x620
bc20db1c54
[FIX] fix error channel_seen function in base.js
[FIX] fix error inline method in base.js
[ADD] add css file for make grey color for link and display recipients when overmouse
[IMP] add "To:" before recipients and make link on recipient name
[DOC] add info about old messages in index.rst
9 years ago
x620
3bae0358c9
[REF] move append partner_ids parameter for message from base.js to mail_to.js
9 years ago
x620
4a6b340026
[FIX] fixes Recipients field
9 years ago
x620
0e9abc8fc4
[FIX] out of the loop when found needed block
9 years ago
x620
ee7c461fea
[FIX] Hiding the left panel if there is no menu
9 years ago
x620
2db75d48ef
[FIX] base.js: add return
[FIX] res_partner_mails_count.xml: remove unused code
[FIX] __openerp__.py: change license
9 years ago
x620
a7f38bedf9
[IMP] add 'search_default_' handler to class ChatAction
9 years ago
x620
a838152ca2
[FIX] error: Uncaught TypeError: Cannot read property 'name' of undefined
9 years ago
x620
74fa3eda6a
[FIX] sent.js correction set_channel_flags() and get_domain() methods for correct sent messages filtration
[FIX] base.js correction "cls" to "chat_manager.mail_tools"
[FIX] models.py correction _get_sent() method and remove outdated notification method
[REF] menu.xml move "sent" menu item to after "inbox" menu item and change icon
9 years ago
x620
c569272d8c
[FIX] change "this" to "chat_manager.mail_tools" in class MailTools because "this" possibly undefined
[FIX] remove comment
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
394a165b4e
Refactoring: overrides of smaller methods that do not change the larger
9 years ago
x620
4f6b18ec2d
Move base.js file in mail_base folder and activate mail_base module.
9 years ago