Procházet zdrojové kódy

Agrega un campo en la terminal de punto de venta para notas.

sebas před 2 roky
rodič
revize
c798ca298a
1 změnil soubory, kde provedl 3 přidání a 5 odebrání
  1. 3 5
      __openerp__.py

+ 3 - 5
__openerp__.py

@@ -16,7 +16,7 @@
 #
 #    You should have received a copy of the GNU Affero General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
+#            'view/pos_order_view.xml'               'view/pos_view.xml'
 ##############################################################################
 
 {
@@ -32,12 +32,10 @@
     'author': 'Tahir Aduragba',
 
     'depends': ['point_of_sale'],
-    
+
     'installable': True,
 
-    'data': ['templates.xml',
-        'view/pos_view.xml',
-        'view/pos_order_view.xml'
+    'data': ['templates.xml','view/pos_view.xml'
     ],
 
     'qweb': ['static/src/xml/pos_notes.xml'],