Skip to content
Snippets Groups Projects

Migrate to 16.0

Closed moctar.diallo@xcg.africa requested to merge topic/16.0/MO16-00596 into branch/13.0
Files
3
@@ -25,7 +25,7 @@
):
# Maybe should check the content instead of model board.board ?
view_id = action["views"][0][0]
board = request.env["board.board"].fields_view_get(view_id, "form")
board = request.env["board.board"].get_view(view_id, "form")
if board and "arch" in board:
xml = ElementTree.fromstring(board["arch"])
column = xml.find("./board/column")
Loading