From 4f55d789c985dfca61cb159ecaef8bc2e06dcc6e Mon Sep 17 00:00:00 2001 From: Yhael S Date: Sat, 24 Aug 2024 18:21:21 -0600 Subject: [PATCH] cleanup --- odoo/manifest.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo/manifest.example.py b/odoo/manifest.example.py index edc1080..7657608 100644 --- a/odoo/manifest.example.py +++ b/odoo/manifest.example.py @@ -6,7 +6,7 @@ Goes Here ''', 'version': '1.0.0', # (X.Y.Z.W) X: Odoo Version (not present), Y: Major Upgrade, Z: Bugfix, W: Minor Upgrade - 'category': 'Uncategorized', # Possible values: [https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml] + 'category': 'Uncategorized', # Possible values: [https://github.com/odoo/odoo/blob/17.0/odoo/addons/base/data/ir_module_category_data.xml] 'license': 'LGPL-3', 'sequence': 100, # Order in which the module will be displayed # Author, Pricing, Licensing, and Support Info