{ 'name': 'Tier Communications', 'version': '19.0.1.0.0', 'category': 'Discuss', 'summary': 'Extended communication channels, mailboxes and routing for Odoo', 'description': """ Extends Odoo mail with: - Abstract delivery channel mixin - Email channel implementation - Named mailboxes (lead inbox, ticket inbox) - Channel and mailbox routing rules - Extended mail.message with channel/mailbox tags """, 'author': 'MKLAB', 'depends': ['mail'], 'data': [ 'security/tier_communications_groups.xml', 'security/ir.model.access.csv', 'data/tier_channel_tag_data.xml', 'data/tier_mailbox_data.xml', 'data/tier_mailbox_demo.xml', 'views/tier_channel_tag_views.xml', 'views/tier_mailbox_views.xml', 'views/res_users_views.xml', 'views/tier_move_to_mailbox_wizard_views.xml', 'views/mail_message_views.xml', 'views/tier_communications_menus.xml', ], 'assets': { 'web.assets_backend': [ 'tier_communications/static/src/components/tier_mailbox_store_patch.js', 'tier_communications/static/src/components/discuss_sidebar_mailboxes.js', 'tier_communications/static/src/xml/discuss_sidebar_mailboxes.xml', 'tier_communications/static/src/components/message_composer_channels.js', 'tier_communications/static/src/xml/message_composer_channels.xml', 'tier_communications/static/src/components/message_channel_tag.js', 'tier_communications/static/src/xml/message_channel_tag.xml', 'tier_communications/static/src/components/message_move_to_mailbox.js', ], }, 'installable': True, 'application': False, 'license': 'LGPL-3', }