metatroncubeswdev 4b37c198b7 feat: add mcs_invoice_currency_display addon with modern invoice template
- 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>
2026-05-18 15:25:40 -04:00

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',
}