- Suppresses CAD company currency block on foreign-currency invoices - Modern dark navy invoice layout with clean line items table - Amber tax-exempt notice for pre-HST invoices (under $30k threshold) - Structured for easy HST enablement after incorporation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
439 B
Python
15 lines
439 B
Python
{
|
|
'name': 'MCS Invoice Currency Display Fix',
|
|
'version': '17.0.1.0.0',
|
|
'summary': 'Hides the company currency (CAD) totals block on foreign currency invoices',
|
|
'author': 'Metatroncube Software Solutions',
|
|
'depends': ['account'],
|
|
'data': [
|
|
'views/report_invoice_currency.xml',
|
|
'views/report_invoice_template.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|