Base video link

base_video_link
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/14.0/base_video_link
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYOthers
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSEnric Tobella, OCA Transbot, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/server-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
video_provider_view_form video.provider form New
video_provider_view_search video.provider search New
video_provider_view_tree video.provider tree New
video_video_view video.video kanban New
video_video_view_form video.video form New
video_video_view_search video.video search New
video_video_view_tree video.video tree New
Models touched (3)

New fields (1)
  • video_ids Many2many → video.video
    comodel_name='video.video' string='Video'
Public methods (0)

No public methods.

New fields (4)
  • code Char
    required=True
  • name Char
    required=True
  • pattern_thumbnail_url Char
    default='https://example.org/thumbnail/{record.identifier}' help="Pattern to generate the video's thumb URL. `record` variable represents the video record." required=True
  • pattern_video_url Char
    default='https://example.org/video/{record.identifier}' help="Pattern to generate the video's URL. `record` variable represents the video record." required=True
Public methods (0)

No public methods.

New fields (6)
  • identifier Char
    required=True
  • name Char
    required=True
  • provider_id Many2one → video.provider
    required=True args: 'video.provider', 'Provider'
  • sequence Integer
  • thumbnail_url Char
    compute='_compute_url'
  • url Char
    compute='_compute_url'
Public methods (0)

No public methods.