Skip to content
Snippets Groups Projects
Commit 39a210e2 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[fix] copy false on date_export

parent 5e768a65
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ from odoo import fields, models
class AccountMoveLine(models.Model):
_inherit = "account.move.line"
date_export = fields.Datetime("Date export")
date_export = fields.Datetime("Date export", copy=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment