~eoc/openobject-addons/eoc-extra-addons-6.1

« back to all changes in this revision

Viewing changes to stock_picking_simple_locations/__openerp__.py

  • Committer: Mariano Ruiz
  • Date: 2013-11-26 13:45:45 UTC
  • mfrom: (1.2.39 eoc-extra-addons-trunk)
  • Revision ID: mrsarm@gmail.com-20131126134545-9e57gihtbsfjsu6j
[MERGE] New modules [sale_default_filters] and [purchase_default_filters]. Improvements in [stock_move_ext] and [stock_picking_simple_locations]

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
{
25
25
    'name': 'Stock Picking Simple Locations',
26
 
    'version': '1.0',
 
26
    'version': '1.1',
27
27
    'description': """
28
28
Move the *Location* and *Destiny Location* fields from Moves to Stock Picking.
29
29
When stock moves are created they are taken by default.
30
30
 
 
31
Also add a new "Picking" report, with a more simple layout:
 
32
 
 
33
 - Move the locations fields to the head
 
34
 - Add "Notes" field to the head
 
35
 - Add support to "serial_ids" field from the **stock_serial_number**
 
36
   module (optional)
 
37
 
31
38
If you have installed the following modules (left), you should be install (right):
32
39
 
33
40
 - **purchase**: stock_picking_simple_locations_purchase
42
49
    'update_xml': [
43
50
        'update_picking_locations_fk.sql',
44
51
        'stock_view.xml',
 
52
        'report/stock_report.xml',
45
53
    ],
46
54
    "images" : [
47
55
        'images/stock_picking_simple_locations_delivery.png',
48
56
        'images/stock_picking_simple_locations_move.png',
 
57
        'images/picking_simple_locations_report.png',
49
58
    ],
50
59
    'installable': True,
51
60
}