[NEW] account_sub_account: create add-on

This commit is contained in:
Stéphan Sainléger
2025-04-25 10:30:24 +02:00
committed by Stéphan Sainléger
parent 09f0eaac18
commit c56771ca37
10 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
'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': {},
}