Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: odoo/upgrade-util
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c4a7f2aae8bf8f430485950753aa6c0dd6153e54
Choose a base ref
..
head repository: odoo/upgrade-util
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27c09956395cf84db7ad10f9d388379898eba96a
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 src/base/tests/test_util.py
4 changes: 1 addition & 3 deletions src/base/tests/test_util.py
Original file line number Diff line number Diff line change
@@ -476,12 +476,10 @@ def setUp(self):
"rate_ids/company_id/user_ids/name",
"rate_ids/company_id/user_ids/partner_id/user_ids/name",
"rate_ids/name",
False,
]
]
)
self.import_mapping = self.import_mapping + self.env["base_import.mapping"].create(
{"res_model": "res.currency", "column_name": "Column name"}
)

util.flush(self.import_mapping)