diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63f0962 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class + +# Odoo +*.pot +*.po + +# Editor +.vscode/ +.idea/ +*.swp +*.swo +.DS_Store diff --git a/__manifest__.py b/__manifest__.py index 98e732a..ab99b30 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -3,7 +3,7 @@ "summary": "Allow backdating of physical stock adjustments and valuations.", "version": "17.0.1.0.0", "category": "Warehouse", - "author": "Antigravity", + "author": "Suherdy Yacob", "license": "AGPL-3", "depends": ["stock_account"], "data": [