Odoo.sh v17 active_id warning is driving me crazy
I keep getting the following warning when committing changes to my branch.
>odoo.addons.base.models.ir_ui_view: Using active_id, active_ids and active_model in expressions is deprecated, found active_id
It is coloring my branch orange and I don't like that because it looks like we need to address an issue. I googled this warning and it is pretty much informative and nothing to worry about. I cannot find any custom modules that are still using the active_id in the old style. So it must be some Odoo standard code.
Can this be the case? I mean, does Odoo not update their own code after they decide some syntax needs updating?
Is there a way to ignore this warning and have my branch back in green?