wickeddoc87
wickeddoc87
Issue Title: Fulltextsearch Fails with Usernames and Group Names Containing Special Characters Description: When using the Fulltextsearch feature in Nextcloud, I've consistently observed that the search doesn't operate correctly for...
required should be a boolean
'name': "Database auto-backup", 'version': '17.0.0.1', folder = fields.Char('Backup Directory', help='Absolute path for storing the backups', required='True', default='/odoo/backups') Should it not be? folder = fields.Char('Backup Directory', help='Absolute path for storing the...
Integer size was too small. Changed to uint32_t, will avoid the overflow.
Description: We've encountered issues with the OnlyOffice connector for Odoo not functioning correctly in multi-database environments. Specifically, there are problems related to session management and selecting the correct database for...
Description: When attempting to create a new OnlyOffice document within Odoo(17) Documents without selecting a workspace, the operation fails due to an SQL constraint violation error. This issue arises because...