- Issue created by @jamesgrobertson
- Merge request !5Issue #3379322: Drupal 10 Compatibility for 8.x-1.x Branch โ (Open) created by jamesgrobertson
Ahlam Aljawahreh โ made their first commit to this issueโs fork.
- Status changed to Needs work
12 months ago 4:52pm 25 December 2023 I found that this module requires a transaction โ module that is not compatible with Drupal 10.
to solve this issue I added this to my project composer.json file
"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/transaction", "drupal/odoo_api" ] }, { "type": "git", "url": "git@git.drupal.org:issue/odoo_api-3410173.git" }, { "type": "git", "url": "git@git.drupal.org:issue/transaction-3299343.git" } ], require: { "drupal/odoo_api": "dev-3410173-drupal-10-compatibility" }
josephgut โ changed the visibility of the branch 3379322-drupal-10-compatibility-transaction to hidden.