You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
599 B

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<!-- Inherit OrderWidget to Modify it -->
<t t-name="OrderWidget" t-inherit="point_of_sale.OrderWidget"
t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('order-container')]" position="before">
<ProductsWidget
mobileSearchBarIsShown="props.mobileSearchBarIsShown"/>
<MobileOrderWidget t-if="env.isMobile" pane="state.mobile_pane"
onSwitchPane.bind="switchPane"/>
</xpath>
</t>
</templates>