[Fix] point_of_sale: Remove the moved fiel
authorsbh (Open ERP) <sbh@tinyerp.com>
Mon, 5 Apr 2010 06:30:31 +0000 (12:00 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Mon, 5 Apr 2010 06:30:31 +0000 (12:00 +0530)
bzr revid: sbh@tinyerp.com-20100405063031-kscug9rb88p2z4qg

addons/point_of_sale/wizard/pos_scan_product_view.xml.moved [deleted file]

diff --git a/addons/point_of_sale/wizard/pos_scan_product_view.xml.moved b/addons/point_of_sale/wizard/pos_scan_product_view.xml.moved
deleted file mode 100644 (file)
index 3957c6c..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<openerp>
-    <data>        
-               <record id="view_pos_scan_product" model="ir.ui.view">
-            <field name="name">Scan product</field>
-            <field name="model">pos.scan.product</field>
-            <field name="type">form</field>
-            <field name="arch" type="xml">
-                <form string="Scan product">
-                                   <group col="2" colspan="4">
-                                       <label string="Scan Barcode" colspan="4"/>
-                                               <field name="gencod" colspan="4" nolabel="1"/>
-                               <button icon='gtk-cancel' special="cancel"
-                                       string="Close" />
-                               <button name="scan" string="Add"
-                                       colspan="1" type="object" icon="gtk-ok" />
-                       </group>
-                </form>
-            </field>
-        </record>
-
-
-        <record id="action_pos_scan_product" model="ir.actions.act_window">
-            <field name="name">Scan product</field>
-            <field name="type">ir.actions.act_window</field>
-            <field name="res_model">pos.scan.product</field>
-            <field name="view_type">form</field>
-            <field name="view_mode">form</field>
-            <field name="target">new</field>
-            
-        </record>
-        
-       </data>
-</openerp>             
\ No newline at end of file