bemade-addons/odoo_to_odoo_bemade/security/ir.model.access.csv
mathis b792e43873 [IMP] Odoo Sync Modules: Major Enhancements and Fixes
- Added comprehensive README files for all three sync modules
- Implemented advanced logging system with multiple log levels (DEBUG, INFO, WARNING, ERROR)
- Added automatic sensitive data masking for security in log payloads
- Implemented log retention policy (90 days local, 7 years in AWS S3 Glacier)
- Added AWS S3 integration for long-term log archiving
- Fixed validation error with bemade_instance_id in sync model creation
- Refactored model inheritance structure from _inherit to _inherits for proper delegation
- Fixed duplicate sync model prevention logic
- Restored Test Connection button in instance view
- Fixed connection test logging to properly record success/failure
- Fixed queue creation for connection test logs
- Removed unnecessary Synchronized Module tab from odoo_to_odoo_bemade
- Added database indexing on create_date for performance optimization
- Fixed foreign key constraint violations in field mappings creation
- Enhanced error handling throughout the synchronization process
2025-08-15 08:40:17 -04:00

1.3 KiB

1idnamemodel_id:idgroup_id:idperm_readperm_writeperm_createperm_unlink
2access_odoo_to_bemade_sync_model_adminodoo.to.bemade.sync.model adminmodel_odoo_to_bemade_sync_modelbase.group_system1111
3access_odoo_to_bemade_sync_model_userodoo.to.bemade.sync.model usermodel_odoo_to_bemade_sync_modelbase.group_user1000
4access_odoo_to_bemade_sync_model_field_adminodoo.to.bemade.sync.model.field adminmodel_odoo_to_bemade_sync_model_fieldbase.group_system1111
5access_odoo_to_bemade_sync_model_field_userodoo.to.bemade.sync.model.field usermodel_odoo_to_bemade_sync_model_fieldbase.group_user1000
6access_odoo_to_bemade_instance_adminodoo.to.bemade.instance adminmodel_odoo_to_bemade_instancebase.group_system1111
7access_odoo_to_bemade_instance_userodoo.to.bemade.instance usermodel_odoo_to_bemade_instancebase.group_user1000
8access_odoo_to_bemade_sync_log_adminodoo.to.bemade.sync.log adminmodel_odoo_to_bemade_sync_logbase.group_system1111
9access_odoo_to_bemade_sync_log_userodoo.to.bemade.sync.log usermodel_odoo_to_bemade_sync_logbase.group_user1000
10access_odoo_to_bemade_sync_queue_adminodoo.to.bemade.sync.queue adminmodel_odoo_to_bemade_sync_queuebase.group_system1111
11access_odoo_to_bemade_sync_queue_userodoo.to.bemade.sync.queue usermodel_odoo_to_bemade_sync_queuebase.group_user1000