diff --git a/lims_management/__manifest__.py b/lims_management/__manifest__.py index 95f6fdc..95e14e7 100644 --- a/lims_management/__manifest__.py +++ b/lims_management/__manifest__.py @@ -45,6 +45,7 @@ 'views/menus.xml', ], 'demo': [ + 'demo/demo_users.xml', 'demo/z_lims_demo.xml', 'demo/z_analysis_demo.xml', 'demo/z_sample_demo.xml', diff --git a/lims_management/demo/demo_users.xml b/lims_management/demo/demo_users.xml new file mode 100644 index 0000000..496709a --- /dev/null +++ b/lims_management/demo/demo_users.xml @@ -0,0 +1,61 @@ + + + + + + + Recepcionista Demo + recepcionista + demo + recepcionista@example.com + + + + + + + + Técnico Demo + tecnico + demo + tecnico@example.com + + + + + + + + Administrador Lab Demo + administrador + demo + administrador@example.com + + + + + + + + Recepcionista Demo + recepcionista@example.com + + + + + + Técnico Demo + tecnico@example.com + + + + + + Administrador Lab Demo + administrador@example.com + + + + + + \ No newline at end of file