diff --git a/odex25_dms/dms/__pycache__/__init__.cpython-37.pyc b/odex25_dms/dms/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..13c17b21d Binary files /dev/null and b/odex25_dms/dms/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/dms/controllers/__pycache__/__init__.cpython-37.pyc b/odex25_dms/dms/controllers/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..a91ad701d Binary files /dev/null and b/odex25_dms/dms/controllers/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/dms/controllers/__pycache__/main.cpython-37.pyc b/odex25_dms/dms/controllers/__pycache__/main.cpython-37.pyc new file mode 100644 index 000000000..4c3a8a758 Binary files /dev/null and b/odex25_dms/dms/controllers/__pycache__/main.cpython-37.pyc differ diff --git a/odex25_dms/dms/controllers/__pycache__/portal.cpython-37.pyc b/odex25_dms/dms/controllers/__pycache__/portal.cpython-37.pyc new file mode 100644 index 000000000..5f511940e Binary files /dev/null and b/odex25_dms/dms/controllers/__pycache__/portal.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/__init__.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..abe0be7dd Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/abstract_dms_mixin.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/abstract_dms_mixin.cpython-37.pyc new file mode 100644 index 000000000..3af8f7c2d Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/abstract_dms_mixin.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/access_groups.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/access_groups.cpython-37.pyc new file mode 100644 index 000000000..68e5d2ec2 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/access_groups.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/attach.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/attach.cpython-37.pyc new file mode 100644 index 000000000..d90d48a41 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/attach.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/base.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/base.cpython-37.pyc new file mode 100644 index 000000000..8e31e7d01 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/base.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/category.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/category.cpython-37.pyc new file mode 100644 index 000000000..f4ad80802 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/category.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/directory.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/directory.cpython-37.pyc new file mode 100644 index 000000000..33c2336a1 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/directory.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/dms_file.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/dms_file.cpython-37.pyc new file mode 100644 index 000000000..6b3036e59 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/dms_file.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/dms_security_mixin.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/dms_security_mixin.cpython-37.pyc new file mode 100644 index 000000000..5c00a79e0 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/dms_security_mixin.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/dms_settings.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/dms_settings.cpython-37.pyc new file mode 100644 index 000000000..335df7605 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/dms_settings.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/document.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/document.cpython-37.pyc new file mode 100644 index 000000000..361f32696 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/document.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/documents_mixin.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/documents_mixin.cpython-37.pyc new file mode 100644 index 000000000..b915f7b21 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/documents_mixin.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/ir_attachment.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/ir_attachment.cpython-37.pyc new file mode 100644 index 000000000..70f45c8fc Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/ir_attachment.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/mail_activity.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/mail_activity.cpython-37.pyc new file mode 100644 index 000000000..a8740b40a Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/mail_activity.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/mail_thread.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/mail_thread.cpython-37.pyc new file mode 100644 index 000000000..2f1ae336c Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/mail_thread.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/mixins_thumbnail.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/mixins_thumbnail.cpython-37.pyc new file mode 100644 index 000000000..86fc33594 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/mixins_thumbnail.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/res_company.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/res_company.cpython-37.pyc new file mode 100644 index 000000000..1e42c3ad7 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/res_company.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/res_config_settings.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/res_config_settings.cpython-37.pyc new file mode 100644 index 000000000..45c605b10 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/res_config_settings.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/res_partner.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/res_partner.cpython-37.pyc new file mode 100644 index 000000000..2a0bb20da Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/res_partner.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/share.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/share.cpython-37.pyc new file mode 100644 index 000000000..6eb0f69eb Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/share.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/storage.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/storage.cpython-37.pyc new file mode 100644 index 000000000..47c22bbfa Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/storage.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/tag.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/tag.cpython-37.pyc new file mode 100644 index 000000000..7240c3b1b Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/tag.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/tags.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/tags.cpython-37.pyc new file mode 100644 index 000000000..bc6a7d72d Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/tags.cpython-37.pyc differ diff --git a/odex25_dms/dms/models/__pycache__/workflow.cpython-37.pyc b/odex25_dms/dms/models/__pycache__/workflow.cpython-37.pyc new file mode 100644 index 000000000..853c345f4 Binary files /dev/null and b/odex25_dms/dms/models/__pycache__/workflow.cpython-37.pyc differ diff --git a/odex25_dms/dms/security/ir.model.access.csv b/odex25_dms/dms/security/ir.model.access.csv index b9aeb2145..a6bf3470c 100644 --- a/odex25_dms/dms/security/ir.model.access.csv +++ b/odex25_dms/dms/security/ir.model.access.csv @@ -15,7 +15,7 @@ access_dms_attach,dms_storage_manager,model_dms_file_attach,group_dms_manager,1, access_dms_directory_public,dms_directory_public,model_dms_directory,base.group_public,1,0,0,0 access_dms_directory_portal,dms_directory_portal,model_dms_directory,base.group_portal,1,0,0,0 -access_dms_directory_base_user,dms_directory_base_user,model_dms_directory,base.group_user,1,0,0,0 +access_dms_directory_base_user,dms_directory_base_user,model_dms_directory,base.group_user,1,1,1,1 access_dms_directory_user,dms_directory_user,model_dms_directory,group_dms_user,1,1,1,1 access_dms_file_public,dms_file_public,model_dms_file,base.group_public,1,0,0,0 diff --git a/odex25_dms/dms/tools/__pycache__/__init__.cpython-37.pyc b/odex25_dms/dms/tools/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..9f055ecae Binary files /dev/null and b/odex25_dms/dms/tools/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/dms/tools/__pycache__/file.cpython-37.pyc b/odex25_dms/dms/tools/__pycache__/file.cpython-37.pyc new file mode 100644 index 000000000..109a5e2b3 Binary files /dev/null and b/odex25_dms/dms/tools/__pycache__/file.cpython-37.pyc differ diff --git a/odex25_dms/dms/wizard/__pycache__/__init__.cpython-37.pyc b/odex25_dms/dms/wizard/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..ff025b0ee Binary files /dev/null and b/odex25_dms/dms/wizard/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/dms/wizard/__pycache__/request_activity.cpython-37.pyc b/odex25_dms/dms/wizard/__pycache__/request_activity.cpython-37.pyc new file mode 100644 index 000000000..a93301717 Binary files /dev/null and b/odex25_dms/dms/wizard/__pycache__/request_activity.cpython-37.pyc differ diff --git a/odex25_dms/documents/__pycache__/__init__.cpython-37.pyc b/odex25_dms/documents/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..6d125e949 Binary files /dev/null and b/odex25_dms/documents/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/documents/controllers/__pycache__/__init__.cpython-37.pyc b/odex25_dms/documents/controllers/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..fad38f2c5 Binary files /dev/null and b/odex25_dms/documents/controllers/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/documents/controllers/__pycache__/main.cpython-37.pyc b/odex25_dms/documents/controllers/__pycache__/main.cpython-37.pyc new file mode 100644 index 000000000..9667af04d Binary files /dev/null and b/odex25_dms/documents/controllers/__pycache__/main.cpython-37.pyc differ diff --git a/odex25_dms/mail_preview_base/__pycache__/__init__.cpython-37.pyc b/odex25_dms/mail_preview_base/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..04d315217 Binary files /dev/null and b/odex25_dms/mail_preview_base/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/odex25_documents_spreadsheet/__pycache__/__init__.cpython-37.pyc b/odex25_dms/odex25_documents_spreadsheet/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..b4090ffc6 Binary files /dev/null and b/odex25_dms/odex25_documents_spreadsheet/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/__init__.cpython-37.pyc b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..8b5e1fe55 Binary files /dev/null and b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/document.cpython-37.pyc b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/document.cpython-37.pyc new file mode 100644 index 000000000..2b9ed1080 Binary files /dev/null and b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/document.cpython-37.pyc differ diff --git a/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/spreadsheet_contributor.cpython-37.pyc b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/spreadsheet_contributor.cpython-37.pyc new file mode 100644 index 000000000..3979654db Binary files /dev/null and b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/spreadsheet_contributor.cpython-37.pyc differ diff --git a/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/spreadsheet_template.cpython-37.pyc b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/spreadsheet_template.cpython-37.pyc new file mode 100644 index 000000000..2b61a74cc Binary files /dev/null and b/odex25_dms/odex25_documents_spreadsheet/models/__pycache__/spreadsheet_template.cpython-37.pyc differ diff --git a/odex25_dms/odex25_documents_spreadsheet/wizard/__pycache__/__init__.cpython-37.pyc b/odex25_dms/odex25_documents_spreadsheet/wizard/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..f7fa4589d Binary files /dev/null and b/odex25_dms/odex25_documents_spreadsheet/wizard/__pycache__/__init__.cpython-37.pyc differ diff --git a/odex25_dms/odex25_documents_spreadsheet/wizard/__pycache__/save_spreadsheet_template.cpython-37.pyc b/odex25_dms/odex25_documents_spreadsheet/wizard/__pycache__/save_spreadsheet_template.cpython-37.pyc new file mode 100644 index 000000000..0490a31ec Binary files /dev/null and b/odex25_dms/odex25_documents_spreadsheet/wizard/__pycache__/save_spreadsheet_template.cpython-37.pyc differ diff --git a/odex25_dms/web_drop_target/__pycache__/__init__.cpython-37.pyc b/odex25_dms/web_drop_target/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 000000000..dba0c1389 Binary files /dev/null and b/odex25_dms/web_drop_target/__pycache__/__init__.cpython-37.pyc differ