~stock-logistic-core-editors/carriers-deliveries/github-7.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# -*- coding: utf-8 -*-
##############################################################################
#
#    Author: Yannick Vaucher
#    Copyright 2013 Camptocamp SA
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU Affero General Public License as
#    published by the Free Software Foundation, either version 3 of the
#    License, or (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU Affero General Public License for more details.
#
#    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/>.
#
##############################################################################
{'name': 'Base module for carrier labels',
 'version': '1.2',
 'author': "Camptocamp,Akretion,Odoo Community Association (OCA)",
 'maintainer': 'Camptocamp',
 'category': 'version',
 'complexity': 'normal',
 'depends': ['stock', 'delivery'],
 'description': """
Base module for carrier labels
==============================

This module adds a button on delivery orders to generate a label as an
attachement.

.. tip::
   It doesn't implement a label. To add a default label, you can install
   the module `delivery_carrier_label_default_webkit`

It can be used to print specific labels per carrier.

.. note::
   Inspired by Akretion module delivery_base and delivery_shipping_label

Contributors
------------

* David BEAL <david.beal@akretion.com>
* Sébastien BEAU <sebastien.beau@akretion.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>

 """,
 'website': 'http://www.camptocamp.com/',
 'data': ['delivery_view.xml',
          'stock_view.xml',
          'res_config_view.xml',
          'security/ir.model.access.csv',
          ],
 'tests': [],
 'installable': True,
 'auto_install': False,
 'license': 'AGPL-3',
 'application': True,
 }