我在獲取函數字段以計算折扣,稅收和總計在一個列表中遇到問題。 我與OpenERP的7這裏工作是我的代碼: def _total(self,cr,uid,ids,field_names,args,context=None):
res = {}
for record in self.browse(cr,uid,ids,context=context):
res[reco
我正在嘗試訪問嵌套字典中的值並最終結束; raise ValueError("Invalid field %r in leaf %r" % (left, str(leaf)))
ValueError: Invalid field 'att_date_date' in leaf "<osv.ExtendedLeaf: ('att_date_date', '<=', '2017-08-01') on
我試圖將新列(來自合作伙伴模型的字段)添加到報價樹視圖。這是在調試模式下原來的樹視圖 <tree string="Quotation" fonts="bold:message_unread==True" colors="grey:state=='cancel';blue:state in ('waiting_date','manual');red:state in ('invoice_except