11 lines
298 B
Markdown
11 lines
298 B
Markdown
|
|
# Flectra/Odoo LDAP Partner Sync
|
||
|
|
|
||
|
|
The README is stil WIP, but you may just read the code :(
|
||
|
|
|
||
|
|
### From Flectra to Odoo and vice versa
|
||
|
|
The script just changes the `__manifet__.py` and creates the views if not existing
|
||
|
|
```sh
|
||
|
|
# from flectra to odoo is the default
|
||
|
|
./change_framework [flectra|odoo]
|
||
|
|
```
|