odex25_standard/odex25_accounting/petty_invoice/__manifest__.py

16 lines
327 B
Python

# -*- coding: utf-8 -*-
{
'name': "Petty Invoice",
'summary': """Accounting""",
'category': 'Odex25-Project/Odex25-Project',
'description': """
Mark invoice as petty cash one
""",
'version': '0.1',
'depends': ['account'],
'data': [
'views/account_move_view.xml',
],
}