mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] l10n_es
This commit is contained in:
13
hotel_l10n_es/static/src/xml/hotel_l10n_es_templates.xml
Normal file
13
hotel_l10n_es/static/src/xml/hotel_l10n_es_templates.xml
Normal 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>
|
||||
Reference in New Issue
Block a user