30 lines
1.1 KiB
Python
30 lines
1.1 KiB
Python
{
|
|
'name': 'Account Credit Hold',
|
|
'version': '15.0.2.0.0.1',
|
|
'summary': 'Allows setting clients on credit hold, blocking the ability confirm a new sales order.',
|
|
'description': 'Allows setting clients on hold, blocking the ability confirm a new sales order.',
|
|
'category': 'Accounting/Accounting',
|
|
'author': 'Bemade Inc.',
|
|
'maintainer': 'Marc Durepos <marc@bemade.org>',
|
|
'website': 'http://www.bemade.org',
|
|
'license': 'LGPL-3',
|
|
'depends': ['sale', 'account_followup', 'stock'],
|
|
'data': [
|
|
'views/account_followup_views.xml',
|
|
'views/sale_order_views.xml',
|
|
'views/res_partner_views.xml',
|
|
'views/stock_picking_views.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'account_credit_hold/static/src/js/followup_form_model.js',
|
|
'account_credit_hold/static/src/js/followup_form_controller.js',
|
|
],
|
|
'web.assets_qweb': [
|
|
'account_credit_hold/static/src/xml/account_followup_template.xml',
|
|
],
|
|
},
|
|
'demo': [],
|
|
'installable': True,
|
|
'auto_install': False
|
|
}
|