目前分類:odoo (4)

瀏覽方式: 標題列表 簡短摘要

When you delete the module that already existed in odoo,  you will meet KeyError problem.

Solution: delete ir_model table that the model column is equal to the model name and restart -u module

文章標籤

Akira Chen 發表在 痞客邦 留言(0) 人氣()

after switching to python3 virtual env,  use env python to upgrade and install package

(env39) [vagrant@localhost bin]$ sudo /env39/bin/python -m pip install --upgrade pip

文章標籤

Akira Chen 發表在 痞客邦 留言(0) 人氣()

Master view
<field name="book_dtl_ids" colspan="4" context="{ 'default_submit_deptmst_id': submit_deptmst_id}"/>

文章標籤

Akira Chen 發表在 痞客邦 留言(0) 人氣()

In Odoo 14,how to set filters('*.pdf, *.jpg') in Binary field?

Users can only select the file with filter when uploading a file.

 

文章標籤

Akira Chen 發表在 痞客邦 留言(0) 人氣()