Skip to content

Commit 565d6d8

Browse files
committed
Merge PR #319 into 17.0
Signed-off-by pedrobaeza
2 parents 088ef74 + 8496277 commit 565d6d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

intrastat_product/models/account_move.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class AccountMove(models.Model):
2828
string="Origin/Destination Country",
2929
compute="_compute_src_dest_country_id",
3030
store=True,
31+
readonly=False,
3132
help="Destination country for dispatches. Origin country for arrivals.",
3233
)
3334
src_dest_region_id = fields.Many2one(

0 commit comments

Comments
 (0)