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