Skip to content

Commit

Permalink
[FIX] Reference Error "Model is not defined" for pos_multi_session (#282
Browse files Browse the repository at this point in the history
)

* [FIX] Reference Error: Model is not defined

* [DOC] Updated version, updated changelog.rst
  • Loading branch information
Dinar authored and ilmir-k committed Apr 20, 2017
1 parent 9a17650 commit 72033d2
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 111 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: python

python:
- "2.7"

dist: trusty

sudo: false
cache: pip

Expand All @@ -14,10 +15,17 @@ addons:
- python-lxml # because pip installation is slow

env:
- VERSION="9.0" LINT_CHECK="1"
- VERSION="9.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
- VERSION="9.0" UNIT_TEST="1" LINT_CHECK="0"
global:
- VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"
- EXCLUDE="hw_printer_network"
- PYLINT_ODOO_JSLINTRC="/home/travis/maintainer-quality-tools/travis/cfg/.jslintrc"


matrix:
- LINT_CHECK="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB""
- TESTS="1" UNIT_TEST="1"

virtualenv:
system_site_packages: true
Expand Down
2 changes: 1 addition & 1 deletion pos_multi_session/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"summary": """Use multiple POS for handling orders""",
"category": "Point Of Sale",
"images": ["images/pos-multi-session.png"],
"version": "3.0.0",
"version": "3.0.1",
"application": False,

"author": "IT-Projects LLC, Ivan Yelizariev",
Expand Down
7 changes: 2 additions & 5 deletions pos_multi_session/doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ Updates
-------
- FIX: For pos restaurant compatibility. Sync printed positions.

`3.0.0`
`3.0.1`
-------

- FIX: Added a queue for request sending that allows to fix the syncronization error on slow or lost connection
- NEW: Added connection status with server to POS interface
- NEW: Create new orders even if the connection with server temporarily has been lost
- FIX: Reference Error "Model is not defined" if a customer is created from Pos interface directly

`3.0.0`
-------
Expand All @@ -29,7 +27,6 @@ Updates
- NEW: Added connection status with server to POS interface
- NEW: Create new orders even if the connection with server temporarily has been lost


`2.0.1`
-------

Expand Down
Loading

0 comments on commit 72033d2

Please sign in to comment.