Skip to content

Commit 97cc1c4

Browse files
committed
Merge PR #320 into 18.0
Signed-off-by pedrobaeza
2 parents fd9fcf5 + 46301cc commit 97cc1c4

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)