I’m wondering if there is a base-only package of Odoo without the extra modules.
I want to keep the number of installed modules to a minimum since I only need asset control and work order management for asset maintenance. I developed the module myself and had to rewrite Odoo’s maintenance.request and equipment models, ultimately removing them altogether.
So, I’m considering whether I can use only Odoo’s core packages, such as mail, essential views like Kanban, list, and QWeb, as well as tracking, ORM, access control, and other fundamental components. However, I don’t need localization, accounting, CRM, website module, or any additional application modules.
Is there a minimal package available, or perhaps a list of required base packages so I can safely remove unnecessary ones from the addons folder?