Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3154 Представления
Аватар
Отменить
Лучший ответ

I did it with something like this.  Just use the old <xpath> tags like you do with forms, tree views etc.

<openerp>

<data>

<template id="report_custom_invoice_document" inherit_id="account.report_invoice_document">
    <xpath expr="//div[@class='page']" position="replace">
        <div class="page">

          <!-- etc -->

        </div>
    </xpath>
</template>

</data>

</openerp>

Аватар
Отменить