Criticality
Low
What happened?
I was using quickstart command on an odoo.sh project. While it was neutering the database I notice that the custom code is NOT part of the addons path. Is it something intended ?
Relevant log output
[i] Running 'odoo-bin neutralize' in version '17.0' on database '(retracted)' odoobin.py:563
using command:
/home/loan/odev/virtualenvs/17.0/bin/python /home/loan/odev/worktrees/17.0/odoo/odoo-bin neutralize \
--database (retracted) \
--addons-path ~/odev/worktrees/17.0/enterprise,~/odev/worktrees/17.0/design-themes,~/odev/worktrees/17.0/odoo/addons,~/odev/worktrees/17.0/odoo/odoo/addons \
--log-level info \
-d (retracted)
What is expected?
I guess it would make sense to consider custom module neuter script if they have any (with security checks)
Possible implementation
No response
Additional information
No response
Criticality
Low
What happened?
I was using quickstart command on an odoo.sh project. While it was neutering the database I notice that the custom code is NOT part of the addons path. Is it something intended ?
Relevant log output
What is expected?
I guess it would make sense to consider custom module neuter script if they have any (with security checks)
Possible implementation
No response
Additional information
No response