Skip to content

Commit

Permalink
[FIX] file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Mar 17, 2024
1 parent 5988f37 commit 3bc37ce
Show file tree
Hide file tree
Showing 52 changed files with 0 additions and 0 deletions.
Empty file modified .codeclimate.yml
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified .pre-commit-config.yaml
100755 → 100644
Empty file.
Empty file modified .travis.yml
100755 → 100644
Empty file.
Empty file modified CONTRIBUTING.md
100755 → 100644
Empty file.
Empty file modified base_monero/README.md
100755 → 100644
Empty file.
Empty file modified base_monero/__init__.py
100755 → 100644
Empty file.
Empty file modified base_monero/__manifest__.py
100755 → 100644
Empty file.
Empty file modified base_monero/data/res_currency_data.xml
100755 → 100644
Empty file.
Empty file modified base_monero/demo/demo.xml
100755 → 100644
Empty file.
Empty file modified dev-requirements.txt
100755 → 100644
Empty file.
Empty file modified oca_dependencies.txt
100755 → 100644
Empty file.
Empty file modified payment_monero/README.md
100755 → 100644
Empty file.
Empty file modified payment_monero/__init__.py
100755 → 100644
Empty file.
Empty file modified payment_monero/__manifest__.py
100755 → 100644
Empty file.
Empty file modified payment_monero/controllers/__init__.py
100755 → 100644
Empty file.
Empty file modified payment_monero/controllers/monero_controller.py
100755 → 100644
Empty file.
Empty file modified payment_monero/controllers/website_sale.py
100755 → 100644
Empty file.
Empty file modified payment_monero/data/monero_xmr_payment_acquirer.xml
100755 → 100644
Empty file.
Empty file modified payment_monero/data/payment_icon_data.xml
100755 → 100644
Empty file.
Empty file modified payment_monero/data/queue.xml
100755 → 100644
Empty file.
Empty file modified payment_monero/demo/demo.xml
100755 → 100644
Empty file.
Empty file modified payment_monero/models/__init__.py
100755 → 100644
Empty file.
Empty file modified payment_monero/models/exceptions.py
100755 → 100644
Empty file.
Empty file modified payment_monero/models/monero_acq.py
100755 → 100644
Empty file.
Empty file modified payment_monero/models/sales_order.py
100755 → 100644
Empty file.
Empty file modified payment_monero/static/src/js/jquery.qrcode.min.js
100755 → 100644
Empty file.
Empty file modified payment_monero/tests/__init__.py
100755 → 100644
Empty file.
Empty file modified payment_monero/tests/test_controllers.py
100755 → 100644
Empty file.
Empty file modified payment_monero/tests/test_monero_acq.py
100755 → 100644
Empty file.
Empty file modified payment_monero/tests/test_sales_order.py
100755 → 100644
Empty file.
Empty file modified payment_monero/views/monero_acquirer_form.xml
100755 → 100644
Empty file.
Empty file modified payment_monero/views/monero_payment_confirmation.xml
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/README.md
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/__init__.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/__manifest__.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/controllers/__init__.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/controllers/monero_controller.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/data/monero_xmr_payment_method.xml
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/data/queue.xml
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/demo/demo.xml
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/models/__init__.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/models/exceptions.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/models/pos_order.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/models/pos_payment.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/models/pos_payment_method.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/static/src/js/jquery.qrcode.min.js
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/tests/__init__.py
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/views/pos_payment_method_form.xml
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/views/pos_payment_method_views.xml
100755 → 100644
Empty file.
Empty file modified pos_payment_monero/views/pos_payment_views.xml
100755 → 100644
Empty file.
Empty file modified requirements.txt
100755 → 100644
Empty file.

0 comments on commit 3bc37ce

Please sign in to comment.