Skip to main content
Odoo Community Association

Conditional Images

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module extends the functionality of any model to support conditional images (based on the record attributes) and to manage them either globally or by company.

The main goal behind this module is to avoid storing the same image multiple times. For example, for every partner, there is a related image (most of the time, it’s the default one). With this module properly set up, it will be stored only one time and you can change it whenever you want for all partners.

WARNING: this module cannot be used on the same objects using the module base_multi_image.

Table of contents

Installation

The sole purpose of this module is to add an abstract model to be inherited. So, you will not notice any changes on install.

To develop using this module, you have to inherit the abstract model conditional.image.consumer.mixin to the model that needs the conditional images:

class ResPartner(models.Model):
    _inherit = ['res.partner', 'conditional.image.consumer.mixin']
    _name = 'res.partner'

Then, configure how the images will be selected for each record.

Usage

Go to Technical Settings > Settings > Images to configure all the images. You can define images for specific objects, depending on the attributes and the company of the object.

The selector should return a boolean expression. All fields of the object are available to compute the result.

The system will first try to match an image with a company set up, then with the ones without a company. If your object does not have a company_id field, this check will be ignored and only images without a company will be used.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Camptocamp

Contributors

Other credits

The migration of this module from 12.0 to 14.0 was financially supported by Camptocamp

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Release files for odoo-addon-base-conditional-image 18.0.1.0.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for odoo-addon-base-conditional-image 18.0.1.0.0.2
File Interpreter ABI Platform
odoo_addon_base_conditional_image-18.0.1.0.0.2-py3-none-any.whl Python 3 none any Details

Release files / odoo_addon_base_conditional_image-18.0.1.0.0.2-py3-none-any.whl

Download URL odoo_addon_base_conditional_image-18.0.1.0.0.2-py3-none-any.whl
Size 31.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
28b1e158c3d15827abf499db8b2c4a6a4b126e5fe6e2c9e810b0cb2746376e9d
BLAKE2b-256 checksum
How to use checksums
1fe7bd0fdc7c7aaf1aceb155a0e05216b3e614171698f501afbc361773705a5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.3
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page