Commit 569a7ad
committed
[FIX] account_payment: remove typo from uninstall hook
A typo in the uninstall hook of the account_payment module tries to access a
non-existing field, resulting in an error during module removal.
The uninstall hook was introduced by commit [1], however the bug was actually
introduced by commit [2] including a rename of the field being accessed.
[1]: odoo@61b8c0c
[2]: odoo@f7b8f07
closes odoo#100907
X-original-commit: ffb7411
Signed-off-by: Victor Feyens (vfe) <[email protected]>1 parent 4bfaf92 commit 569a7ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
0 commit comments