Click-odoo

Latest version: v1.6.0

Safety actively analyzes 621622 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.6.0

------------------

**Feature**

- Add CI tests for Odoo 16 and Python 3.10. (`51 <https://github.com/acsone/click-odoo/issues/51>`_)

**Deprecations and Removals**

- Drop support for python < 3.6 and Odoo 8, 9, 10. (`48 <https://github.com/acsone/click-odoo/issues/48>`_)

1.5.0

------------------

**Features**

- Silenced a noisy warning about Environment.manage() being a no-op in Odoo 15. (`43 <https://github.com/acsone/click-odoo/issues/43>`_)

1.4.3

------------------

**Features**

- Refined ImportError detection in ``from click_odoo import odoo``, for
easier diagnostic of Odoo installation issues. (`36 <https://github.com/acsone/click-odoo/issues/36>`_)

1.4.2

------------------
- Odoo 8 unconditionally registers wsgi handlers, which has the surprising
side effect to start a server in some circumstances, for instance when
calling ``env["ir.module.module"].update_list()`` in ``click-odoo-initdb``.
Disable them in click-odoo initialization, since they are useless and
other Odoo version do not install them.
- Support Odoo saas versions.

1.4.1

------------------
- revert change to logging made in 1.4.0

1.4.0

--------------
- add support for launching with ``python -m click_odoo``. Fixes 20.
- apply ``--log-level`` to the root logger, so it works more
intuitively by applying to the script too, and not only to the ``odoo``
namespace. *This may change the log output of some scripts*.
In particular, ``--log-level=debug`` will now apply debug logging
to every python library used, and not only to Odoo.
Fine tuning is available through the ``log_handler`` configuration item.
- support Odoo config files with multiple comma separate databases names
in db_name config entry.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.