~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to production_lot_group_by_name/__openerp__.py

  • Committer: Jorge Angel Naranjo Rogel
  • Date: 2013-09-11 19:13:11 UTC
  • mto: (543.7.254 7.0)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: jorge_nr@vauxoo.com-20130911191311-z18ch1zusrveelfy
[FIX][production_lot_group_by_name] Changed name of stock_production_group to production_lot_group_by_name

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
# -*- encoding: utf-8 -*-
 
3
#
 
4
#    Module Writen to OpenERP, Open Source Management Solution
 
5
#    Copyright (C) Vauxoo (<http://vauxoo.com>).
 
6
#    All Rights Reserved
 
7
#
 
8
#    Coded by: Jorge Angel Naranjo Rogel (jorge_nr@vauxoo.com)
 
9
#
 
10
#    This program is free software: you can redistribute it and/or modify
 
11
#    it under the terms of the GNU Affero General Public License as published by
 
12
#    the Free Software Foundation, either version 3 of the License, or
 
13
#    (at your option) any later version.
 
14
#
 
15
#    This program is distributed in the hope that it will be useful,
 
16
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
#    GNU Affero General Public License for more details.
 
19
#
 
20
#    You should have received a copy of the GNU Affero General Public License
 
21
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
22
#
 
23
{
 
24
    "name": "Stock Production Gruop Serial Number",
 
25
    "version": "1.0",
 
26
    "depends": ["stock",
 
27
 
 
28
                ],
 
29
    "author": "Vauxoo",
 
30
    "description" : """
 
31
Stock Production Gruop Serial Number
 
32
====================================
 
33
 
 
34
This module added in the search view a "group by" 
 
35
that your name is "Serial Number"
 
36
 
 
37
    """,
 
38
    "website": "http://vauxoo.com",
 
39
    "category": "Addons Vauxoo",
 
40
    "demo": [],
 
41
    "test": [],
 
42
    "data": [
 
43
            'view/stock_production_gruop.xml',
 
44
    ],
 
45
    'application': True,
 
46
    "active": False,
 
47
    "installable": True,
 
48
}