My company has an Odoo 15 enterprise license. For development, I'm trying to set up an Odoo instance on my laptop using the official Docker image.
The non-enterprise modules work fine, but the enterprise modules ask for a license, and I'm having a hard time figuring out how to provide it. The module I'm trying to test depends on a few of the enterprise modules, so they need to be installed for it to work.
The instructions for the Docker image say: "Note: Altough there is no official Odoo Enterprise Docker image, the Enterprise modules can be mounted by using the above mentionned method." I think "above mentioned method" might mean installing the web_enterprise module, but can't find find this module, and it doesn't appear to be part of the community source code.
Is there a recommended approach for local testing an application which relies on one or more enterprise modules?