Odoo如何在选择产品时更新内联编辑模式中的字段

时间:2017-02-08 09:06:59

标签: python-2.7 openerp odoo-8 erp

HELO,

一旦我在内联编辑模式中选择产品,我需要在订单行(例如purchase.order.line树视图)中更新字段(例如描述),如何在后端获取所选产品,然后更新前端需要的字段?

模型purchase.order.line:

描述

PRODUCT_ID

谢谢,

1 个答案:

答案 0 :(得分:0)

覆盖onchange_product_id()将解决我的问题,并且我能够处理新选择的产品并更新树视图中的另一个字段:

 <com.github.mikephil.charting.charts.BarChart
            android:id="@+id/chart"
            android:layout_width="match_parent"
            android:background="@drawable/your_image"
            android:layout_height="match_parent"/>