~camptocamp/stock-logistic-flows/7.0-picking_dispatch-check-availability

« back to all changes in this revision

Viewing changes to stock_move_backdating/__openerp__.py

  • Committer: Guewen Baconnier
  • Author(s): Lorenzo Battistini
  • Date: 2013-08-30 13:55:59 UTC
  • mfrom: (29.2.1 stock-logistic-flows)
  • Revision ID: guewen.baconnier@camptocamp.com-20130830135559-g72n9b4k2chdk6a5
[IMP] stock_move_backdating and stock_picking_invoice_link descriptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
##############################################################################
22
22
{
23
 
    "name": "Allows back-dating of stock moves",
 
23
    "name": "Stock Move Backdating",
24
24
    "version": "1.0",
25
25
    'author' : ['Marco Dieckhoff, BREMSKERL', 'Agile Business Group'],
26
26
    "category": "Stock Logistics",
27
27
    'website' : 'www.bremskerl.com',
28
28
    "depends": ["stock"],
29
 
    "description": "Allows back-dating of stock moves",
 
29
    "summary": "Allows back-dating of stock moves",
 
30
    "description": """This module allows to register old stock moves (with date != now).
 
31
On stock moves, user can specify the "Actual Movement Date", that will be used as movement date""",
30
32
    'data': [
31
33
        "view/stock_view.xml",
32
34
        "wizard/stock_partial_picking_view.xml",