~dmesoluciones/+junk/mrp_update_policy

« back to all changes in this revision

Viewing changes to __openerp__.py

  • Committer: Jorge Medina
  • Date: 2022-09-28 16:49:28 UTC
  • Revision ID: jorge.medina@dmesoluciones.com-20220928164928-lwf0t0jypc3drcc0
fix balance

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    'depends': ['mrp'],
40
40
    'init_xml': [],
41
41
    'demo': [],
42
 
    'data': ['security/groups.xml', 'views/mrp.xml','security/ir.model.access.csv','report/cost_policy_report.xml','data/config_parameter.xml'],
 
42
    'data': ['security/groups.xml',
 
43
             'views/mrp.xml',
 
44
             'security/ir.model.access.csv',
 
45
             'report/cost_policy_report.xml',
 
46
             'data/config_parameter.xml'],
43
47
    'installable': True,
44
48
    'active:': False,
45
49
}