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

good afternoon,

I added some custom columns in the account_invoice_line.

When I enter odoo from the PC, the custom columns are displayed, but from the mobile, only the default columns appear. (I understand that it is because the mobile browser is shown in "mobile version"), but how can I do it to be displayed, do I have to enable any option in the view?

release: odoo12

thanks,

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

it's because for mobile browser odoo display kanban view instead of list(tree) view 
https://github.com/odoo/odoo/blob/12.0/addons/account/views/account_invoice_view.xml#L513
add your custom fields in kanban view so it can display in mobile browser

Ảnh đại diện
Huỷ bỏ