Browse Source

[FIX] Replace deprecated "active" key in manifest with "auto_install" key

pull/188/head
Francesco Apruzzese 9 years ago
parent
commit
4324d6c014
  1. 2
      ribbon_test_environment/__openerp__.py

2
ribbon_test_environment/__openerp__.py

@ -34,6 +34,6 @@
],
"update_xml": [],
"demo_xml": [],
"active": False,
"auto_install": False,
"installable": True
}
Loading…
Cancel
Save