mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-24 23:52:03 +02:00
Initial commit: Crm packages
This commit is contained in:
commit
21a345b5b9
654 changed files with 418312 additions and 0 deletions
|
|
@ -0,0 +1,34 @@
|
|||
/** @odoo-module */
|
||||
|
||||
import tour from 'web_tour.tour';
|
||||
|
||||
tour.register('create_crm_team_tour', {
|
||||
url: "/web",
|
||||
test: true,
|
||||
}, [
|
||||
...tour.stepUtils.goToAppSteps('crm.crm_menu_root'),
|
||||
{
|
||||
trigger: 'button[data-menu-xmlid="crm.crm_menu_config"]',
|
||||
}, {
|
||||
trigger: 'a[data-menu-xmlid="crm.crm_team_config"]',
|
||||
}, {
|
||||
trigger: 'button.o_list_button_add',
|
||||
}, {
|
||||
trigger: 'input[id="name"]',
|
||||
run: 'text My CRM Team',
|
||||
}, {
|
||||
trigger: 'button.o-kanban-button-new',
|
||||
}, {
|
||||
trigger: 'div.modal-dialog tr:contains("Test Salesman") input.form-check-input',
|
||||
run: 'click',
|
||||
}, {
|
||||
trigger: 'div.modal-dialog tr:contains("Test Sales Manager") input.form-check-input',
|
||||
run: 'click',
|
||||
}, {
|
||||
trigger: 'div.modal-dialog tr:contains("Test Sales Manager") input.form-check-input:checked',
|
||||
run: () => {},
|
||||
}, {
|
||||
trigger: 'button.o_select_button',
|
||||
},
|
||||
...tour.stepUtils.saveForm()
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue