.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3
=========================
POS Backend Communication
=========================
Communicate with the backend from point of sale.
Common use case:
- a click on a button on the pos opens the backend in a popup to a specific view.
- a click on a button on the backend's view send to pos some interesting data.
Implementations
---------------
pos_backend_partner: select a pos customer from the backend
Configuration
=============
No configuration is needed.
Developper Guide
================
The POS communicate with subpages (popups) with window.open and window.postMessage.
Popups are in not-so-old browsers opened in tabs.
When a backend page is open, a class is set on body to hide menus.
Roadmap
=======
- Improve origin verificiation
- Try to use frames instead of popups
- Use notifications for supported browsers
Known limitation
================
- It doesn't work offline.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.
Credits
=======
Images
------
* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
Contributors
------------
* Raphaƫl Reverdy <raphael.reverdy@akretion.com> http://akretion.com
Do not contact contributors directly about support or help with technical issues.
Funders
-------
The development of this module has been financially supported by:
* Akretion
Maintainer
----------
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Raw data
{
"_id": null,
"home_page": "https://github.com/OCA/pos",
"name": "odoo14-addon-pos-backend-communication",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Akretion, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "",
"platform": "",
"description": ".. image:: https://img.shields.io/badge/license-AGPL--3-blue.png\n :target: https://www.gnu.org/licenses/agpl\n :alt: License: AGPL-3\n\n=========================\nPOS Backend Communication\n=========================\n\nCommunicate with the backend from point of sale.\n\nCommon use case:\n\n - a click on a button on the pos opens the backend in a popup to a specific view.\n - a click on a button on the backend's view send to pos some interesting data.\n\nImplementations\n---------------\n\npos_backend_partner: select a pos customer from the backend\n\n\nConfiguration\n=============\n\nNo configuration is needed.\n\nDevelopper Guide\n================\n\nThe POS communicate with subpages (popups) with window.open and window.postMessage. \n\nPopups are in not-so-old browsers opened in tabs.\n\nWhen a backend page is open, a class is set on body to hide menus.\n\n\nRoadmap\n=======\n\n- Improve origin verificiation\n- Try to use frames instead of popups\n- Use notifications for supported browsers\n\nKnown limitation\n================\n\n- It doesn't work offline.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.\nIn case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smash it by providing detailed and welcomed feedback.\n\n\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.\n\nContributors\n------------\n\n* Rapha\u00ebl Reverdy <raphael.reverdy@akretion.com> http://akretion.com\n\nDo not contact contributors directly about support or help with technical issues.\n\nFunders\n-------\n\nThe development of this module has been financially supported by:\n\n* Akretion\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
"bugtrack_url": null,
"license": "AGPL-3",
"summary": "Communicate with odoo's backend from POS.",
"version": "14.0.1.0.1",
"project_urls": {
"Homepage": "https://github.com/OCA/pos"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "13833637f9aa9e865b6f86d8208b2eded03ba65ed56c0be39193b83d5b5d257a",
"md5": "7df272ac7c2431770825637ab4056256",
"sha256": "901aa32183c2441ad121e3685766d81d1951c2f7dbdcf2ec4759a03fd1ce5016"
},
"downloads": -1,
"filename": "odoo14_addon_pos_backend_communication-14.0.1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7df272ac7c2431770825637ab4056256",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 20203,
"upload_time": "2021-09-17T08:39:52",
"upload_time_iso_8601": "2021-09-17T08:39:52.104400Z",
"url": "https://files.pythonhosted.org/packages/13/83/3637f9aa9e865b6f86d8208b2eded03ba65ed56c0be39193b83d5b5d257a/odoo14_addon_pos_backend_communication-14.0.1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-09-17 08:39:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "pos",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "odoo14-addon-pos-backend-communication"
}