~vauxoo/addons-vauxoo/jose-terms-conditions-contract-log

« back to all changes in this revision

Viewing changes to contract_enterprise_openerp/__openerp__.py

  • Committer: Sabrina Romero
  • Date: 2014-06-20 20:58:19 UTC
  • mfrom: (1058.1.1 7.0-addons-vauxoo)
  • Revision ID: sabrina@vauxoo.com-20140620205819-54g1dfwr0qda4t5r

[MERGE] Problems with constraints fixed on dates for contracts, demo data added and yaml test to verify it doesn't happen again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    """,
52
52
    "website": "http://vauxoo.com",
53
53
    "category": "Contracts",
 
54
    "demo": [
 
55
        'demo/demo_account_analytic_account.xml',
 
56
    ],
54
57
    "data": [
55
58
        'security/ir.model.access.csv',
56
59
        'view/account_analytic_analysis_view.xml',
57
60
    ],
 
61
    "test": [
 
62
        'test/contract_enterprise_license.yml'
 
63
    ],
58
64
    "active": False,
59
65
    "installable": True,
60
66
}