-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ssi_l10n_id_taxform_bukti_potong_pph_1721_ai]
1. Menambahkan Cetakan Form 1721 A1 PDF 2. Menambahkan dependecies ke report_py3o, ssi_print_mixin, partner_contact_in_several_companies 3. Mengganti tax_period_id -> start / end_tax_period_id
- Loading branch information
Showing
5 changed files
with
85 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+45.5 KB
ssi_l10n_id_taxform_bukti_potong_pph_1721_a1/reports/bukti_potong_pph_1721_a1.odt
Binary file not shown.
15 changes: 15 additions & 0 deletions
15
ssi_l10n_id_taxform_bukti_potong_pph_1721_a1/reports/bukti_potong_pph_1721_a1_report.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2025 OpenSynergy Indonesia | ||
Copyright 2025 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<record id="bukti_potong_pph_1721_a1_py3o_report" model="ir.actions.report"> | ||
<field name="name">Form 1721-A1 PDF</field> | ||
<field name="model">l10n_id.bukti_potong_pph_1721_a1</field> | ||
<field name="report_name">form_1721_a1_pdf</field> | ||
<field name="report_type">py3o</field> | ||
<field name="py3o_filetype">pdf</field> | ||
<field name="module">ssi_l10n_id_taxform_bukti_potong_pph_1721_a1</field> | ||
<field name="py3o_template_fallback">/reports/bukti_potong_pph_1721_a1.odt</field> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters