Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[FIX] account_chatter: Account move narration field is html field no text I#22876 #1621

Closed hugho-ad closed 1 year ago

hugho-ad commented 1 year ago

This module reassigns the narration field type, from html to text, that was wrong because when the field being refereced from a related field following error appears

TypeError: Type of related field bank.rec.widget.st_line_narration is
inconsistent with account.move.narration

So we remove the field inheritance, because the only reason this field was inherited was to make it trackeable, which is not supported for HTML fields.

carralc commented 1 year ago

LGTM +1