Ugne
Ugne
### Steps To Reproduce I noticed it by using BW [plugin](https://github.com/c0sco/ansible-modules-bitwarden/blob/master/lookup_plugins/bitwarden.py) for ansible on [get_entry()](https://github.com/c0sco/ansible-modules-bitwarden/blob/master/lookup_plugins/bitwarden.py#L135-L136) call. ### Expected Result No error messages ### Actual Result An error comes: ``` failed:...
### Description Since I updated `hubot-slack` till the newest version [v4.10.0](https://github.com/slackapi/hubot-slack/releases/tag/v4.10.0) and recreated Hubot App for Slack I noticed, that Drone app which posts on slack channels (started with `!`)...
I faced an error when running `test_report` test where if fails on: ``` 2025-01-16 12:58:06,438 1 INFO odoodb odoo.addons.report_xlsx.tests.test_report: Starting TestReport.test_report ... 2025-01-16 12:58:06,454 1 INFO odoodb odoo.addons.report_xlsx.tests.test_report: ====================================================================== 2025-01-16...
## Module account_financial_report ## Describe the bug After the latest odoo source [change](https://github.com/odoo/odoo/commit/3941972dc7bba3e9a3d4497b312ff7f86a497157), `test_partner_filter` tests are failing on: `partner_1.write({"is_company": False, "parent_id": partner_2.id})` [here](https://github.com/OCA/account-financial-reporting/blob/18.0/account_financial_report/tests/test_general_ledger.py#L695) and [here](https://github.com/versada/account-financial-reporting/blob/18.0-versada/account_financial_report/tests/test_open_items.py#L31) with an error: `You cannot...