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.
 
 
 
 
 

43 lines
1.9 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="portal_product_inherit" name="Portal Product availability"
customize_show="True"
inherit_id="portal.portal_my_home" priority="100">
<xpath expr="//div[hasclass('o_portal_docs')]" position="inside">
<t t-call="portal.portal_docs_entry">
<t t-set="title">Products Stock Availability</t>
<t t-set="url" t-value="'/my/products'"/>
<t t-set="placeholder_count" t-value="'p_count'"/>
</t>
</xpath>
</template>
<template id="portal_product_availability" name="Portal availability">
<t t-call="portal.portal_layout">
<t t-set="breadcrumbs_searchbar" t-value="True"/>
<t t-call="portal.portal_searchbar">
<t t-set="title">Products Stock Availability</t>
</t>
<form class="s_website_form form-horizontal container-fluid mt32">
<label class="col-md-3 col-sm-4 control-label" for="name">
Products Stock availability
</label>
<div class="col-sm-4 col-md-6 o_website_product_search">
<input type="text"
class="form-control o_portal_product_input"
id="product_name_input"
name="products_search" required=""
placeholder="Search products..."/>
<div aria-label="Search" title="Search" clickable="1"
style="position: relative;left: 620px;top: -30px;">
<i class="fa fa-search" style="color: black;"/>
</div>
</div>
<div>
<div class="product_results_table col-sm-4 col-md-6"/>
</div>
</form>
</t>
</template>
</odoo>