mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
24 lines
689 B
Python
24 lines
689 B
Python
# Copyright 2021 - TODAY, Escodoo
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Base Repair',
|
|
'summary': """
|
|
This module extends the functionality of Odoo Repair module
|
|
to add some basic features.""",
|
|
'version': '12.0.1.1.1',
|
|
'license': 'AGPL-3',
|
|
'author': 'Escodoo, Agile Business Group, Odoo Community Association (OCA)',
|
|
'maintainers': ['marcelsavegnago'],
|
|
'images': ['static/description/banner.png'],
|
|
'website': 'https://github.com/OCA/manufacture',
|
|
'category': 'Manufacturing',
|
|
'depends': [
|
|
'repair',
|
|
],
|
|
'data': [
|
|
'views/repair_order.xml',
|
|
],
|
|
'installable': True,
|
|
}
|