odoo-modules/odoo-bringout-odoomates-om_fiscal_year/om_fiscal_year/__manifest__.py
2025-08-29 15:49:21 +02:00

22 lines
482 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Author: Ernad Husremovic
# mail: hernad@bring.out.ba
{
"name": "om fiscal year dummy",
"description": """
odoo materijalno
""",
"version": "16.0.0",
"author": "bring.out",
'category': 'Localization',
"website": "https://github.com/hernad/odoo",
'depends': [
"base",
],
'data': [
],
"active": False,
'license': 'LGPL-3',
}