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

« back to all changes in this revision

Viewing changes to specific_rules/__openerp__.py

  • Committer: matthieu.choplin at msf
  • Date: 2012-08-30 07:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: matthieu.choplin@geneva.msf.org-20120830074800-l442bu42mt0yzutn
[uf-1374]- change the write and create by an _sql_constraint on the financing contract check dates

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',
38
 
             'test/cost_revaluation.yml',
39
 
             'test/initial_inventory.yml',],
 
37
    'test': ['test/specific_rules.yml',],
40
38
    'update_xml': ['security/ir.model.access.csv',
41
39
                   'specific_rules_view.xml',
42
 
                   'stock_view.xml',
43
40
                   'wizard/stock_partial_move_view.xml',
44
 
                   'report/report_stock_inventory_view.xml',
45
 
                   'unconsistent_stock_report_view.xml',
46
41
                   'stock_sequence.xml',
47
42
                   ],
48
43
    'installable': True,