export_tour
Convert recorded Odoo UI actions into a web_tour with JS, Python test, and manifest asset line. Choose format: all, js, python, or json steps.
Instructions
Turn the actions performed in this session (open_menu, set_field, add_line, click_button, click_row, search, save) into an Odoo web_tour: JS tour file + HttpCase test + manifest asset line. format: all | js | python | json (raw steps). clear=True empties the recording afterwards. Review the generated selectors before committing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | /web | |
| name | Yes | ||
| clear | No | ||
| login | No | admin | |
| format | No | all | |
| module | No | my_module |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |