{"id":19109962,"url":"https://github.com/coopdevs/behave_odoo","last_synced_at":"2026-03-10T17:10:09.446Z","repository":{"id":157716598,"uuid":"633606596","full_name":"coopdevs/behave_odoo","owner":"coopdevs","description":"Helper functions for simplifying the process of writing behave tests for Odoo","archived":false,"fork":false,"pushed_at":"2023-09-07T12:00:56.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-18T12:49:22.603Z","etag":null,"topics":["behave","odoo","selenium"],"latest_commit_sha":null,"homepage":"https://coopdevs.github.io/behave_odoo/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coopdevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-27T22:07:26.000Z","updated_at":"2024-10-07T21:06:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"a40b4102-42fe-4e6f-ae83-9133e622a818","html_url":"https://github.com/coopdevs/behave_odoo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coopdevs%2Fbehave_odoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coopdevs%2Fbehave_odoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coopdevs%2Fbehave_odoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coopdevs%2Fbehave_odoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coopdevs","download_url":"https://codeload.github.com/coopdevs/behave_odoo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125298,"owners_count":20240265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["behave","odoo","selenium"],"created_at":"2024-11-09T04:23:01.905Z","updated_at":"2026-03-10T17:10:04.361Z","avatar_url":"https://github.com/coopdevs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `behave_odoo`\n\nbehave_odoo is a Python package that provides a collection of helper functions designed to simplify the process of writing [behave](https://github.com/behave) tests for Odoo 14. The package includes functions for navigating the Odoo interface, interacting with form fields, and performing common actions within the Odoo environment.\n\n## Installation\n\nTo install behave_odoo, use [pip](https://pypi.org/project/behave-odoo/):\n\n```shell\npip install behave-odoo\n```\n\n## Usage\n\nTo use the behave_odoo in your project, simply import the functions you need:\n\n```python\nfrom behave_odoo import (\n    is_tree_view_by_column_name,\n    login,\n    navigate_menu,\n    switch_module,\n    click_button,\n    set_text_field,\n    set_select_field,\n    set_autocomplete_field,\n    ensure_readonly_mode,\n    select_dropdown_item,\n    switch_form_tab,\n    get_first_fields_from_tree_view,\n)\n```\n\nOr use it with prefix:\n\n```python\nimport behave_odoo as bodoo\n\n@given('the user log in on the Odoo Instance')\ndef step_impl(context):\n    bodoo.login(context)\n```\n\nRefer to the package's [documentation](https://coopdevs.github.io/behave_odoo/) for detailed information on each function and how to use them in your tests.\n\n## Contributing\n\nWe welcome contributions to the behave_odoo project. If you find a bug or would like to request a new feature, please open an issue on the [project's issue tracker](https://github.com/coopdevs/behave_odoo/issues). If you would like to contribute code, please fork the repository and submit a pull request.\n\n## License\n\nbehave_odoo is released under the AGPL-3.0 License. See the `LICENSE` file for more information.\n\n## Support\n\nIf you encounter any issues while using behave_odoo, please report them on the project's issue tracker.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoopdevs%2Fbehave_odoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoopdevs%2Fbehave_odoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoopdevs%2Fbehave_odoo/lists"}