diff --git a/__manifest__.py b/__manifest__.py index c5bda44..f611e47 100755 --- a/__manifest__.py +++ b/__manifest__.py @@ -9,6 +9,7 @@ 'description': """ This module extends the Odoo Sign module to allow users to upload images as a field type. """, + 'author': "Suherdy Yacob", 'depends': ['sign'], 'data': [ 'data/sign_item_type_data.xml', diff --git a/__pycache__/__init__.cpython-312.pyc b/__pycache__/__init__.cpython-312.pyc index eda52dd..668cf8e 100644 Binary files a/__pycache__/__init__.cpython-312.pyc and b/__pycache__/__init__.cpython-312.pyc differ diff --git a/controllers/__pycache__/__init__.cpython-312.pyc b/controllers/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..95c7b7a Binary files /dev/null and b/controllers/__pycache__/__init__.cpython-312.pyc differ diff --git a/controllers/__pycache__/main.cpython-312.pyc b/controllers/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000..4acae5c Binary files /dev/null and b/controllers/__pycache__/main.cpython-312.pyc differ