Jairo Llopis
87c54a7bfe
[8.0][ADD][website_snippet_mass_mailing_partner] Snippet + name
Let you have the name field in the mass mailing subscription snippet.
Leave most logic to base module.
Make name field autofilled if user data is available.
Add tour test.
9 years ago
OCA Transbot
f1c6c5f2ea
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-12.0/social-12.0-mail_full_expand
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_full_expand/
5 years ago
oca-travis
45dcfb9ed2
[UPD] Update mail_activity_done.pot
6 years ago
Jordi Ballester Alomar
5f39e514e2
Merge pull request #380 from Eficent/12.0-fix-mail_activity_done
[12.0][FIX] mail_activity_done module
6 years ago
Jordi Ballester Alomar
ba905c51ba
[mail_activity_done] set activities as inactive when they have been completed.
6 years ago
oca-travis
1cc8769a2e
[UPD] Update mail_debrand.pot
6 years ago
Pedro M. Baeza
80eb36b66a
Merge pull request #344 from odoonz/12.0-depower-mail
POC Depower Mail
6 years ago
Graeme Gellatly
c706391c2e
[FIX] Parse generated html to remove to remove Odoo branding messages
6 years ago
oca-travis
5f0662682e
[UPD] Update mail_full_expand.pot
6 years ago
OCA-git-bot
8e64a63a0e
[ADD] setup.py
6 years ago
OCA-git-bot
1fe70baa52
[UPD] README.rst
6 years ago
Pedro M. Baeza
ef9be31b47
Merge pull request #387 from Tecnativa/12.0-mig-mail_full_expand
12.0 mig mail_full_expand
6 years ago
ernesto
a462dfcac7
[MIG] mail_full_expand: Migration to 12.0
6 years ago
OCA Transbot
0e17afa988
OCA Transbot updated translations from Transifex
8 years ago
Damien Bouvy
70905d16d2
[MIG] mail_full_expand: Migrated to 10.0
8 years ago
Jairo Llopis
5dbf78d987
Move mail_full_expand from [odoo-grupoesoc-addons][1].
[1]: https://github.com/grupoesoc/odoo-grupoesoc-addons
9 years ago
OCA Transbot
c50ee36ef7
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-12.0/social-12.0-base_search_mail_content
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-base_search_mail_content/
6 years ago
Adrià Gil Sorribes
f4a81b46c8
[UPD] Version number
6 years ago
Adrià Gil Sorribes
b889c7c6e0
[ADD] uninstall_hook to remove done activities
6 years ago
Adrià Gil Sorribes
1db8566b8f
[FIX] search view
6 years ago
Adrià Gil Sorribes
785770feee
[12.0][FIX] mail_activity_done module
6 years ago
oca-travis
f7c333befe
[UPD] Update mail_attach_existing_attachment_account.pot
6 years ago
oca-travis
b4b686f867
[UPD] Update base_search_mail_content.pot
6 years ago
OCA-git-bot
df0f44b09a
[ADD] setup.py
6 years ago
OCA-git-bot
75b94eb5ad
[ADD] icon.png
6 years ago
OCA-git-bot
4f3b3204dc
[UPD] README.rst
6 years ago
Pedro M. Baeza
908a83522c
Merge pull request #377 from tbaden/12.0-add-mail-attach-existing-attachment-account
[12.0][ADD]mail_attach_existing_attachment_account
6 years ago
tbaden
79d49adab6
[12.0][ADD]mail_attach_existing_attachment_account
6 years ago
Pedro M. Baeza
a0bc66bb77
[FIX] oca_dependencies.txt: Remove incorrect branch
6 years ago
OCA-git-bot
66bb112d2f
[ADD] icon.png
6 years ago
oca-travis
e7c46f9eb6
[UPD] Update mail_activity_board.pot
6 years ago
OCA-git-bot
c83561ac3e
[ADD] setup.py
6 years ago
OCA-git-bot
3f16ef010b
[UPD] README.rst
6 years ago
Jordi Ballester Alomar
893a6d3f25
Merge pull request #338 from Eficent/12.0-mig-mail_activity_board
[12.0][MIG] mail_activity_board
6 years ago
mreficent
9d8fc90b9b
[FIX] mail_activity_done: several fixes
6 years ago
mreficent
70b5a76101
[MIG] mail_activity_board: Migration to 12.0
6 years ago
mreficent
fd6e37867a
[IMP] mail_activity_board: filter activities by user read permissions
6 years ago
oca-travis
c5b0d0669e
[UPD] Update mail_activity_board.pot
6 years ago
OCA-git-bot
c86a5748c9
[UPD] README.rst
6 years ago
Dajuayen
6155509df8
[ADD][mail_activity_board] Add new module that insert activities board in boards. ( #283 )
* [ADD] Module that insert activities board.
* [FIX] Author error in __manifest__ file and style changes.
* [FIX] Fix replace in view, rename files and style changes.
* [FIX] Enumerated list ends without a blank line; unexpected unindent.
* [FIX] Name fail.
* [FIX] Bug in view.
* [FIX] Add button Activities in mail.thread and readme folder. Others improvements in style of code.
* [FIX] Type 'tree' not found in registry: problem solved.
* [FIX] Dependence change: 'mail' for 'calendar'.
* [FIX] Eliminated unnecessary imports.
* [FIX] Bugs about js and if/else.
* [FIX] Improvements following guide lines and eliminating unnecessary attributes in views.
* [ADD] Added counter in the 'Activities List' button.
* [FIX] Bugs in javascript with 'Activities' button.
* [ADD] Tests folder.
* [FIX] Deleted references to modules not installed.
* [FIX] Formatting javascript.
* [FIX] Bug: added a soft line before a class.
* [FIX] Bug: https://github.com/OCA/social/pull/283#discussion_r204302325
* [FIX] Escaping 'lt' in xml file. Bug: https://github.com/OCA/social/pull/283#discussion_r204302325
* [FIX] The meeting attendees are shown in kanban mode on the meeting board.
* [FIX] Hide in form view of the activity board the assistant field if the activity is not a meeting type or if there are no assistants.
* [FIX] Change to default kanban view for partners.
6 years ago
OCA Transbot
e268c4edf3
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-12.0/social-12.0-mail_tracking_mass_mailing
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_tracking_mass_mailing/
6 years ago
OCA Transbot
46ff18528b
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-12.0/social-12.0-mail_tracking_mailgun
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_tracking_mailgun/
6 years ago
OCA Transbot
6cba27aba1
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-12.0/social-12.0-base_search_mail_content
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-base_search_mail_content/
6 years ago
oca-travis
e2b4f4c68d
[UPD] Update mail_activity_done.pot
6 years ago
OCA-git-bot
1dda9ed6ae
[ADD] setup.py
6 years ago
OCA-git-bot
2680d220df
[UPD] README.rst
6 years ago
Pedro M. Baeza
623208bf27
Merge pull request #354 from Eficent/12.0-mig-mail_activity_done
[12.0][MIG] mail_activity_done
6 years ago
Adrià Gil Sorribes
cb34cbfbfb
[MIG] Migrate module mail_activity_done to v12
6 years ago
Jordi Ballester Alomar
d2737cbc55
[11.0][mail_activity_done] add new module to keep activities that
have been completed.
fixup moment js
fixup
6 years ago
oca-travis
a9c11397a5
[UPD] Update base_search_mail_content.pot
6 years ago