Browse Source

[FIX] footer conflict #66

pull/67/head
Hilar Ak 7 years ago
committed by GitHub
parent
commit
c8ff02cbd0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      odoo-debrand/views/views.xml

2
odoo-debrand/views/views.xml

@ -82,7 +82,7 @@
</template>
<template id="layout_footer_copyright" inherit_id="website.layout" name="Footer Copyright">
<xpath expr="//footer" position="inside">
<xpath expr="//div[@class='container mt16 mb8']" position="replace">
<div class="container mt16 mb8">
<div class="pull-right" t-if="not editable">
Powered by <a class="label label-danger" t-att-href="request.env['website'].sudo().search([])[0].company_website or ''">

Loading…
Cancel
Save