콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
575 화면

Hello Odoo Community,

I'm currently using Odoo 17 and facing an issue with the way the Many2one field is displayed on mobile devices. The default simplified popup/modal view on mobile is not practical for heavy usage, especially when advanced search and autocomplete functionalities are frequently required, which are readily available in the desktop view.

Specifically, I want to:

  • Have the Many2one field behavior on mobile devices exactly match its desktop counterpart.
  • Ensure full functionality of autocomplete, search options, and the create/edit buttons as available on desktop.

Is there a reliable and clean solution in Odoo 17 to display the Many2one field identically to the desktop view on mobile devices?

Thank you in advance for your assistance and insights.

아바타
취소
베스트 답변

To make Many2one fields look and behave the same on mobile as on desktop:

  • Use widget="many2one" explicitly in your XML.
  • Add options="{'no_create': True}" to reduce clutter.
  • Use Odoo Studio to adjust mobile layout if available.
  • For advanced control, override the FieldMany2One widget in JS.
  • Check device zoom or font settings if UI looks off.

For a full fix, customization in XML/JS may be needed.

For better understand call 045490505

아바타
취소
관련 게시물 답글 화면 활동
0
11월 24
1268
0
10월 24
1532
1
10월 24
2171
0
10월 24
1285
0
10월 24
1036