[FIX] Fix missing modifiers on notebook page tab

bzr revid: fme@openerp.com-20120417083016-cvku8xv0bsajzy91
This commit is contained in:
Fabien Meghazi 2012-04-17 10:30:16 +02:00
parent dfda972285
commit 1be2406a05
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@
<t t-name="FormRenderingNotebook">
<div>
<ul t-attf-class="oe_form_notebook #{classnames}">
<li t-foreach="pages" t-as="page">
<li t-foreach="pages" t-as="page" t-att-modifiers="page.modifiers">
<a t-attf-href="##{page.id}">
<t t-esc="page.string"/>
</a>