mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
@@ -19,6 +19,7 @@ class AccountAssetLine(models.Model):
|
||||
required=True,
|
||||
ondelete="cascade",
|
||||
check_company=True,
|
||||
index=True,
|
||||
)
|
||||
previous_id = fields.Many2one(
|
||||
comodel_name="account.asset.line",
|
||||
|
||||
@@ -20,3 +20,7 @@
|
||||
|
||||
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||
* Miquel Raïch <miquel.raich@forgeflow.com>
|
||||
|
||||
* `NuoBiT <https://www.nuobit.com>`_:
|
||||
|
||||
* Kilian Niubo <kniubo@nuobit.com>
|
||||
|
||||
Reference in New Issue
Block a user