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

[fix] copy false on date_export

parent 990e0e55
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ from odoo import fields, models, api ...@@ -7,4 +7,4 @@ from odoo import fields, models, api
class AccountMoveLine(models.Model): class AccountMoveLine(models.Model):
_inherit = 'account.move.line' _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