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 fd9fcf5 + 46301cc commit 97cc1c4Copy full SHA for 97cc1c4
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