|
1 | 1 | # -*- coding: utf-8 -*-
|
2 |
| -############################################################################## |
3 |
| -# Point Of Sale - Pricelist for POS Odoo |
4 |
| -# Copyright (C) 2014 Taktik (http://www.taktik.be) |
5 |
| -# @author Adil Houmadi <[email protected]> |
6 |
| -# |
7 |
| -# This program is free software: you can redistribute it and/or modify |
8 |
| -# it under the terms of the GNU Affero General Public License as |
9 |
| -# published by the Free Software Foundation, either version 3 of the |
10 |
| -# License, or (at your option) any later version. |
11 |
| -# This program is distributed in the hope that it will be useful, |
12 |
| -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 |
| -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 |
| -# GNU Affero General Public License for more details. |
15 |
| -# You should have received a copy of the GNU Affero General Public License |
16 |
| -# along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 |
| -# |
18 |
| -############################################################################## |
| 2 | +# © 2014-2015 Taktik (http://www.taktik.be) - Adil Houmadi <[email protected]> |
| 3 | +# © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza |
| 4 | +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
| 5 | + |
19 | 6 | {
|
20 | 7 | 'name': 'POS Pricelist',
|
21 |
| - 'version': '8.0.1.2.0', |
| 8 | + 'version': '8.0.1.3.0', |
22 | 9 | 'category': 'Point Of Sale',
|
23 | 10 | 'sequence': 1,
|
24 |
| - 'author': "Adil Houmadi @Taktik,Odoo Community Association (OCA)", |
| 11 | + 'author': "Adil Houmadi @Taktik, " |
| 12 | + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " |
| 13 | + "Odoo Community Association (OCA)", |
25 | 14 | 'summary': 'Pricelist for Point of sale',
|
26 | 15 | 'depends': [
|
27 | 16 | "point_of_sale",
|
|
32 | 21 | "views/point_of_sale_view.xml",
|
33 | 22 | "report/report_receipt.xml",
|
34 | 23 | "security/ir.model.access.csv",
|
| 24 | + "security/account_fiscal_position_security.xml", |
35 | 25 | ],
|
36 | 26 | 'demo': [
|
37 | 27 | 'demo/pos_pricelist_demo.yml',
|
|
41 | 31 | ],
|
42 | 32 | 'post_init_hook': "set_pos_line_taxes",
|
43 | 33 | 'installable': True,
|
44 |
| - 'application': False, |
45 |
| - 'auto_install': False, |
46 | 34 | }
|
0 commit comments