~julie-w/unifield-wm/UTP-925

« back to all changes in this revision

Viewing changes to register_accounting/__openerp__.py

UF-359 [ADD] Account override module integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    "author" : "TeMPO Consulting",
32
32
    'website': 'http://tempo-consulting.fr',
33
33
    "category" : "Tools",
34
 
    "depends" : ["base", "account", "hr", "account_payment", "account_accountant", "account_activable", "funding_pool"],
 
34
    # WARNING : account_analytic_plans has been added in order to cut modification done in account_analytic_plans by fields_view_get on account_move_line
 
35
    "depends" : ["base", "account", "hr", "account_payment", "account_accountant", "account_activable", "account_analytic_plans", "funding_pool"],
35
36
    "init_xml" : [],
36
37
    "update_xml" : [
37
38
        'security/ir.model.access.csv',