Skip to content

Commit

Permalink
Merge pull request #155 from ecosoft-odoo/kittiu-simpler-api
Browse files Browse the repository at this point in the history
/
  • Loading branch information
kittiu authored Nov 9, 2023
2 parents e223b69 + 917a9c6 commit 4043b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe_etax_service/inet/inet_data_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def prepare_data(doc):
)
d["seller_tax_id"] = doc.company_id.vat
d["buyer_name"] = doc.partner_id.name
d["buyer_type"] = "TXID" # TXID, NIDN, CCPT, OTHR (no taxid)
d["buyer_tax_id"] = doc.partner_id.vat
d["buyer_branch_id"] = doc.partner_id.branch or "00000"
d["buyer_email"] = doc.partner_id.email
Expand Down

0 comments on commit 4043b1a

Please sign in to comment.