Improved Security
[odoo/odoo.git] / addons / point_of_sale / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name": "Point Of Sale",
4     "version": "1.0",
5     "author": "Tiny",
6
7     "description": """
8 Main features :
9  - Fast encoding of the sale.
10  - Allow to choose one payment mode (the quick way) or to split the payment between several payment mode.
11  - Computation of the amount of money to return.
12  - Create and confirm picking list automatically.
13  - Allow the user to create invoice automatically.
14  - Allow to refund former sales.
15
16     """,
17     "category": "Generic Modules/Sales & Purchases",
18     "depends": ["sale", "purchase", "account", "account_tax_include"],
19     "init_xml": [],
20     "demo_xml": [],
21     "update_xml": [
22         "security/ir.model.access.csv",
23         "pos_report.xml", "pos_wizard.xml", "pos_view.xml", "pos_sequence.xml", "pos_data.xml", "pos_workflow.xml"
24     ],
25     "installable": True,
26 }
27
28 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
29