Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
3
返信
10640
ビュー
Hi MouBou,
You can change the required field from True to False as,
<field name="field_name" required="False"/>
Thanks & Regards
You must have technical settings enabled (v8) or be in developer mode (v9) then go to settings -> Technical - > DB Structure - > Fields
There you search for the fields you wish to turn off to be required, open it an deselect the required checkbox.
Dear MouBou,
You need to check attrs keyword example in xml file.
Cheers,
Ankit H Gandhi.