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