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