[18.0][IMP] intrastat_product: Define the src_dest_country_id field readonly=False#320
Merged
OCA-git-bot merged 1 commit intoOCA:18.0from Oct 21, 2025
Conversation
…y=False Example use case: - Our company is based in France - Create a sales order with a delivery address in France - Confirm the sales order - Validate the picking - Create the invoice - Although the src_dest_country_id is France, there are specific cases that may require changing the country (even when the invoice is confirmed); for example, if we have shipped the goods to a customer's logistics warehouse in France but then the customer moves the goods to another country (Ireland, for example), in that case we will need to change the country and define Ireland because it must appear on the Intrastat declaration. TT58076
pedrobaeza
approved these changes
Oct 21, 2025
juancarlosonate-tecnativa
approved these changes
Oct 21, 2025
Member
|
/ocabot merge patch |
Contributor
|
Hey, thanks for contributing! Proceeding to merge this for you. |
Contributor
|
Congratulations, your PR was merged at 161cfcc. Thanks a lot for contributing to OCA. ❤️ |
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.
FWP from 17.0: #319
Define the
src_dest_country_idfield readonly=FalseExample use case:
src_dest_country_idis France, there are specific cases that may require changing the country (even when the invoice is confirmed); for example, if we have shipped the goods to a customer's logistics warehouse in France but then the customer moves the goods to another country (Ireland, for example), in that case we will need to change the country and define Ireland because it must appear on the Intrastat declaration.Please @pedrobaeza and @juancarlosonate-tecnativa can you review it?
@Tecnativa TT58076