~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to specific_rules/__openerp__.py

  • Committer: duy.vo at msf
  • Date: 2012-09-18 21:05:00 UTC
  • mfrom: (1175 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 1188.
  • Revision ID: duy.vo@geneva.msf.org-20120918210500-qw8i815ns8xtk3bv
UF-1055: Merged with trunk 1175

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    "description": """
35
35
    Specific Management Rules
36
36
    """,
37
 
    'test': ['test/specific_rules.yml',],
 
37
    'test': ['test/specific_rules.yml',
 
38
             'test/cost_revaluation.yml',
 
39
             'test/initial_inventory.yml',],
38
40
    'update_xml': ['security/ir.model.access.csv',
39
41
                   'specific_rules_view.xml',
 
42
                   'stock_view.xml',
40
43
                   'wizard/stock_partial_move_view.xml',
41
44
                   'stock_sequence.xml',
42
45
                   ],