We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 088ef74 + 8496277 commit 565d6d8Copy full SHA for 565d6d8
1 file changed
intrastat_product/models/account_move.py
@@ -28,6 +28,7 @@ class AccountMove(models.Model):
28
string="Origin/Destination Country",
29
compute="_compute_src_dest_country_id",
30
store=True,
31
+ readonly=False,
32
help="Destination country for dispatches. Origin country for arrivals.",
33
)
34
src_dest_region_id = fields.Many2one(
0 commit comments