This question has been flagged
18 Replies
9445 Views

How to enable the kitten mode?

Avatar
Discard

What this mode will do?

That question was asked and answered here http://help.openerp.com/question/3915/what-is-the-kitten-mode/

Author Best Answer

You need to add the kitten=1 parameter in the url.

Example: https://demo1.openerp.com/?kitten=1

Avatar
Discard

your link isn't working Mr Kitten!

Author

I used the url of the demo instance, now it should be clickable.

can we change the background picture?

Author

Nope.......

what's the use of Kitten mode??

How to change background kitten image ?

@Bonnet, yes ad can change it from base.css.

.kitten-mode-activated { background-image: url(http://placekitten.com/g/1365/769); background-size: cover; background-attachment: fixed; } .kitten-mode-activated > * { opacity: 0.7; }

Lovely! Didn't know that. From what I can see, simply a way to have your own background for some fun.

cool. is it just a background?

The image is actually loaded from a JavaScript file called chrome.js and is found here:

addons/web/static/src/js/chrome.js:1261: $("body").css("background-image", "url(" + instance.session.origin + "/web/static/src/img/back-enable.jpg" + ")")

Best Answer

you can add in you kitten=1 in your link like localhost:8069/?kitten=1 and can activate kitten mode.

Avatar
Discard

Is it useful in any way?

It is useful for showing cat in back ground. And make your background with cat as if you like to see the cats.

Kitten Mode features in OpenERP 7.0:

> Unified Kitten background with optimized transparency for a better kitten mode pleasure

> Hypnotic head-turning loading kitten

One can enable the mode with just "kitten" or "kitten=ANYTHING" Example: localhost:8069/?kitten localhost:8069/?kitten=love

Best Answer

They killed kittens in odoo 9.0

https://github.com/odoo/odoo/commit/e8a00bc50da435d3859118ca127d20a2eb9a0cab#diff-ecb7ff32e1988f84ca46e8b2cf5c8ecaL1312


Avatar
Discard