fix(deploy): vendor OpenEduCat Community 19.0 under backend/ #6
Reference in New Issue
Block a user
Delete Branch "v4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Database dumps list 12 openeducat_* modules as installed (openeducat_core,
openeducat_admission, openeducat_assignment, openeducat_attendance,
openeducat_activity, openeducat_classroom, openeducat_exam, openeducat_facility,
openeducat_fees, openeducat_library, openeducat_parent, openeducat_timetable),
but the
backend/openeducat_erp-19.0/folder was previously in .gitignore.When a teammate restored the dump on the VPS Odoo failed with "module not
found" on every openeducat_* row in ir_module_module.
backend/openeducat_erp-19.0/from .gitignore and vendor the fullLGPL-3 OpenEduCat Community 19.0 tree (14 modules: 12 core + theme + erp
meta-module).
odoo.confandodoo-docker.confalready reference thispath in
addons_path, so restores now succeed on a fresh VPS with noextra bootstrap step.
the tree is vendored flat (not as a submodule pointer).
Made-with: Cursor