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
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
Ildar Nasyrov
53fbd6e368
[DOC] new support mailto
7 years ago
ArtyomLosev
bb78359390
[PORT] Disable non-ported modules.
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
zimbora
44f9c3dde1
Add portuguese translation ( #89 )
8 years ago
Ivan Yelizariev
299c800e99
[DOC] don't use header in changelog.rst
8 years ago
Ivan Yelizariev
0152ce87f9
[LINT] fix line breaks
8 years ago
Ivan Yelizariev
c2c40612b3
[REF][FIX] didn't work for non-admin users
8 years ago
Ivan Yelizariev
9f876b95e2
[DOC] add support email
8 years ago
Ivan Yelizariev
e6d3cedb15
[CI] try to use is_ready
8 years ago
Ivan Yelizariev
b4395b9d43
[PORT] fix imports
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
manawi
c2b3905a87
[FIX] 8.0-travis-fix ( #58 )
* [FIX] CamelCase
* [FIX] Changing signs of the tabs to 4 spaces
* [FIX] relative-import
* [FIX] delete unused imports
* [FIX] delete prints
* [FIX] lint for js
* [FIX] Duplicate implicit target name: "changelog"
* [FIX] links in rst files
* [FIX] flake8 E115
* [FIX] pylint E1124
* [FIX] pylint W1401
8 years ago
Ivan Yelizariev
d412fa4dd7
[REF] fix lint errors (9.0)
8 years ago
x620
c489de9102
[REF] Fix lint errors
8 years ago
x620
bbee68aced
[FIX] update_message_current_on_current_channel() was wrongly placed in MailTools class instead ChatAction class, that's why moved from MailTools to ChatAction
9 years ago
x620
6914d4be53
[IMP] added overrides update_message_on_current_channel() in ChatAction for update channels
9 years ago
ilyasProgrammer
3940d47a2a
[FIX] pics
9 years ago
ilyasProgrammer
e86a0c62c4
[DOC] mail-sent pics
9 years ago
x620
9169a92390
[DOC] adds icons and images for app store
9 years ago
Ivan Yelizariev
7bf9e4ab62
[DOC] mail_sent: new price
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
dc9a9c973d
[FIX] move function push() from set_channel() to init() to push() is called only once
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
1dc49ee7fd
[FIX] change function from .includes() to .indexOf()
9 years ago
x620
e8310c841b
[FIX] change way for show "Send message" button
9 years ago
x620
bcade8cd93
[FIX] show subject in channel_sent and channel_archive
9 years ago
x620
63616582e9
[IMP] add "Send message" button in the Sent menu
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
9c1796f541
[FIX] replace _t to _lt in archives.js and sent.js
9 years ago
Ilyas
ddcfbaf7bd
[IMP] ready condition for phantom
9 years ago
Ilyas
4a5adc481f
[ADD] phantom test of sent button
9 years ago
x620
7d61190899
[FIX] remove recipient filtration from set_channel_flags() method
9 years ago
x620
116fa9e80d
[FIX] move filtration from models.py to sent.js that "sent" in models.py and "sent" in js have same meaning
[FIX] change partner_ids to needaction_partner_ids
9 years ago
x620
966582a5a4
[FIX] sent field value
9 years ago
x620
86e2a75989
[DOC] mail_sent/__openerp__.py, mail_archive/__openerp__.py: update summary
[REF] optimize format_message() in models.py
[DOC] update screenshots for description (make correct size)
9 years ago
x620
0b92afa5eb
[DOC] update screenshots for description
9 years ago
x620
28169ea7ed
[REF] add "sent" parameter in data and simplify set_channel_flags() method in sent.js
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
9c18f6445a
[FIX] sent.js correction for displayed sent page
9 years ago
x620
ad9462c0f5
[ADD] Create module Mail Sent and added changes that displayed Sent menu item
9 years ago
Ildar Nasyrov
070ba321f3
[MOV] module -- mail_sent
9 years ago
Ildar Nasyrov
4f4eb23c97
[MOV] module -- mail_sent
9 years ago