#fix: webpage
This commit is contained in:
parent
febfa6bb98
commit
92a45a847b
|
|
@ -16,26 +16,24 @@
|
||||||
<!-- </xpath>-->
|
<!-- </xpath>-->
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<!-- <xpath expr="//select[@name='master_select']" position="after">-->
|
<!-- <xpath expr="//select[@name='master_select']" position="after">-->
|
||||||
<!-- <div class="text-center mt-3">-->
|
<!-- <div class="text-center mt-3">-->
|
||||||
<!-- <small class="text-muted">-->
|
<!-- <small class="text-muted">-->
|
||||||
<!-- Powered by-->
|
<!-- Powered by-->
|
||||||
<!-- <strong>SRIVYN PLATFORMS</strong>-->
|
<!-- <strong>SRIVYN PLATFORMS</strong>-->
|
||||||
<!-- </small>-->
|
<!-- </small>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- </xpath>-->
|
<!-- </xpath>-->
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<odoo>
|
|
||||||
<template id="brand_promotion_inherit"
|
<template id="brand_promotion_inherit"
|
||||||
inherit_id="web.brand_promotion">
|
inherit_id="web.brand_promotion">
|
||||||
|
|
||||||
<xpath expr="//div[@class='o_brand_promotion']" position="replace">
|
<xpath expr="//div[@class='o_brand_promotion']" position="replace">
|
||||||
<div class="o_brand_promotion srivyn_brand_footer">
|
<div class="o_brand_promotion srivyn_brand_footer">
|
||||||
Powered by <strong>SRIVYN PLATFORMS PVT.LTD</strong>
|
Powered by
|
||||||
|
<strong>SRIVYN PLATFORMS PVT.LTD</strong>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
</odoo>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
Loading…
Reference in New Issue