Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0] om_account_asset - asset_ids already existing in account.move (OdooEnterprise: account_asset) #121

Open
mde-scopea opened this issue Mar 13, 2024 · 1 comment

Comments

@mde-scopea
Copy link

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 ?

asset_ids = fields.One2many('account.asset.asset', 'invoice_id',

(implied also in next version 15, 16, 17)

Thanks for your job.

@odoomates
Copy link
Owner

hi @mde-spring ,
Actually you don't need to use this application along with EE, you can install the asset application from the odoo enterprise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants