feat: add BT-120 VAT exemption reason (backport #247)#254
Merged
barredterra merged 5 commits intoJun 8, 2026
Conversation
(cherry picked from commit cec83b5) # Conflicts: # eu_einvoice/locale/de.po # eu_einvoice/locale/main.pot
This comment was marked as outdated.
This comment was marked as outdated.
Confidence Score: 5/5This PR is safe to merge; it adds a new optional field with purely additive changes and no breaking modifications to existing logic. The change is strictly additive: a new nullable text field in settings and two child-doctype columns. BT-120 is only written when the field is non-empty and only alongside an already-emitted BT-121, which matches the EN16931 constraint. The import path correctly guards the None case. The defensive getattr fix for supplier_numbers is a safe improvement. No migration or schema-breaking change is required for existing installs because all new fields are optional/nullable. No files require special attention.
|
…bp/version-16-hotfix/pr-247
Member
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a BT-120 textfield for the VAT exemption reason to the E-Invoice Settings: #183
This is an automatic backport of pull request #247 done by Mergify.