bemade-addons/bemade_purchase_warn_supplier_overdue/__manifest__.py
2024-10-04 12:02:28 -04:00

29 lines
825 B
Python

{
'name': 'Bemade Warn Supplier Overdue',
'version': '1.0',
'summary': 'Warn supplier when overdue on purchase order confirmation',
'description': """
Warn supplier when overdue on purchase order confirmation
===================================
This module adds a mail.message to the purchase order confirmation form when the supplier is overdue.
""",
'author': 'Benoît Vézina',
'website': 'https://www.bemade.com',
'category': 'Purchases',
'license': 'OPL-1',
'depends': [
'purchase',
'account',
'mail',
],
'data': [
'views/res_config_settings_views.xml',
# 'security/ir.model.access.csv',
],
'demo': [
# List any demo data files here
],
'installable': True,
'application': False,
'auto_install': False,
}