diff --git a/__manifest__.py b/__manifest__.py index 45c7554..234b4fe 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -7,7 +7,7 @@ 'author': 'matthias.lotz', 'category': 'Point of Sale', 'data': [ - # 'data/data.xml', + 'data/data.xml', 'security/ir.model.access.csv', ], diff --git a/todo.md b/todo.md index b4aa4b5..ac15d99 100644 --- a/todo.md +++ b/todo.md @@ -24,7 +24,7 @@ Die schrittweise Wiederherstellung der Funktionalität des Moduls `open_workshop - `ows.user`, `ows.machine`, `ows.machine.access` - Optional: `res.partner` (nur read) - [x] Installieren -- [ ] testen ob Zugriff möglich ist +- [ ] testen ob Zugriff möglich ist -> tests/test_access_rights.py ---