تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
4191 أدوات العرض

I wanted to inherit the home page to add some information for login user  I followed 

https://www.odoo.com/fr_FR/forum/aide-1/question/odoo-v11-website-how-to-replace-home-page-139437

and 

https://www.youtube.com/watch?v=htVBViZl45Q

it is not working this is my code


from odoo import http
from odoo.http import request
from odoo.addons.website_sale.controllers.main import Website
class Website_inherit(Website):
    @http.route('/', type='http', auth="public", website=True)
    def index(self, **kw):
        res = super(Website_inherit, self).index(**kw)
        print("vlad work")
        
        
        return http.request.render('n_theme.name_app', data)






الصورة الرمزية
إهمال

def index(self, data={}, **kw):

pls replace

الكاتب

hi @Usman thank u for replying

it did not work

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
ديسمبر 21
24316
3
يوليو 21
21207
0
يناير 21
2158
1
نوفمبر 20
6481
1
سبتمبر 20
3262