Skip to content

Commit

Permalink
Comment closed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed May 6, 2024
1 parent bb4d4bb commit 2eb1f7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Operations/Object/ExecuteKw/ExecuteKwOperationsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ protected function buildModelFieldsProvider(): ModelFieldsProviderInterface
$modelFieldsProvider = new ModelFieldsProvider();

$modelFieldsToRemove = [
'account.move' => [
'needed_terms', // @see https://github.com/odoo/odoo/issues/129493
'tax_totals', // @see https://github.com/odoo/odoo/issues/129494
],
'account.move.line' => [
'compute_all_tax', // @see https://github.com/odoo/odoo/issues/164139
],
/*'account.move' => [
'needed_terms', // @see https://github.com/odoo/odoo/issues/129493
'tax_totals', // @see https://github.com/odoo/odoo/issues/129494
],
'product.product' => [
'product_properties', // @see https://github.com/odoo/odoo/issues/145138
],
],*/
];

foreach ($modelFieldsToRemove as $modelName=>$fieldsToRemove) {
Expand Down

0 comments on commit 2eb1f7c

Please sign in to comment.