diff --git a/addons/test_correct_encode/__manifest__.py b/addons/test_correct_encode/__manifest__.py new file mode 100644 index 0000000..8a41ab7 --- /dev/null +++ b/addons/test_correct_encode/__manifest__.py @@ -0,0 +1,10 @@ +{ + 'name': 'Test Correct Encode', + 'summary': 'Verifies the upload→commit→fetch round-trip preserves bytes.', + 'category': 'Tools', + 'version': '18.0.1.0.0', + 'license': 'LGPL-3', + 'author': 'OdooSky', + 'depends': ['base', 'web'], + 'installable': True, +}