Hi,
I want to create a company-dependent boolean custom setting field in Odoo, and I plan to relate it to a custom field in the res.company model. I understand how this could be implemented, but I couldn’t find any similar examples in the Odoo 17 codebase. Is this approach considered best practice, or could it potentially cause issues?
For the reason I simply want to enable a validation in my model. Are you suggesting that I should create system parameters for each individual company?