NINS_CODE/bahmni-addons/bahmni_atom_feed/__manifest__.py

31 lines
876 B
Python
Raw Normal View History

2024-12-12 22:37:39 +06:00
# -*- coding: utf-8 -*-
{
'name': 'Bahmni Atom Feed',
'version': '1.0',
'summary': 'Module to sync Bahmni with Odoo',
'sequence': 1,
'description': """
Bahmni Web Extension
====================
""",
'category': 'Web',
'website': '',
'images': [],
'depends': ['web', 'bahmni_product', 'bahmni_sale'],
'data': ['security/ir.model.access.csv',
'data/mrs_person_attributes_data.xml',
'views/event_records_view.xml',
'views/res_company.xml',
'wizard/stock_location_product_dhis2.xml',
'views/order_type_view.xml',
'views/syncable_units_mapping_view.xml',
'views/order_type_shop_map_view.xml',
'views/res_users_view.xml',
],
'demo': [],
'qweb': [],
'installable': True,
'application': True,
'auto_install': False,
}