Fs Product Public Category Multi Image

fs_product_public_category_multi_image
REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/16.0/fs_product_public_category_multi_image
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA)
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci, BernatPForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-env:
    - server_environment
OCA/storage:
    - fs_base_multi_image
    - fs_image
    - fs_file
    - fs_attachment
    - fs_storage
    - image_tag
odoo/odoo:
    - base
    - base_sparse_field
    - website_sale
    - website
    - digest
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - account_payment
    - account
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - website_mail
    - portal_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES fsspec>=2025.3.0
python_slugify
fsspec>=2024.5.0
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
fs_product_public_category_image_form_view product.public.category.fs.image.form fs.product.public.category.image group Inherits fs_base_multi_image.fs_image_relation_mixin_form_view
product_public_category_form_view product.public.category xpath Inherits website_sale.product_public_category_form_view
Models touched (3)

New fields (2)
  • public_category_id Many2one → product.public.category
    index=True ondelete='cascade' required=True args: 'product.public.category'
  • tag_id Many2one → image.tag
    domain=[('apply_on', '=', 'public.category')] index=True string='Tag' args: 'image.tag'
Public methods (0)

No public methods.

New fields (1)
  • apply_on Selection
    ondelete={'product': 'cascade', 'category': 'cascade'} selection_add=[('public.category', 'Public Category')]
Public methods (0)

No public methods.

New fields (1)
  • image_ids One2many → fs.product.public.category.image
    comodel_name='fs.product.public.category.image' inverse_name='public_category_id' string='Images'
Public methods (0)

No public methods.