mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add basic support for mobile mode
This commit is contained in:
@@ -21,3 +21,12 @@ exports[`can render one menu item 1`] = `
|
||||
</ul>
|
||||
</div>"
|
||||
`;
|
||||
|
||||
exports[`mobile mode: navbar is different 1`] = `
|
||||
"<div class=\\"o_navbar\\">
|
||||
<span class=\\"title\\">Odoo MOBILE</span>
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</div>"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user