Add partner_default_properties addon with default fiscal position and payment terms for new customers
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Partner Default Properties',
|
||||
'version': '16.0.1.0.0',
|
||||
'summary': 'Set company-wide defaults for fiscal position and payment terms on new customers',
|
||||
'category': 'Accounting',
|
||||
'author': 'Van Bernaert',
|
||||
'depends': ['base', 'account', 'sale'],
|
||||
'data': [
|
||||
'views/res_config_settings_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Reference in New Issue
Block a user