From bad2adb1f83fbd4cad31369fef7833878d97bc10 Mon Sep 17 00:00:00 2001 From: "admin.suherdy" Date: Sat, 6 Dec 2025 19:05:13 +0700 Subject: [PATCH] add gitignore --- .gitignore | 15 +++++++++++++++ __manifest__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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": [