mkoeck

Results 8 issues of mkoeck

### PHP Version 8.2.14 ### Shopware Version 6.5 ### Expected behaviour I expected to interact with the Criteria object in `Shopware/Core/Framework/DataAbstractionLayer/Dbal/EntityAggregator::hydrateEntityAggregation` and `Shopware/Elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator::hydrateEntityAggregation ` either by receiving it from a...

Bug

This pull request updates the way the "Mail Notification With History" feature is enabled and managed in Odoo, shifting from a code-based configuration to a user-friendly setting in the UI....

This PR adds the missing explanatory comment next to an always-invisible field in base_location/views/res_company_view.xml. Odoo’s core test base/tests/test_views.py::TestInvisibleField::test_uncommented_invisible_field enforces that any field with invisible="1" (or True) must be accompanied by...

When scanning a lot/serial barcode that resolves to exactly **one** `stock.lot`, `_getProductByLotBarcode` fetches the related `product.product` via: ```js product = await this.pos.data.searchRead("product.product", ...); ``` `searchRead` **always returns an array**. The...

Requires https://github.com/OCA/bank-statement-import/pull/860 for dependencies. Note that I disabled the pylint warnings for the lazy translations, as they seemed like false positives.

This PR ports the `account_statement_import_online` module to Odoo 19.0 and adapts it to framework and data model changes introduced in this version. It focuses on keeping the functional behavior unchanged...

### Main changes - **New security model support** - Add a `res.groups.privilege` record introduced in 19.0 and adapted the existing res.groups record accordingly - **Test suite updates for 19.0 API**...