├── .gitignore
├── .idea
├── inspectionProfiles
│ └── profiles_settings.xml
├── misc.xml
├── modules.xml
├── odoo_mobile.iml
└── workspace.xml
├── .settings
└── org.eclipse.core.resources.prefs
├── README.md
└── mobile
├── __init__.py
├── __openerp__.py
├── index.html
├── mobile_model.py
├── mobile_model.pyc
├── mobile_model.xml
├── security
└── ir.model.access.csv
└── static
├── html
├── css
│ └── app.5914b78bd7790e9371ccc0f4cfc5093c.css
├── images
│ └── default.png
├── js
│ ├── app.45632234eddc404cf63d.js
│ └── registerSw.8b75daa54b1bf5dbf84b.js
├── json
│ └── offline.json
├── logo.png
├── manifest.json
└── vux_logo.png
├── index.html
├── service-worker.js
└── sw.js
/.gitignore:
--------------------------------------------------------------------------------
1 | *.py[co]
2 | .*
3 | !.gitignore
--------------------------------------------------------------------------------
/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
25 | Click to register new expenses. 26 |
27 |
28 |55 | Click to register new expenses. 56 |
57 |
58 |108 | Click to register new expenses. 109 |
110 |
111 |154 | Click to register new expenses. 155 |
156 |
157 |180 | Click to register new expenses. 181 |
182 |
183 |219 | Click to register new expenses. 220 |
221 |
222 |