[ADD] base_section_subtotal: for Odoo 13.0

Adds to the section and note renderer to look for a new XML attr 'section-subtotal-field'.
This commit is contained in:
Jared Kipe
2020-10-08 16:33:47 -07:00
parent 8ace16db35
commit f94e50afba
4 changed files with 114 additions and 0 deletions

View File

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