Browse Source

Improve readme and manifest

pull/227/head
hpar 7 years ago
parent
commit
3d8ac016db
  1. 1
      pos_backend_partner/README.rst
  2. 4
      pos_backend_partner/__manifest__.py
  3. 1
      requirements.txt

1
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
===========

4
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,

1
requirements.txt

@ -1,3 +1,4 @@
unidecode
pyserial
pycountry
https://github.com/akretion/pos.git#10.0-add-pos_backend_communication
Loading…
Cancel
Save