~domsense/domsense-agilebg-addons/adding_invoice_contract

« back to all changes in this revision

Viewing changes to sale_hour_package/__openerp__.py

  • Committer: Lorenzo Battistini
  • Date: 2012-08-29 09:46:59 UTC
  • Revision ID: lorenzo.battistini@agilebg.com-20120829094659-753j0k0qsn064e37
[imp] description

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    "depends": ["sale"],
29
29
    "author": "Agile Business Group & Domsense",
30
30
    "description": """
31
 
    Generate hour package contracts from invoices.
 
31
    Generate hour package contracts from sale orders.
 
32
    
 
33
    If you are selling a product configured as 'hour package', you can generate the 'hour package' analytic account directly from sale order line.
 
34
    In order to do this, you first have to define a 'hour package container' analytic account for the partner you are selling to.
32
35
    
33
36
    """,
34
37
    'website': 'http://www.agilebg.com',