Fixes
```
while parsing /home/odoo/16.0/addons/mail/views/fetchmail_views.xml:88
Error while validating view near:
<separator/>
<filter string="SSL" name="ssl" domain="[('is_ssl', '=', True)]" help="If SSL required."/>
<separator/>
<filter string="Archived" name="inactive" domain="[('active', '=', False)]"/>
</search>
Unsearchable field 'is_ssl' in path 'is_ssl' in domain of <filter name="ssl"> ([('is_ssl', '=', True)]))
```
While upgrading --all on a setup with mail_environment installed.
|
||
|---|---|---|
| .github/workflows | ||
| data_encryption | ||
| mail_environment | ||
| server_environment | ||
| server_environment_data_encryption | ||
| server_environment_ir_config_parameter | ||
| setup | ||
| .copier-answers.yml | ||
| .editorconfig | ||
| .eslintrc.yml | ||
| .flake8 | ||
| .gitignore | ||
| .isort.cfg | ||
| .pre-commit-config.yaml | ||
| .prettierrc.yml | ||
| .pylintrc | ||
| .pylintrc-mandatory | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
README.md
server-env
TODO: add repo description.
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| data_encryption | 16.0.1.0.0 | Store accounts and credentials encrypted by environment | |
| mail_environment | 16.0.1.0.0 | Configure mail servers with server_environment_files | |
| server_environment | 16.0.1.0.1 | move some configurations out of the database | |
| server_environment_data_encryption | 16.0.1.0.0 | Server Environment Data Encryption | |
| server_environment_ir_config_parameter | 16.0.1.0.0 | Override System Parameters from server environment file |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py file, which contains a license key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
