769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
# HG changeset patch
|
|
# Parent 0000000000000000000000000000000000000000
|
|
|
|
diff --git a/__init__.py b/__init__.py
|
|
new file mode 100644
|
|
diff --git a/__manifest__.py b/__manifest__.py
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/__manifest__.py
|
|
@@ -0,0 +1,7 @@
|
|
+# __manifest__.py
|
|
+{
|
|
+ 'name': "Web Example",
|
|
+ 'description': "Basic example of a (future) web module",
|
|
+ 'category': 'Hidden',
|
|
+ 'depends': ['base'],
|
|
+}
|