angular.module('odoo') .controller('MainController', function ($scope) { console.log('main controller'); });