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 3934318..df6169b --- a/__manifest__.py +++ b/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'POS Customer Orders', - 'version': '17.0.1.0.0', + 'version': '19.0.1.0.0', 'category': 'Point of Sale', 'summary': 'Show last 2 orders in POS Customer Details', 'author': 'Suherdy Yacob', diff --git a/models/__init__.py b/models/__init__.py old mode 100644 new mode 100755 diff --git a/models/res_partner.py b/models/res_partner.py old mode 100644 new mode 100755 diff --git a/static/src/js/partner_editor.js b/static/src/js/partner_editor.js old mode 100644 new mode 100755 diff --git a/static/src/xml/partner_editor.xml b/static/src/xml/partner_editor.xml old mode 100644 new mode 100755