标签: openerp odoo-8 autofill
在我的自定义模块中,有一个名为closing_balance的字段,其类型为float.closing balance由total_credit - total_debit计算。我想通过closing_balance的值自动填充float类型的字段opening_balance特定员工创建下一条记录。
答案 0 :(得分:0)
您需要覆盖该对象的 default_get 方法。
mapping