diff --git a/odoo_module/__init__.py b/odoo_module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/odoo_module/__manifest__.py b/odoo_module/__manifest__.py new file mode 100644 index 00000000..53aa2ee4 --- /dev/null +++ b/odoo_module/__manifest__.py @@ -0,0 +1,8 @@ +{ + "name": "odoo module", + "version": "12.0.2.0.0", + "author": "Author, Odoo Community Association (OCA)", + "summary": "summary", + "license": "LGPL-3", + "installable": True, +}