~vauxoo/addons-vauxoo/7.0-changes-in-openerp-alan

« back to all changes in this revision

Viewing changes to cost_structure/__openerp__.py

  • Committer: Miguel Delgado
  • Author(s): Vauxoo
  • Date: 2012-03-12 21:31:45 UTC
  • mfrom: (132.1.22 addons-vauxoo)
  • Revision ID: miguel.delgado07@gmail.com-20120312213145-37rnt73pi6430exe

[MERGE] m321 customization, cost structure 

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    "demo_xml" : [],
36
36
    "test": [ ],
37
37
    "update_xml" : [
 
38
    'security/cost_structure_security.xml',
 
39
    'security/ir.model.access.csv',
38
40
    'view/cost_structure.xml',
39
41
    'view/product_view.xml',
40
42
    'view/sale_view.xml',
 
43
    'workflow/sale_workflow.xml',
41
44
    
42
45
    
43
46