Bladeren bron

[FIX] limpieza

Rodney Elpidio Enciso Arias 7 jaren geleden
bovenliggende
commit
c8e57e80c7
3 gewijzigde bestanden met toevoegingen van 1 en 59 verwijderingen
  1. 0 57
      README.rst
  2. 1 1
      __openerp__.py
  3. 0 1
      static/src/js/main.js

+ 0 - 57
README.rst

@@ -1,57 +0,0 @@
-.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
-    :alt: License: AGPL-3
-
-Kitchen Ticket for Odoo Point of Sale
-=====================================
-
-This module allows to print a kitchen ticket, which is the same ticket than normal
-but without prices and taxes. This will be useful when the order is done internally
-without the payment.
-
-It has a additional **Payment** button on the Kitchen Ticket window to change the
-flow from **Payment->Receipt** to **Receipt->Payment**.
-
-This module target the POSBoxless environments, as the POSBox environment already 
-have a Bill printing method which can be enabled with pos_restaurant module that 
-Odoo provides.
-
-Usage
-=====
-
-Just press the *Kitchen Ticket* button that appears below the order
-
-
-Installation
-============
-
-Nothing special is needed to install this module.
-
-
-Configuration
-=============
-
-No configuration needed.
-
-
-Known issues / Roadmap
-======================
-
-Missing features
-----------------
-* Not tested with a **PosBox setting** so surely will not work if *'print by
-proxy'* is enabled.
-
-
-Credits
-=======
-
-Contributors
-------------
-
-* Dhinesh D <dvdhinesh.mail@gmail.com>
-
-
-Maintainer
-----------
-
-* Dhinesh D <dvdhinesh.mail@gmail.com>

+ 1 - 1
__openerp__.py

@@ -23,7 +23,7 @@
 {
     "name": "Eiru POS Kitchen Ticket",
     "category": "Point Of Sale",
-    "version": "1.0",
+    "version": "2.0",
     'description': 'Impresion de ticket - Modificacion del modulo pos_kitchen_ticket',
     "depends": [
         'point_of_sale'

+ 0 - 1
static/src/js/main.js

@@ -127,7 +127,6 @@ openerp.eiru_kitchen_ticket = function (instance) {
                 'cancelled': rem,
                 'name': this.pos.get('selectedOrder').attributes.name
             };
-            
         },
 
         hasChangesToPrint: function(){