我正在尝试在树视图中获取 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"/>
...