为了研究odoo14 的spreadsheet模块,我将一个14的社区版增加了企业版模块,然后安装spreadsheet模块,然后就遇到了下面的问题:
2022-11-05 13:31:39,913 29630 WARNING antai odoo.addons.base.models.assetsbundle: Error: no mixin named o-details-hide-caret
on line 21521 of stdin, in mixin `@content`
from line 75 of addons/web/static/lib/bootstrap/scss/mixins/_breakpoints.scss, in mixin `media-breakpoint-down`
from line 21517 of stdin
>> @include o-details-hide-caret();
-------------------------^
This error occured while compiling the bundle 'web.assets_backend' containing:
主要的表现是:
home页样式丢失
尝试:
升级web、升级web_enterprise、升级Base等模块,都不好用。
通过gem安装了scss包。【挺扯的一种行为】
解决:
卸载documents模块,然后重新安装documents模块。
表面原因:
我引入enterprise之后, 直接安装了 spreadsheet模块。