【发布时间】:2019-09-17 03:50:39
【问题描述】:
我正在尝试在树视图中获取 orderline_notes。但似乎该领域不存在。您知道在关闭 POS 票后添加到餐厅 POS 中的便笺去哪里了吗?
我尝试了 iface_orderline_notes 和 orderline_notes 并从订单中导出所有字段,但没有找到添加的 cmets。
<?xml version="1.0"?>
<tree string="POS Orders" decoration-info="state == 'draft'" decoration-muted="state in ('done','cancel')" create="0">
<field name="orderline_notes"/>
...
【问题讨论】: