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