如何更改搜索栏在odoo 15中的位置
<t t-inherit="web.Legacy.ControlPanel" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o_cp_searchview')]" position="after">
<div class="my-search">Test Search</div>
</xpath>
</t>
如何更改搜索栏的位置?
我需要在3部分
- 侧栏菜单
- 搜索菜单
- 页面
上更改基本布局。
<t t-inherit="web.Legacy.ControlPanel" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o_cp_searchview')]" position="after">
<div class="my-search">Test Search</div>
</xpath>
</t>
How Can I change the position of the search bar?
I need to change base layout in 3 section
- Sidebar Menu
- Search menu
- Page layout
How this possible in web odoo 15
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论