From 867e718b83282fdc7f4a7e77eb386b9b6014d8af Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Thu, 13 Oct 2022 16:48:16 +0700 Subject: delete unused file --- indoteknik_custom/report/report_deliveryslip2.xml | 214 ---------------------- indoteknik_custom/static/src/js/delivery_order.js | 44 ----- 2 files changed, 258 deletions(-) delete mode 100644 indoteknik_custom/report/report_deliveryslip2.xml delete mode 100644 indoteknik_custom/static/src/js/delivery_order.js diff --git a/indoteknik_custom/report/report_deliveryslip2.xml b/indoteknik_custom/report/report_deliveryslip2.xml deleted file mode 100644 index 735cee52..00000000 --- a/indoteknik_custom/report/report_deliveryslip2.xml +++ /dev/null @@ -1,214 +0,0 @@ - - - - A5 Delivery Slip - - A5 - 0 - 0 - Landscape - 32.00 - 8.00 - 5.00 - 5.00 - - 30 - 90 - - - - - - - - diff --git a/indoteknik_custom/static/src/js/delivery_order.js b/indoteknik_custom/static/src/js/delivery_order.js deleted file mode 100644 index 565610ad..00000000 --- a/indoteknik_custom/static/src/js/delivery_order.js +++ /dev/null @@ -1,44 +0,0 @@ -odoo.define('indoteknik_custom.FieldChar', function (require) { - "use strict"; - - console.log('12345'); - var FieldChar = require('web.basic_fields').FieldChar; - var registry = require('web.field_registry'); - - var FieldCharCustom = FieldChar.extend({ - _onKeyup: function (ev) { - console.log('keyuppp'); - if (ev.which === $.ui.keyCode.ENTER) { - console.log('abc'); - } - this._super.apply(this, arguments); - }, - }); - - registry.add('name', FieldCharCustom); - - return FieldCharCustom; - -// var core = require('web.core'); -// var _t = core._t; -// var FormView = require('web.FormView'); - -// FormView.include({ -// init: function (parent, model, renderer, params) { -// var self = this; -// self._super.apply(self.arguments); -// }, -// onchange_name: function () { -// this._super(); -// console.log('bbbb'); -// if (this.model === 'delivery.order') { -// this.$('#name').on('keyup', function () { -// console.log('aaa') -// }); -// } -// } -// }); -// -// core.action_registry.add('indoteknik_custom.FieldChar', FormView); -// return FormView; -}); \ No newline at end of file -- cgit v1.2.3