This commit is contained in:
gsinghpal
2026-04-07 20:49:21 -04:00
parent 3cc93b8783
commit 4fde4c7bd1
25 changed files with 1253 additions and 900 deletions

View File

@@ -33,6 +33,10 @@
<field name="arch" type="xml">
<form string="T4A Summary">
<header>
<button name="action_export_xml"
string="Export CRA XML"
type="object"
class="btn-primary"/>
<button name="action_mark_filed"
string="Mark as Filed"
type="object"
@@ -60,9 +64,12 @@
<field name="tax_year"/>
<field name="cra_business_number"/>
</group>
<group string="Contact">
<group string="Contact / Transmitter">
<field name="contact_name"/>
<field name="contact_phone"/>
<field name="contact_email"/>
<field name="transmitter_bn"/>
<field name="transmitter_name"/>
<field name="filing_date"/>
</group>
</group>