mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 17:12:01 +02:00
18.0 vanilla
This commit is contained in:
parent
d72e748793
commit
0a7ae8db93
337 changed files with 399651 additions and 232598 deletions
|
|
@ -19,31 +19,26 @@ function checkLoginColumn(translation) {
|
|||
}, {
|
||||
content: `Login column should be ${translation}`,
|
||||
trigger: `[data-name="login"] span:contains("${translation}")`,
|
||||
isCheck: true,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
registry.category("web_tour.tours").add('ir_model_fields_translation_en_tour', {
|
||||
test: true,
|
||||
url: '/web',
|
||||
url: '/odoo',
|
||||
steps: () => checkLoginColumn('Login')
|
||||
});
|
||||
|
||||
registry.category("web_tour.tours").add('ir_model_fields_translation_en_tour2', {
|
||||
test: true,
|
||||
url: '/web',
|
||||
url: '/odoo',
|
||||
steps: () => checkLoginColumn('Login2')
|
||||
});
|
||||
|
||||
registry.category("web_tour.tours").add('ir_model_fields_translation_fr_tour', {
|
||||
test: true,
|
||||
url: '/web',
|
||||
url: '/odoo',
|
||||
steps: () => checkLoginColumn('Identifiant')
|
||||
});
|
||||
|
||||
registry.category("web_tour.tours").add('ir_model_fields_translation_fr_tour2', {
|
||||
test: true,
|
||||
url: '/web',
|
||||
url: '/odoo',
|
||||
steps: () => checkLoginColumn('Identifiant2')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue