Browse Source

[MIG] Migrated to odoo 12.0. No real changes done. Just splitted README into separate files, and a small css fix

pull/411/head
Wolfgang Pichler 5 years ago
parent
commit
c67fea0ac0
  1. 2
      pos_product_template/__manifest__.py
  2. 6
      pos_product_template/readme/CONTRIBUTORS.rst
  3. 3
      pos_product_template/readme/CREDITS.rst
  4. 11
      pos_product_template/readme/DESCRIPTION.rst
  5. 1
      pos_product_template/readme/ROADMAP.rst
  6. 8
      pos_product_template/readme/USAGE.rst
  7. 4
      pos_product_template/static/src/css/ppt.css

2
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',

6
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)

3
pos_product_template/readme/CREDITS.rst

@ -0,0 +1,3 @@
The development of this module has been financially supported by:
* Akretion

11
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;

1
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

8
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

4
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%;

Loading…
Cancel
Save