Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After ugrading, same problem, impossible to add subject to course #708

Closed
fgarcia-humanoide opened this issue Jul 20, 2023 · 6 comments
Closed

Comments

@fgarcia-humanoide
Copy link

I updated new code, but same results

root@testschool-odoo16-01:/data/compose/5/addons/openeducat_erp# git pull
remote: Enumerating objects: 134, done.
remote: Counting objects: 100% (134/134), done.
remote: Compressing objects: 100% (51/51), done.
remote: Total 134 (delta 83), reused 123 (delta 81), pack-reused 0
Receiving objects: 100% (134/134), 74.15 KiB | 14.83 MiB/s, done.
Resolving deltas: 100% (83/83), completed with 51 local objects.
From https://github.com/openeducat/openeducat_erp
42e4256..b57dfea 16.0 -> origin/16.0
9961493..366760a 14.0 -> origin/14.0
190d748..3d9ef09 15.0 -> origin/15.0
55987be..6e57dfe 2.0 -> origin/2.0
Updating 42e4256..b57dfea
Fast-forward
openeducat_admission/demo/admission_demo.xml | 5 +++++
openeducat_admission/models/admission_register.py | 2 +-
openeducat_assignment/demo/assignment_demo.xml | 5 +++++
openeducat_attendance/demo/attendance_line_demo.xml | 5 +++++
openeducat_core/manifest.py | 2 ++
openeducat_core/models/faculty.py | 2 ++
openeducat_core/models/res_company.py | 1 +
openeducat_core/static/src/img/g2.webp | Bin 0 -> 7486 bytes
openeducat_core/static/src/js/g2_review.js | 44 ++++++++++++++++++++++++++++++++++++++++++++
openeducat_core/static/src/scss/style.scss | 26 ++++++++++++++++++++++++++
openeducat_core/static/src/xml/review.xml | 27 +++++++++++++++++++++++++++
openeducat_core/views/faculty_view.xml | 8 ++++----
openeducat_core/views/student_view.xml | 8 ++++----
openeducat_exam/demo/exam_demo.xml | 5 +++++
openeducat_fees/demo/student_fees_details_demo.xml | 5 +++++
openeducat_timetable/demo/op_timetable_demo.xml | 5 +++++
16 files changed, 141 insertions(+), 9 deletions(-)
create mode 100644 openeducat_core/static/src/img/g2.webp
create mode 100644 openeducat_core/static/src/js/g2_review.js
create mode 100644 openeducat_core/static/src/xml/review.xml
root@testschool-odoo16-01:/data/compose/5/addons/openeducat_erp#

@parthivgls
Copy link
Contributor

have you upgraded openeducat core module from apps ?

@fgarcia-humanoide
Copy link
Author

fgarcia-humanoide commented Jul 21, 2023 via email

@parthivgls
Copy link
Contributor

restarted the server and upgraded the apps ??

@fgarcia-humanoide
Copy link
Author

fgarcia-humanoide commented Jul 24, 2023 via email

@fgarcia-humanoide
Copy link
Author

subject
cannot add subject to course

@parthivgls
Copy link
Contributor

fixed in #721

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants