You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spp_studio_events/readme/HISTORY.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
### 19.0.2.0.2
2
+
3
+
- fix(views): the basic Create Event wizard's step 1 is now self-explanatory for Studio-backed event types. The misleading raw JSON field is hidden; an info banner announces the next stage; the "Create Event" button is renamed "Next" so users know there's a second step where the structured fields appear. Non-Studio event types keep the original step-1 UI unchanged. Backed by a new computed `is_studio_event_type` boolean on `spp.create.event.wizard`.
4
+
1
5
### 19.0.2.0.1
2
6
3
7
- fix(views): clicking the **Events** smart button on a Studio Event Type form no longer crashes with `View types not defined tree`. `action_view_events` returned `view_mode="tree,form"`, but Odoo 19 renamed `tree` to `list`; switched to `view_mode="list,form"`.
<li>fix(views): the basic Create Event wizard’s step 1 is now
527
+
self-explanatory for Studio-backed event types. The misleading raw
528
+
JSON field is hidden; an info banner announces the next stage; the
529
+
“Create Event” button is renamed “Next” so users know there’s a second
530
+
step where the structured fields appear. Non-Studio event types keep
531
+
the original step-1 UI unchanged. Backed by a new computed
532
+
<ttclass="docutils literal">is_studio_event_type</tt> boolean on <ttclass="docutils literal">spp.create.event.wizard</tt>.</li>
533
+
</ul>
534
+
</div>
535
+
<divclass="section" id="section-2">
536
+
<h1>19.0.2.0.1</h1>
537
+
<ulclass="simple">
538
+
<li>fix(views): clicking the <strong>Events</strong> smart button on a Studio Event
539
+
Type form no longer crashes with <ttclass="docutils literal">View types not defined tree</tt>.
540
+
<ttclass="docutils literal">action_view_events</tt> returned <ttclass="docutils literal"><spanclass="pre">view_mode="tree,form"</span></tt>, but Odoo 19
541
+
renamed <ttclass="docutils literal">tree</tt> to <ttclass="docutils literal">list</tt>; switched to <ttclass="docutils literal"><spanclass="pre">view_mode="list,form"</span></tt>.</li>
0 commit comments