Ivan Yelizariev
|
3d7d88d051
|
💚 fix old imports
|
5 years ago |
Ivan Yelizariev
|
6297d42801
|
💚 pre-commit: auto cleanups
|
5 years ago |
Translation Bot
|
3e460b14df
|
🤝 New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
6 years ago |
Translation Bot
|
60a3d699b6
|
🤝 New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
6 years ago |
Translation Bot
|
d6b91a9a7a
|
🤝 New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
6 years ago |
rusllan
|
d8f70667ae
|
🌈 all the __openerp__.py files renamed in __manifest__.py
|
6 years ago |
KolushovAlexandr
|
0bf97f17b3
|
1️⃣2️⃣🆘 mark unported modules as non-installable
|
6 years ago |
ArtyomLosev
|
5de17cf607
|
[11.0][PORT] mail_private (#141)
* [11.0][PORT] mail_private
* [LINT] lint
|
7 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 |
Translation Bot
|
fc9aa1e6ea
|
[i18n] New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
7 years ago |
Translation Bot
|
146d8f05d5
|
[i18n] New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
7 years ago |
Translation Bot
|
15194698f6
|
[i18n] New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
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 |
ilmir
|
5388bfac14
|
[DOC] mail_base: new version
|
7 years ago |
ArtyomLosev
|
803cf0caf0
|
[DOC] bump mail_base 1.0.3 (#137)
|
7 years ago |
ArtyomLosev
|
45c89ec186
|
[FIX] mail_base clear cache fix
|
7 years ago |
Translation Bot
|
0d916a89e3
|
[i18n] New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
7 years ago |
Ivan Yelizariev
|
15a6b181fc
|
[LINT]
|
7 years ago |
root
|
17f07462eb
|
[DOC] redmi edit
|
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 |
Translation Bot
|
fd46a398a6
|
[i18n] New Translations! We need your help ...
to translate more: https://www.it-projects.info/page/translate
|
7 years ago |
Translation Bot
|
2532d6c3dd
|
Translation Bot updated translations from Transifex
|
7 years ago |
Ivan Yelizariev
|
8b47845179
|
[FIX] import error
Error:
class MailChatController(openerp.addons.bus.controllers.main.BusController):
AttributeError: 'module' object has no attribute 'bus'
|
7 years ago |
ArtyomLosev
|
612c555ca4
|
9.0-mail_base-lint-fix
|
7 years ago |
Marius Marolla
|
62aeb56e0d
|
Added italian translation
|
7 years ago |
ArtyomLosev
|
172468a7ee
|
[FIX] unsubscribtion error (#96)
fixes #94
|
7 years ago |
mikaelh
|
3b6d08bebb
|
[FIX] compatibility with 10.0
|
8 years ago |
Ivan Yelizariev
|
8fb086d4e7
|
[LINT] fix semicolon
|
8 years ago |
Ivan Yelizariev
|
0152ce87f9
|
[LINT] fix line breaks
|
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
|
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 |
Ivan Yelizariev
|
8eb921cd7d
|
[LINT] fix new lines at the end of file
|
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 |
Ivan Yelizariev
|
40a6b1f2c0
|
[DOC] price + tiny updates
|
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 |