GNU Health - Bugs: bug #63557, Missing view architecture for...
You are not allowed to post comments on this tracker with your current authentication level.
bug #63557: Missing view architecture for ('calendar.category', None, 'tree')
Submitter: | Mathias Behrle <yangoon> | ||
Submitted: | Wed 21 Dec 2022 09:59:37 PM UTC | ||
Category: | Programming / Tracebacks | Severity: | 3 - Normal |
Item Group: | None | Status: | Fixed |
Privacy: | Public | Assigned to: | meanmicio |
Open/Closed: | Closed | Release: | 4.0.0 |
Module: | health_calendar | Component: | Hospital Management |
Thu 22 Dec 2022 11:55:20 AM UTC, comment #4: |
Mathias Behrle <yangoon> |
Thu 22 Dec 2022 11:34:43 AM UTC, comment #3: Hi, Mathias
I could not reproduce it.. it sounds like the issue is related to the empty views from older DBs .
Here's the screenshot I just took
|
Luis Falcon <meanmicio>![]() ![]() |
Thu 22 Dec 2022 11:24:53 AM UTC, comment #2: Hi Luis,
I detected the issue on the demodb and couldn't now reproduce this one. Instead a next related issue appeared when trying to open a CalDAV Event from the Appointments Calendar:
Traceback (most recent call last):
Fault: Missing view architecture for ('calendar.event', None, 'form')
Let me know if you prefer to have that one in a separate issue. |
Mathias Behrle <yangoon> |
Thu 22 Dec 2022 10:47:31 AM UTC, comment #1: Hi, Mathias
Thanks for reporting! Indeed, the old "calendar" module name was still lingering in some ir.ui.view ...
Please run the following sql statement:
delete from ir_ui_view where module='calendar';
That will remove the obsolete entries and keep the good ones under health_caldav.
After that, please update the db
$cdexe
$./trytond-admin --all --database=your_db_name
and report :)
PS: I'll update the demodb also.
|
Luis Falcon <meanmicio>![]() ![]() |
Wed 21 Dec 2022 09:59:37 PM UTC, original submission:
Opening a calendar event:
Traceback (most recent call last):
Fault: Missing view architecture for ('calendar.category', None, 'tree') |
Mathias Behrle <yangoon> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 7 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-12-22 | meanmicio | Status | Ready For Test | ![]() |
Fixed |
Open/Closed | Open | ![]() |
Closed | ||
2022-12-22 | meanmicio | Category | None | ![]() |
Programming / Tracebacks |
Status | None | ![]() |
Ready For Test | ||
Assigned to | None | ![]() |
meanmicio | ||
Release | None | ![]() |
4.0.0 | ||
Component | None | ![]() |
Hospital Management |
comment #3:
Cannot reproduce now after the restart of the server, too.
Thanks!