~ajite/openobject-addons/elico-7.0-add-purchase_landed_costs_extended

« back to all changes in this revision

Viewing changes to stock_location_reports/__openerp__.py

  • Committer:
  • Date: 2014-02-17 01:51:03 UTC
  • Revision ID: elicoidal@hotmail.com-20140217015103-113jiw6lnfto4euc
[FIX] module descriptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
#    OpenERP, Open Source Management Solution
5
5
#    Copyright (c) 2010-2013 Elico Corp. All Rights Reserved.
6
 
#    Author: Yannick Gouin <yannick.gouin@elico-corp.com>
 
6
#    Author: Yannick Gouin <contact@elico-corp.com>
7
7
#
8
8
#    This program is free software: you can redistribute it and/or modify
9
9
#    it under the terms of the GNU Affero General Public License as
21
21
##############################################################################
22
22
 
23
23
{
24
 
    'name': 'Stock Location Reportss',
 
24
    'name': 'Stock Location Reports',
25
25
    'version': '1.0',
26
26
    'category': 'Stock',
27
27
    'sequence': 19,
29
29
    'description': """
30
30
Stock Location Reports
31
31
==================================================
32
 
Add Three new reports:
 
32
Add Three new reports for warehouse management:
33
33
    * stock location reports
34
 
    * stock loation overall reports
35
 
    * stock inventory reprots
 
34
    * stock location overall reports
 
35
    * stock inventory reports
36
36
    """,
37
37
    'author': 'Elico Corp',
38
38
    'website': 'http://www.elico-corp.com',