mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] reconciliation date should not be copied
This commit is contained in:
@@ -7,4 +7,4 @@ from odoo import fields, models
|
|||||||
class AccountMove(models.Model):
|
class AccountMove(models.Model):
|
||||||
_inherit = "account.move"
|
_inherit = "account.move"
|
||||||
|
|
||||||
reconciliation_date = fields.Date(string="Reconciliation Date")
|
reconciliation_date = fields.Date(string="Reconciliation Date", copy=False)
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ from odoo import fields, models
|
|||||||
class AccountPayment(models.Model):
|
class AccountPayment(models.Model):
|
||||||
_inherit = "account.payment"
|
_inherit = "account.payment"
|
||||||
|
|
||||||
reconciliation_date = fields.Date(string="Reconciliation Date")
|
reconciliation_date = fields.Date(string="Reconciliation Date", copy=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user