From c67fea0ac0401de322de7ef43b06f3abc364b5f7 Mon Sep 17 00:00:00 2001 From: Wolfgang Pichler Date: Tue, 19 Nov 2019 09:42:33 +0100 Subject: [PATCH] [MIG] Migrated to odoo 12.0. No real changes done. Just splitted README into separate files, and a small css fix --- pos_product_template/__manifest__.py | 2 +- pos_product_template/readme/CONTRIBUTORS.rst | 6 ++++++ pos_product_template/readme/CREDITS.rst | 3 +++ pos_product_template/readme/DESCRIPTION.rst | 11 +++++++++++ pos_product_template/readme/ROADMAP.rst | 1 + pos_product_template/readme/USAGE.rst | 8 ++++++++ pos_product_template/static/src/css/ppt.css | 4 ---- 7 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 pos_product_template/readme/CONTRIBUTORS.rst create mode 100644 pos_product_template/readme/CREDITS.rst create mode 100644 pos_product_template/readme/DESCRIPTION.rst create mode 100644 pos_product_template/readme/ROADMAP.rst create mode 100644 pos_product_template/readme/USAGE.rst diff --git a/pos_product_template/__manifest__.py b/pos_product_template/__manifest__.py index 3ac4a832..e7be44a6 100644 --- a/pos_product_template/__manifest__.py +++ b/pos_product_template/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'POS - Product Template', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Point Of Sale', 'author': "Akretion,Odoo Community Association (OCA)", 'summary': 'Manage Product Template in Front End Point Of Sale', diff --git a/pos_product_template/readme/CONTRIBUTORS.rst b/pos_product_template/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..d0bb3d93 --- /dev/null +++ b/pos_product_template/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* Sylvain LE GAL (https://twitter.com/legalsylvain) +* Navarromiguel (https://github.com/navarromiguel) +* Damendieta (https://github.com/damendieta) +* Raphaƫl Reverdy (https://akretion.com) +* Hugo Santos (https://factorlibre.com) +* Wolfgang Pichler (https://www.callino.at) \ No newline at end of file diff --git a/pos_product_template/readme/CREDITS.rst b/pos_product_template/readme/CREDITS.rst new file mode 100644 index 00000000..fdc8ca1e --- /dev/null +++ b/pos_product_template/readme/CREDITS.rst @@ -0,0 +1,3 @@ +The development of this module has been financially supported by: + +* Akretion diff --git a/pos_product_template/readme/DESCRIPTION.rst b/pos_product_template/readme/DESCRIPTION.rst new file mode 100644 index 00000000..470b0a11 --- /dev/null +++ b/pos_product_template/readme/DESCRIPTION.rst @@ -0,0 +1,11 @@ + * In Point Of Sale Front End - Products list: + * Display only one product per template; + * Display template name instead of product name; + * Display products quantity instead of price; + * Click on template displays an extra screen to select Variant; + + * In Point Of Sale Front End - Variants list: + * Display all the products of the selected variant; + * Click on a attribute value filters products; + * Click on a product adds it to the current Order or display normal + extra screen if it is a weightable product; \ No newline at end of file diff --git a/pos_product_template/readme/ROADMAP.rst b/pos_product_template/readme/ROADMAP.rst new file mode 100644 index 00000000..34158171 --- /dev/null +++ b/pos_product_template/readme/ROADMAP.rst @@ -0,0 +1 @@ +* Templates with lot of variants are not shown. See https://github.com/OCA/pos/pull/135 \ No newline at end of file diff --git a/pos_product_template/readme/USAGE.rst b/pos_product_template/readme/USAGE.rst new file mode 100644 index 00000000..9b6ae66b --- /dev/null +++ b/pos_product_template/readme/USAGE.rst @@ -0,0 +1,8 @@ +Open the Point of Sale, search an article with variants. +You will see one article instead of all the variants. + +#. Go to ... + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/pos/12.0 diff --git a/pos_product_template/static/src/css/ppt.css b/pos_product_template/static/src/css/ppt.css index aab59559..71918c4b 100644 --- a/pos_product_template/static/src/css/ppt.css +++ b/pos_product_template/static/src/css/ppt.css @@ -34,10 +34,6 @@ height: 8%; } -.pos .modal-dialog .popup-select-variant .variant-title #variant-popup-cancel{ - margin: -10px 3px 3px 3px; -} - .pos .modal-dialog .popup-select-variant .container-attribute-list{ width:100%; height:40%;