769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
# HG changeset patch
|
|
# Parent c8ae7646cce3f271698c844eb2d67f9a8719650d
|
|
diff --git a/static/src/js/first_module.js b/static/src/js/first_module.js
|
|
--- a/static/src/js/first_module.js
|
|
+++ b/static/src/js/first_module.js
|
|
@@ -1,2 +1,4 @@
|
|
// static/src/js/first_module.js
|
|
-console.log("Debug statement: file loaded");
|
|
+openerp.web_example = function (instance) {
|
|
+ console.log("Module loaded");
|
|
+};
|