~vauxoo/addons-vauxoo/7.0-user_story-rev4-kty

« back to all changes in this revision

Viewing changes to cost_structure/__openerp__.py

  • Committer: Jose Antonio
  • Author(s): Vauxoo
  • Date: 2012-05-24 15:02:31 UTC
  • mfrom: (234.1.12 addons-vauxoo)
  • Revision ID: jose@vauxoo.com-20120524150231-s7vw05dqey5ei9n4

[IMP] Change method write of product to save method cost change
> [IMP] Added new date in the compute cost
> [IMP] Comment line of invoice model

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
{
26
26
    "name" : "Cost Structure",
27
27
    "version" : "0.1",
28
 
    "depends" : ["stock",'product','sale','purchase'],
 
28
    "depends" : ['account',"stock",'product','sale','purchase'],
29
29
    "author" : "Vauxoo",
30
30
    "description" : """
 
31
    Module that performs a calculation of average cost in products, 
 
32
    this module performs a search of all movements made by you for goods 
 
33
    and are assigned to cost structure
31
34
    """,
32
35
    "website" : "http://vauxoo.com",
33
36
    "category" : "Generic Modules",