changes
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
class="btn-secondary"
|
||||
invisible="state != 'connected'"
|
||||
confirm="This will import up to 12 months of voicemails from RingCentral. This runs in the background. Continue?"/>
|
||||
<button name="action_import_historical_faxes" type="object"
|
||||
string="Import Faxes (12 months)"
|
||||
icon="fa-fax"
|
||||
class="btn-secondary"
|
||||
invisible="state != 'connected'"
|
||||
confirm="This will import up to 12 months of faxes from RingCentral. This runs in the background. Continue?"/>
|
||||
<button name="action_backfill_voicemail_media" type="object"
|
||||
string="Download Voicemail Audio"
|
||||
icon="fa-download"
|
||||
@@ -140,22 +146,25 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Top-level menu: Fusion Connect -->
|
||||
<!-- Top-level menu: Fusion Connect (visible to all RC users) -->
|
||||
<menuitem id="menu_rc_root"
|
||||
name="Fusion Connect"
|
||||
web_icon="fusion_ringcentral,static/description/icon.png"
|
||||
groups="group_rc_user"
|
||||
sequence="44"/>
|
||||
|
||||
<!-- Configuration submenu -->
|
||||
<!-- Configuration submenu (managers only) -->
|
||||
<menuitem id="menu_rc_configuration"
|
||||
name="Configuration"
|
||||
parent="menu_rc_root"
|
||||
groups="group_rc_manager"
|
||||
sequence="90"/>
|
||||
|
||||
<menuitem id="menu_rc_config_settings"
|
||||
name="RingCentral Settings"
|
||||
parent="menu_rc_configuration"
|
||||
action="action_rc_config"
|
||||
groups="group_rc_manager"
|
||||
sequence="10"/>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user