Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

Hello,

 

I try to make a custom authentication module.

So i took inspiration(like copy paste and rename) from auth_oauth module in the addons folder.

this is my complete javascript file in:

module/static/src/js/auth_oauth.js

http://pastebin.com/7LRRNrsU

 

Next I wrote a controller in

module/controllers/main.py

http://pastebin.com/XSUAKdRH

 

I have also add the import in

module/__init__.py

>> import controllers

module/controllers/__init__.py

>> import main

 

and in the __openerp__.py

i add this
        'js': [
            'static/src/js/auth_oauth.js',
            ],
        'css': [
            'static/src/css/zocial.css',
            'static/src/css/auth_oauth.css',
            ],

 

The auth_oauth module is not installed.

When I try to debug, the javascript never come in the start function I declare in my js file.

It's like all the function in instance.web.Login.include is never included during the process.

I try to install the auth_oauth module and debug his javascript and his start function is call.

 

What i miss for the openerp javascript call my start function ?

Clement, thanks

Awatar
Odrzuć
Autor Najlepsza odpowiedź

I found....

it's realy easy but I try to find an answer too far away,

I juste give se same name in

openerp.Module = blabla

and the name of the folder which contains the module,

Both does have the same name because in the function with call the start, the folder name is given to the openerp var....

Thank.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
8
paź 24
23092
4
sty 19
3901
4
mar 25
3580
2
sie 24
1514
0
maj 23
1783