diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0764234 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class + +# OS +.DS_Store +Thumbs.db + +# Editor +.vscode/ +.idea/ + +# Odoo +*.pot diff --git a/__init__.py b/__init__.py old mode 100644 new mode 100755 diff --git a/__manifest__.py b/__manifest__.py old mode 100644 new mode 100755 index 4274fe5..7c64764 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,7 +1,7 @@ { "name": "POS Cash Opening Adjustment", "summary": "Prevent opening cash journal entries and exclude opening float from closing totals while keeping reconciliation data.", - "version": "17.0.1.0.0", + "version": "19.0.1.0.0", "category": "Point of Sale", "author": "Suherdy Yacob", "depends": ["point_of_sale"], diff --git a/models/__init__.py b/models/__init__.py old mode 100644 new mode 100755 diff --git a/models/pos_session.py b/models/pos_session.py old mode 100644 new mode 100755 diff --git a/static/src/xml/closing_popup.xml b/static/src/xml/closing_popup.xml old mode 100644 new mode 100755