Commit 4f1c3057 by François

Add Howto page (to explain how to use 'Odoo user connect' feature)

parent 313c7e0f
Pipeline #1145 passed with stage
in 1 minute 22 seconds
## Add odoo user login button
- In the template, include "conn_admin.html" as following :
```
{% block content %}
{% include "common/conn_admin.html" %}
```
- In the JS code, use the following pattern (for example) :
```
$(document).ready(function() {
if (coop_is_connected()) {
.....
}
}
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment