Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[FIX] stock_manual_transfer: remove .unlink() method override #1625

Closed carralc closed 1 year ago

carralc commented 1 year ago

Due to upstream updates adding support for @api.ondelete and pre-commit-vauxoo detecting the override of .unlink() method as a code smell, this transforms the old logic into more idiomatic odoo code.