Browse Source

[MIG] Make modules uninstallable

pull/78/head
Pedro M. Baeza 9 years ago
parent
commit
67cc08f3c0
  1. 1
      hw_customer_display/__openerp__.py
  2. 1
      hw_telium_payment_terminal/__openerp__.py
  3. 1
      pos_customer_display/__openerp__.py
  4. 2
      pos_gift_ticket/__openerp__.py
  5. 1
      pos_payment_terminal/__openerp__.py
  6. 2
      pos_pricelist/__openerp__.py
  7. 1
      pos_product_template/__openerp__.py
  8. 2
      pos_remove_pos_category/__openerp__.py

1
hw_customer_display/__openerp__.py

@ -82,4 +82,5 @@ This module has been written by Alexis de Lattre from Akretion
'python': ['serial', 'unidecode'],
},
'data': [],
'installable': False,
}

1
hw_telium_payment_terminal/__openerp__.py

@ -80,4 +80,5 @@ This module has been written by Alexis de Lattre
'python': ['serial', 'pycountry'],
},
'data': [],
'installable': False,
}

1
pos_customer_display/__openerp__.py

@ -57,4 +57,5 @@ Association !
],
'qweb': ['static/src/xml/pos.xml'],
'demo': ['pos_customer_display_demo.xml'],
'installable': False,
}

2
pos_gift_ticket/__openerp__.py

@ -35,5 +35,5 @@
"qweb": [
'static/src/xml/pos.xml',
],
"installable": True,
'installable': False,
}

1
pos_payment_terminal/__openerp__.py

@ -35,4 +35,5 @@
],
'demo': ['pos_payment_terminal_demo.xml'],
'qweb': ['static/src/xml/pos_payment_terminal.xml'],
'installable': False,
}

2
pos_pricelist/__openerp__.py

@ -40,7 +40,7 @@
'static/src/xml/pos.xml'
],
'post_init_hook': "set_pos_line_taxes",
'installable': True,
'installable': False,
'application': False,
'auto_install': False,
}

1
pos_product_template/__openerp__.py

@ -75,4 +75,5 @@ Copyright, Authors and Licence:
'images': [
'static/src/img/screenshots/pos_product_template.png',
],
'installable': False,
}

2
pos_remove_pos_category/__openerp__.py

@ -33,5 +33,5 @@
'point_of_sale_view.xml',
'views/pos_category.xml',
],
'installable': True,
'installable': False,
}
Loading…
Cancel
Save