You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the module om_account_asset with an Odoo Enterprise version.
In the module om_account_asset, since the version 14.0.7.2.0, the field asset_ids has been added.
Unfortunately, this field exists also in odoo enterprise (module account_asset)
This implies some inconsistencies and some bugs.
Definition of the field in account.move of account_asset: asset_ids = fields.One2many('account.asset', string='Assets', compute="_compute_asset_ids")
Hi,
I'm using the module om_account_asset with an Odoo Enterprise version.
In the module om_account_asset, since the version 14.0.7.2.0, the field asset_ids has been added.
Unfortunately, this field exists also in odoo enterprise (module account_asset)
This implies some inconsistencies and some bugs.
Definition of the field in account.move of account_asset:
asset_ids = fields.One2many('account.asset', string='Assets', compute="_compute_asset_ids")
Is it possible to change this name to another ?
odooapps/om_account_asset/models/account_move.py
Line 12 in 3f2bfde
(implied also in next version 15, 16, 17)
Thanks for your job.
The text was updated successfully, but these errors were encountered: