gestion des demandes d'évolution pour le centre kalachakra non géré dans les module booking et opendons
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.
 
 
 
 

12 lines
466 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="report_invoice_document" inherit_id="account.report_invoice_document">
<xpath expr='//address[@t-field="o.partner_id"]' position="replace">
<span t-field="o.partner_id.name_for_list"/>
</xpath>
<xpath expr='//span[@t-field="o.name"]' position="replace">
<span t-if="o.name != '/'" t-field="o.name"/> <b>: <span t-field="o.payment_state"/></b>
</xpath>
</template>
</odoo>