raise ValueError('External ID not found in the system: %s' % xmlid)

 raise ValueError('External ID not found in the system: %s' % xmlid) 出現這種情況多半是動作放在了視圖的前面 odoo視圖的加載順序從上到下,而非全部加載完視圖,在執行 因此未能檢索到放到動作下面的視圖 這一點類似於Python的變量 要使用,必須先定義 而非先試用後定義
相關文章
相關標籤/搜索