Skip to content

Conversation

@hsal-odoo
Copy link

This commit fixes the upgrade-util tests that failed due to the removal of res.bank model. The model res.bank was replaced with res.partner.

task-5145618

@robodoo
Copy link
Contributor

robodoo commented Nov 28, 2025

Pull request status dashboard

@hsal-odoo hsal-odoo force-pushed the master-bank_ux-hsal branch 5 times, most recently from 02ca3fc to a8057a7 Compare December 9, 2025 04:19
@hsal-odoo hsal-odoo requested review from a team and Pirols December 9, 2025 21:20
@aj-fuentes
Copy link
Contributor

upgradeci retry with base in all versions

This commit fixes the upgrade-util tests that failed due to the
removal of res.bank model. The model res.bank was replaced with
res.partner.

task-5145618
util.flush(p1)
with self.assertRaises(AssertionError), self.assertUpdated("res_bank", ids=[]):
self.env["res.bank"].create({"name": "Annie Leonhart"})
with self.assertRaises(AssertionError), self.assertUpdated("res_partner", ids=[]):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jjmaksoud could you have a quick look if this part is fine? It looks OK to me.

@aj-fuentes
Copy link
Contributor

upgradeci retry with base in all versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants