~pexego/openobject-addons/6.1-pexego-sale_commission

« back to all changes in this revision

Viewing changes to restaurant_pos/__openerp__.py

  • Committer: Santi Argueso (Pexego)
  • Date: 2013-02-06 17:03:36 UTC
  • mfrom: (10.1.6 pexego-addons_6.1)
  • Revision ID: santiago@pexego.es-20130206170336-ml430s6p9jknun0j
[MERGE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
        "name" : "Point of sale for restaurants",
24
24
        "description": """
25
 
            Módulo que modifica el POS para adaptarlo a un restaurante.
 
25
            Módulo para la conf de Django-POS  adaptado a un restaurante.
26
26
            
27
27
            """,
28
28
        "version" : "1.0",
32
32
        "depends" : [
33
33
            'point_of_sale',
34
34
                     ],
35
 
        "init_xml" : ['restaurant_view.xml'],
 
35
        "init_xml" : [],
36
36
        "demo_xml" : [],
37
 
        "update_xml" : [],
 
37
        "update_xml" : ['restaurant_view.xml',],
38
38
        "installable": True,
39
39
        'active': False
40
40