Add partner_default_properties addon with default fiscal position and payment terms for new customers

This commit is contained in:
Kristof Bernaert
2026-04-13 18:49:53 +02:00
parent b0255bbe86
commit 0fbbeb506a
6 changed files with 134 additions and 0 deletions
@@ -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',
}