Skip to content

Commit 679166f

Browse files
Fix manifest version for Odoo 18 compatibility
1 parent c8bedf5 commit 679166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records_management/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'Records Management',
3-
'version': '16.0.1.0.0',
3+
'version': '18.0.1.0.0',
44
'license': 'OPL-1',
55
'depends': [
66
'base',

0 commit comments

Comments
 (0)