Skip to content

Commit 13c6f62

Browse files
[FIX] Skip warning when res_partner_many2one does not exist.
In the form view, the account module added the widget res_partner_many2one: https://github.com/odoo/odoo/blob/c0a7b51c9e14d29cefa96c29dd716b7aec698818/addons/account/views/account_move_views.xml#L976 In Odoo, the partner_autocomplete module is set to auto_install, but in OCB this module is not auto-installed (disabled in OCA/OCB#1310 ). Therefore, when any test generates a form view of account.move, a warning is displayed in the log, causing the test to fail.
1 parent 2c5ad83 commit 13c6f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checklog-odoo.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[checklog-odoo]
22
ignore=
33
WARNING.* 0 failed, 0 error\(s\).*
4+
WARNING.* Missing widget: res_partner_many2one for field of type many2one.*

0 commit comments

Comments
 (0)