Repository
OCA/oca-custom · module folder · Try on Runboat
Module version
1.0.0
Category
Website
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 07:47:44
Authors
Odoo Community Association (OCA), Surekha Technologies
Maintainers
Odoo Community Association (OCA), Surekha Technologies
Committers
Ernesto Tejeda, OCA-git-bot, oca-ci
Odoo dependencies
OCA/interface-git:
OCA/oca-custom:
odoo/odoo:
- web
- bus
- uom
Python dependencies
GitPython, PyGithub, pathspec, pygount
System dependencies
None
Required by
oca_all, website_oca_psc_team
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
edit_project project.project.form project.project form Inherits project.edit_project
psc_category_view_form psc.category.form psc.category form New
psc_category_view_tree psc.category.tree psc.category tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
Public methods (0)

No public methods.

New fields (4)
  • description Html
    help="This will be displayed in the project's detail page of PSC team."
  • github_repository_ids One2many → github.repository
    comodel_name='github.repository' inverse_name='project_id' string='Github Repositories'
  • psc_category_id Many2one → psc.category
    comodel_name='psc.category' string='Category'
  • short_description Text
    help='Short description to display it in website PSC teams list page.'
Public methods (0)

No public methods.

New fields (4)
  • description Text
    required=True
  • name Char
    required=True
  • project_ids One2many → project.project
    comodel_name='project.project' inverse_name='psc_category_id' string='Project'
  • sequence Integer
Public methods (0)

No public methods.

Loading…

Loading…

Loading…