OpenEduCat Facility

openeducat_facility
REPOSITORY
REPOSITORYOCA/vertical-education
GIT
GIThttps://github.com/OCA/vertical-education.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-education/tree/10.0/openeducat_facility
VERSION
VERSION 3.0.0
CATEGORY
CATEGORYEducation
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTech Receptives
MAINTAINERS
MAINTAINERSTech Receptives
COMMITTERS
COMMITTERSMaxime Chambreuil, Pedro M. Baeza, Stéphane Bidoul (ACSONE), Parthiv Patel, ajaychauhan727
WEBSITE
WEBSITEhttp://www.openeducat.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/vertical-education:
    - openeducat_core
odoo/odoo:
    - board
    - base
    - web
    - document
    - hr
    - base_setup
    - web_kanban
    - mail
    - bus
    - web_tour
    - resource
    - website
    - web_editor
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
op_facility_line_form_view op.facility.line.form op.facility.line form New
op_facility_line_tree_view op.facility.line.tree op.facility.line tree New
view_op_facility_form op.facility.form op.facility form New
view_op_facility_search op.facility.search op.facility search New
view_op_facility_tree op.facility.tree op.facility tree New
Models touched (2)

New fields (2)
  • code Char
    required=True size=4 args: 'Code'
  • name Char
    required=True size=16 args: 'Name'
Public methods (0)

No public methods.

New fields (2)
  • facility_id Many2one → op.facility
    required=True args: 'op.facility', 'Facility'
  • quantity Float
    required=True args: 'Quantity'
Public methods (1)
  • check_quantity(self)
    @api.constrains('quantity')
REPOSITORY
REPOSITORYOCA/vertical-education
GIT
GIThttps://github.com/OCA/vertical-education.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-education/tree/9.0/openeducat_facility
VERSION
VERSION 2.4.0
CATEGORY
CATEGORYOpenerp Education
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTech Receptives
MAINTAINERS
MAINTAINERSTech Receptives
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), ajaychauhan727, Siddharth, siddharth-techreceptives
WEBSITE
WEBSITEhttp://www.openeducat.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/vertical-education:
    - openeducat_core
odoo/odoo:
    - board
    - base
    - web
    - document
    - hr
    - base_setup
    - web_kanban
    - mail
    - bus
    - resource
    - web_tip
    - website
    - web_editor
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
        This module adds the feature of facility in Openeducat
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
op_facility_line_form_view op.facility.line.form op.facility.line form New
op_facility_line_tree_view op.facility.line.tree op.facility.line tree New
view_op_facility_form op.facility.form op.facility form New
view_op_facility_search op.facility.search op.facility search New
view_op_facility_tree op.facility.tree op.facility tree New
Models touched (2)

New fields (2)
  • code Char
    required=True size=4 args: 'Code'
  • name Char
    required=True size=16 args: 'Name'
Public methods (0)

No public methods.

New fields (2)
  • facility_id Many2one → op.facility
    required=True args: 'op.facility', 'Facility'
  • quantity Float
    required=True args: 'Quantity'
Public methods (1)
  • check_quantity(self)
    @api.constrains('quantity')