mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Adds to the section and note renderer to look for a new XML attr 'section-subtotal-field'.
17 lines
392 B
Python
17 lines
392 B
Python
{
|
|
'name': 'Base Section Subtotal',
|
|
'version': '13.0.1.0.0',
|
|
'category': 'Tools',
|
|
'author': 'Hibou Corp.',
|
|
'license': 'AGPL-3',
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'account', # because 'section_and_note_fields' come from account
|
|
],
|
|
'data': [
|
|
'views/assets_backend.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|