[WIP] l10n_es

This commit is contained in:
Dario Lodeiros
2019-01-10 17:26:23 +01:00
parent c1b2a59686
commit 87fc71567d
34 changed files with 3022 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="hotelname_bootstrap"
inherit_id="web.menu_secondary"
name="Hotel Name - Web Client"
>
<xpath expr="//div[@class='o_sub_menu_content']/t" position="after">
<div class="title-hotel-name">
<t t-esc="request.env.user.company_id.property_name"/>
</div>
</xpath>
</template>
</odoo>