From 48b0b7a2832b0c3ba48ecfd943f226dd922bc333 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 07:38:22 +0000 Subject: [PATCH] Tower: upload test_correct_encode 18.0.1.0.0 (via marketplace) --- addons/test_correct_encode/__manifest__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 addons/test_correct_encode/__manifest__.py 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, +}