From 3d8ac016dbbb544c98411eaf54febc73f7cad855 Mon Sep 17 00:00:00 2001 From: hpar Date: Tue, 28 Nov 2017 16:55:16 +0100 Subject: [PATCH] Improve readme and manifest --- pos_backend_partner/README.rst | 1 + pos_backend_partner/__manifest__.py | 4 ++-- requirements.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pos_backend_partner/README.rst b/pos_backend_partner/README.rst index a8495300..a10fdd49 100644 --- a/pos_backend_partner/README.rst +++ b/pos_backend_partner/README.rst @@ -21,6 +21,7 @@ On each client's browser, during the first run, the permission for opening popup Roadmap ======= +- See pos_backend_communication Bug Tracker =========== diff --git a/pos_backend_partner/__manifest__.py b/pos_backend_partner/__manifest__.py index 8c04888a..a9bb1af1 100644 --- a/pos_backend_partner/__manifest__.py +++ b/pos_backend_partner/__manifest__.py @@ -7,9 +7,9 @@ "name": "Pos Backend customer", "summary": "Choose point of sale customers in backend", "version": "10.0.1.0.0", - "category": "Uncategorized", + "category": "Point of sale", "website": "www.akretion.com", - "author": " Akretion", + 'author': "Akretion,Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, 'installable': True, diff --git a/requirements.txt b/requirements.txt index de510661..426b0ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ unidecode pyserial pycountry +https://github.com/akretion/pos.git#10.0-add-pos_backend_communication \ No newline at end of file