| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/14.0/base_video_link |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Others |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, OCA Transbot, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
video_ids
Many2many → video.video
comodel_name='video.video'
string='Video'
No public methods.
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
No public methods.
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'
No public methods.