İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
6097 Görünümler

Hello guys,

I'm doing some tests and I

In the template website_sale.products, we have this code :

    <div class="products_pager">
        <t t-call="website.pager"/>
    </div>

 

When we try to put this same code in website_sale.product, we get an error :

[...]

QWebException: "'NoneType' object has no attribute '__getitem__'" while evaluating

"pager['page_count'] > 1"


What is the conditions to respect to use website.pager template in website_sale.product?

I know that all the definition of the pager method is in odoo-8.0-20151022/openerp/addons/website/models/website.py. But I don't manage to use the pager method in website_sale.product...

A tip?

Thanks


Avatar
Vazgeç
Üretici En İyi Yanıt

In the file odoo-8.0-20151022/openerp/addons/website_sale/controllers/main.py

a new pager is defined at the line 

 pager = request.website.pager(url=url, total=product_count, page=page, step=PPG, scope=7, url_args=post)

this is the pager used when we call the url /shop.

I will define a new pager_new who will be called with the url /shop/product/... 

It should do the job.

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Eyl 16
5715
0
Mar 15
3648
2
Haz 25
1627
2
May 25
1154
0
Mar 25
1505