# -*- 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', }