* [FIX] company_country: Don't fail if account is already installed When `company_country` is installed, it performs the following: - Look for the `COUNTRY` environment variable - If not found, look for a `l10n_*` module that is about to be installed - If not found, raise an exception However, If the account module is installed, it shouldn't fail even if the environment variable is not defined, because changing the company's country will have no effect anyway, as the account hook was already run and an `l10n` module was already been installed. This commit fixes the above by skipping the process if the `account` module is installed, and print an informative message to the log. * Update __manifest__.py Co-authored-by: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com> |
||
---|---|---|
auditlog | ||
base_cron_exclusion | ||
base_jsonify | ||
base_m2m_custom_field | ||
company_country | ||
onchange_helper | ||
setup | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
.travis.yml | ||
LICENSE | ||
README.md |
README.md
Server Environment And Tools
This project aim to deal with modules related to manage Odoo server environment and provide useful tools. You'll find modules that:
- Manage configuration depending on environment (devs, test, prod,..)
- Keep the security on update
- Manage email settings
Contributing
Do you want to contribute? Please read our contributing guidelines.