~akretion-team/sale-wkfl/7.0-add-sale_import_lines

« back to all changes in this revision

Viewing changes to sale_import_lines/__openerp__.py

  • Committer: Raphaël Valyi
  • Date: 2014-01-09 14:54:01 UTC
  • Revision ID: rvalyi@gmail.com-20140109145401-psrrkww2zrzko3li
[REF] further updates for v7 migration and dependence on sale instead of base_project_costing, so project_id -> analytic_account_id

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    "author" : "Akretion",
26
26
    "website" : "http://www.akretion.com",
27
27
    "category" : "Others",
28
 
    "depends" : ["sale", "sale_group"], #TODO remove the sale_group dependency
29
 
    "description": """TODO
 
28
    "depends" : ["sale", "sale_group"],
 
29
    "description": """Allows to import sale order lines (by customer, order, sale.group...) into your new current quotation.
 
30
 
 
31
This is useful if you have quotations with many lines with similarities from one quotation to another.
30
32
    """,
31
33
    "init_xml" : [],
32
34
    "demo_xml" : [],