First Commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
'name': 'GRT IfcOpenShell Integration',
|
||||
'version': '19.0.2.0.0',
|
||||
'category': 'Construction/BIM',
|
||||
'summary': 'Integrasi Odoo dengan library IfcOpenShell untuk file IFC',
|
||||
'description': """
|
||||
Modul ini digunakan untuk memproses dan mengelola file IFC (Industry Foundation Classes)
|
||||
menggunakan library IfcOpenShell di Odoo 19.
|
||||
""",
|
||||
'author': 'GRT',
|
||||
'maintainer': 'GRT',
|
||||
'depends': ['base'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/ifc_project_menu.xml',
|
||||
'views/ifc_project_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Reference in New Issue
Block a user