TIP: You can type at any time to perform a new search.
Base video link
base_video_link · OCA/server-tools
- 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:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- product_video_link
- Description
Code Analysis ⓘ
Views touched (7)
| 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
video_idsMany2many → video.videocomodel_name='video.video'string='Video'
No public methods.
New fields (4)
-
codeCharrequired=True -
nameCharrequired=True -
pattern_thumbnail_urlChardefault='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_urlChardefault='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.
New fields (6)
-
identifierCharrequired=True -
nameCharrequired=True -
provider_idMany2one → video.providerrequired=True args: 'video.provider', 'Provider' -
sequenceInteger -
thumbnail_urlCharcompute='_compute_url' -
urlCharcompute='_compute_url'
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)