Tools to manage environment-dependent configuration
Go to file
Stefan Rijnhart 8b43d004bc [FIX] mail_environment: add search field for fetchmail.server's is_ssl
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.
2023-11-15 11:23:01 +01:00
.github/workflows Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
mail_environment [FIX] mail_environment: add search field for fetchmail.server's is_ssl 2023-11-15 11:23:01 +01:00
.copier-answers.yml Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.editorconfig Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.eslintrc.yml Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.gitignore Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.pre-commit-config.yaml Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.prettierrc.yml Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.pylintrc Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.pylintrc-mandatory Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
.ruff.toml Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
LICENSE Initialize 17.0 branch 2023-11-12 16:10:01 +01:00
README.md Initialize 17.0 branch 2023-11-12 16:10:01 +01:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

server-env

TODO: add repo description.

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.

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.