mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-21 05:12:05 +02:00
22 lines
482 B
Python
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',
|
|
}
|