Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.1.2
Category
Others
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 07:47:40
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Simone Orsi, Enric Tobella, Sébastien BEAU, Weblate, OCA Transbot, OCA-git-bot, oca-travis, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
product_video_link
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Status
Open migration PR — not merged yet for this version
CI status
no CI data
Open since
841 days ago
Last activity
4 days ago
Repository
OCA/server-tools
Pull request
[15.0] [MIG] base_video_link: Migration to 15.0 (#2930)