Skip to content
Snippets Groups Projects
Commit b7fc30c674c3 authored by oury.balde's avatar oury.balde
Browse files

[FIX] account_move: do not copy transaction_date

The copy of a transaction_date should be disabled by default.
parent 8c210e84b4ca
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@
"date."
),
states={"posted": [("readonly", True)]},
copy=False,
)
@api.model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment