Initial commit: Odoomates Odoo packages (12 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:49:21 +02:00
commit 3b38c49bf0
526 changed files with 34983 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# -*- 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',
}