Odoo 10.0 POS 餐厅中的 orderline_notes 保存在数据库中的什么位置?

Where are orderline_notes in Odoo 10.0 POS Restaurant saved in the database?

我正在尝试在树视图中获取 orderline_notes。但似乎该领域不存在。您是否知道关闭 POS 票后添加到餐厅 POS 中的注释会转到何处?

我已经尝试过 iface_orderline_notes 以及 orderline_notes 并从订单中导出所有字段,但没有找到添加的评论。

<?xml version="1.0"?>
<tree string="POS Orders" decoration-info="state == 'draft'" decoration-muted="state in ('done','cancel')" create="0">
                <field name="orderline_notes"/>
...

似乎它们没有存储在除 JavaScript 以外的任何地方,因此仅存储在 PoS 的一个会话中。