- 辞旧迎新特惠:2025全面升级Odoo18 。预告旧版模块全场5折,满赠一键Odoo升级评估模块
- 即时下载:购买后从我的 订单下载
- 服务支持:购买后15天内邮件 安装指导
- 授权许可:购买即代表同意 用户协议
- 售后承诺: odooApp.cn 的模块与主题均保证功能与您下载时所见描述一致,如有异议可在下单后15天内申请免费退款
- 更多支持:务必参考 FAQ常见问题与答疑
Char Length Limit, Char background color, M2o length Limit, base widget enhance
Available in form , list, kanban, report
Latest update: v16.23.10.08
Key features:
- 1. Field dynamic background color, font color. set decoration-danger , bg-success. Must set widget=xxx in field. like: widget="char " bg-danger="state=='sale'"
- 2. Char length limit, Text Truncated. enable for char base widget like m2o. Use: widget=char options="{'max_readonly_length': 10}"
- 3. Length limit Available in form , list, kanban, report.
- 4. Easy set title no breadcrumb in action. set context={'clear_breadcrumbs': 1}
- 5. Can set disabled attributes for button(not for field widget). use attrs={'disabled': [domain xxx]} or attrs={'readonly': [domain xxx]}
- 11. Multi-language Support.
- 12. Multi-Company Support.
- 13. Support Odoo 16,15,14,13,12, Enterprise and Community Edition
Field dynamic background color, font color. set decoration-danger , bg-success. Must set widget=xxx in field. like: widget="char " bg-danger="state=='sale'"

Easy use. Just Add max_readonly_length in options
options={'max_readonly_length': 192}, for list, form, kanban
t-options="{'widget': 'char', 'max_readonly_length': 12}" for report


Follow our sample to get char limit

Length limit Available in form , list, kanban, report.

Length limit Available in form , list, kanban, report.

5. Can set disabled attributes for button(not for field widget). use attrs={'disabled': [domain xxx]} or attrs={'readonly': [domain xxx]}

4. Easy set title no breadcrumb in action. set context={'clear_breadcrumbs': 1}

Multi-language Support..
