[Bug FIX]安装 account_check_writing模块后采购收据打印报错的问题
大写金额没填报错
修改:report_check.xml文件,把<span t-esc="fill_stars(o.amount_in_word)"/>一行替换为
<span t-esc="fill_stars(o.amount_in_word or '*****')"/>
即可。
大写金额没填报错
修改:report_check.xml文件,把<span t-esc="fill_stars(o.amount_in_word)"/>一行替换为
<span t-esc="fill_stars(o.amount_in_word or '*****')"/>
即可。