Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
21d4ded
[ADD] queue_management_display: add new module
kluna1998 Sep 20, 2022
ff6e9a6
[ADD] queue_management_display: Connection with RaspBerry
kluna1998 Oct 3, 2022
afe1979
[ADD] queue_management_display: Change Data Source Display
kluna1998 Oct 5, 2022
c80ba51
[IMP] queue_management_display: improvement call button
kluna1998 Oct 5, 2022
be3bf37
[ADD] queue_mamagement_display: add template selection for a new display
kluna1998 Oct 18, 2022
94acd9b
[IMP] queue_management_display: add demo data
kluna1998 Oct 19, 2022
b51fd21
[FIX] queue_management_display: Fix active_id
etobella Jan 11, 2024
932c180
[IMP] queue_management_display
etobella Jan 11, 2024
fff6aad
[FIX] queue_management_display: Fix permissions
etobella Jan 24, 2024
92fdabb
[IMP] queue_management_display: Fixing bugs
etobella Apr 4, 2024
f6f08fc
[FIX] queue_management_display: Fix actions
etobella Apr 9, 2024
24fad5d
[FIX] queue_management_display: do not check location if multiple tok…
etobella Apr 18, 2024
14a24b9
[IMP] queue_management_display: Add display description
etobella Jun 25, 2024
1e9f2d8
[IMP] queue_management_display: pre-commit auto fixes
luisDIXMIT Jan 23, 2025
fa86700
[MIG] queue_management_display: Migration to 16.0
luisDIXMIT Jan 23, 2025
e313db0
[MIG] queue_management_display: Finish migration of OWL
etobella Feb 11, 2025
de3330d
[FIX] queue_management: Fix views
etobella Feb 11, 2025
0832ece
[FIX] Update from template
etobella Feb 11, 2025
f2b4d66
Merge commit 'refs/pull/25/head' of https://github.com/tegin/kiwi int…
Feb 17, 2025
e69bbfe
[IMP] queue_management: Remove conflict div chatter from views
luisDIXMIT Feb 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion queue_management/views/queue_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
</page>
</notebook>
</sheet>
<div class="oe_chatter" />
</form>
</field>
</record>
Expand Down
1 change: 0 additions & 1 deletion queue_management/views/queue_location_group.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</page>
</notebook>
</sheet>
<div class="oe_chatter" />
</form>
</field>
</record>
Expand Down
1 change: 0 additions & 1 deletion queue_management/views/queue_token_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
</page>
</notebook>
</sheet>
<div class="oe_chatter" />
</form>
</field>
</record>
Expand Down
1 change: 0 additions & 1 deletion queue_management/views/queue_token_location_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

</group>
</sheet>
<div class="oe_chatter" />
</form>
</field>
</record>
Expand Down
Loading