Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
550 Lượt xem

Hi! 

I have downgraded the Accounting app to Invoicing, as we won't need the full accounting functionality, and now I am getting this error:

UncaughtPromiseError

Uncaught Promise > Missing field string information for the field 'asset_id' from the 'account.move' model


Can someone help me figure out what is going on here? 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,This issue has arisen because the "asset_id" field still exists in the "account.move" model, despite the related model for this field, "account.asset," no longer being available due to the downgrading of the accounting app.

1. Activate developer mode.

2. Settings -> Technical -> Database structure -> Model .


3. search account.move -> select the records.Delete the asset_id field.



Hope it helps,

Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you so much! This fixed the issue.