init 18.0

This commit is contained in:
2025-10-07 16:00:46 +02:00
parent c7254a7b84
commit 9cd897fb0c
120 changed files with 3 additions and 5951 deletions

View File

@@ -1,21 +0,0 @@
{
'name': 'Account Sub-accounts',
'version': '16.0.1.0.0',
'summary': 'Add sub-account fields in res.partners and account.move.line, and sync them.',
'author': 'Elabore',
'website': 'https://elabore.coop/',
'license': 'AGPL-3',
'category': 'Accounting',
'depends': [
'account',
'base',
],
'data': [
'views/res_partner_views.xml',
'views/account_move_line_views.xml',
],
'installable': True,
'auto_install': False,
'application': False,
'assets': {},
}