TIP: You can type at any time to perform a new search.
Oca VCP
oca_vcp · OCA/oca-custom
- Repository
- OCA/oca-custom · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Custom
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/oca-custom
- Last tracking update
- 2026-08-07 08:43:00
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- GitHub, Sébastien BEAU, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- pypandoc, pathspec, github3.py, markdown, GitPython
- System dependencies
- cloc
- Required by
- oca_membership, oca_vcp_sponsor
- Description
# OCA VCP Customization Module extending VCP for OCA-specific needs. ## Features **Repositories** - Add categories to repositories **Odoo Modules** - `must_have` flag on modules - Extract and store README fragments and convert them to markdown - Extract icon URLs **Partners/Contributors** - Add GitHub tab with main login and avatar sync option - Compute OCA collaboration index - Support organization history for accurate contribution attribution **Contributions** - Reviews and comments use contributor's organization (not PR opener's)
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
vcp_odoo_module_view_form |
vcp.odoo.module | form | Inherits vcp_odoo.vcp_odoo_module_form_view | |
vcp_repository_category_view_form |
vcp.repository.category | form | New | |
vcp_repository_category_view_list |
vcp.repository.category | list | New | |
vcp_repository_category_view_search |
vcp.repository.category | search | New | |
vcp_repository_form_view |
vcp.repository | form | Inherits vcp_management.vcp_repository_form_view | |
vcp_repository_search_view |
vcp.repository | search | Inherits vcp_management.vcp_repository_search_view | |
vcp_repository_tree_view |
vcp.repository | tree | Inherits vcp_management.vcp_repository_tree_view | |
view_partner_form |
res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (10)
New fields (6)
-
current_organization_idMany2one → res.partnercompute='_compute_current_organization_id'store=True args: 'res.partner' -
github_main_loginCharcompute='_compute_github_main_login'compute_sudo=Trueinverse='_inverse_github_info' -
github_sync_avatarBooleancompute='_compute_github_sync_avatar'compute_sudo=Trueinverse='_inverse_github_info' -
oca_collaboration_indexIntegercompute='_compute_oca_collaboration_index'compute_sudo=Truehelp='This index is based on the last 12 Months. Moving Annual Total (MAT)' args: 'OCA collaboration index' -
organization_history_idsOne2many → vcp.organization.historyargs: 'vcp.organization.history', 'partner_id' -
organization_member_idsOne2many → res.partnerargs: 'res.partner', 'current_organization_id'
No public methods.
New fields (1)
-
partner_organization_idMany2one → res.partnercompute='_compute_partner_organization_id'help='The organization related to the user that have done the comment'related=Falsestore=True args: 'res.partner'
No public methods.
New fields (1)
-
must_haveBoolean
No public methods.
New fields (2)
-
icon_urlChar -
readme_fragmentsJson
No public methods.
New fields (3)
-
date_startDaterequired=True -
partner_idMany2one → res.partnerrequired=True args: 'res.partner' -
partner_organization_idMany2one → res.partnerrequired=True args: 'res.partner', 'Organization'
No public methods.
New fields (1)
-
category_idMany2one → vcp.repository.categoryargs: 'vcp.repository.category'
No public methods.
New fields (4)
-
descriptionText -
nameChar -
repository_idsOne2many → vcp.repositoryreadonly=True args: 'vcp.repository', 'category_id', 'Repositories' -
short_descriptionText
No public methods.
New fields (1)
-
partner_organization_idMany2one → res.partnercompute='_compute_partner_organization_id'help='The organization related to the user that have done the review'related=Falsestore=True args: 'res.partner'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
is_github_main_loginBoolean
No public methods.