Initial commit

This commit is contained in:
Holger Sielaff
2025-06-26 08:41:56 +02:00
commit 69e2718826
16 changed files with 808 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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]
```