odoo/odoo#215321
Created by fw-bot
Merged
at fd458152be8c29c767c72865633c145587446e2e
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 3s)
- label
- odoo-dev:master-18.0-tr-nilvera-partner-ref-override-tax-id-roto-444385-fw
- head
- 436a929aae0338e0fa00a6d25ba41fc3e91bee59
- merged
- 1 week ago by Accounting, Maximilien La Barre (malb)
odoo/odoo | |
---|---|
18.0 | #214501 |
saas-18.1 | #215283 |
saas-18.2 | #215306 |
saas-18.3 | #215318 |
saas-18.4 | |
master | #215321 |
[FW][FIX] l10n_tr_nilvera_einvoice: exclude ID without schemeID
[FIX] l10n_tr_nilvera_einvoice: exclude ID without schemeID
Nilvera expects a <schemeID>
with every <ID>
. In Odoo currently, we only
support VKN or TCKN as a schemeID that get impacted from the VAT Number.
Also, Nilvera reject any <BuyerReference>
tag.
Before:
- The generated XML contains some <ID>
tags without 'schemeID'
attribute.
- The generated XML contains some <BuyerReference>
tag.
After:
- The <ID>
tags with no 'schemeID' are removed from the XML.
- The <BuyerReference>
tag is removed from the XML.
task-4822777
runbot: https://runbot.odoo.com/runbot/bundle/18-0-tr-nilvera-partner-ref-override-tax-id-roto-376352
Forward-Port-Of: #214501