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
This results in a critical issue, as instances without the stock_account module installed would experience functionality problems due to this missing dependency.
The text was updated successfully, but these errors were encountered:
account-financial-tools/account_ux/models/account_move.py
Line 161 in 8b13d41
Hi @rov-adhoc and @cav-adhoc
I am reviewing a commit in account_ux/models/account_move.py, and I noticed the following code:
with_valuation = self.filtered('line_ids.stock_valuation_layer_ids')
This field in account.move is added in stock_account/models/account_move.py from the stock_account module. https://github.com/odoo/odoo/blob/56b3f6714cc66dd6533dc29605e984418fc30313/addons/stock_account/models/account_move.py#L11
However, upon reviewing the manifest.py file of the account_ux module (link), there is no dependency on the stock_account module.
https://github.com/ingadhoc/account-financial-tools/blob/17.0/account_ux/__manifest__.py
This results in a critical issue, as instances without the stock_account module installed would experience functionality problems due to this missing dependency.
The text was updated successfully, but these errors were encountered: