跳至內容
選單
此問題已被標幟
1 回覆
3553 瀏覽次數

How could a date field in xml be set as the minimum date of selection the date before put in other fields?

頭像
捨棄
最佳答案

Hi,
You can provide the minimum date or maximum date allowed to a date field using ‘datepicker’ in the ‘options’ of the field.
Example,

<  field name="sample_date" options="{'datepicker': {'minDate': '6/6/2021'}}"/>
or
<  field name="sample_date" options="{'datepicker': {'minDate': 'now'}}"/>
Regards
頭像
捨棄

how about number sir? can you help

<?xml version="1.0"?>
<xpath expr="//field[@name='order_line']/tree//field[@name='price_unit']" position="after">
<field name="purchase_price" groups="base.group_user" required="1" type="number" min="1"/>
</xpath>

相關帖文 回覆 瀏覽次數 活動
5
6月 20
6827
1
4月 16
5024
2
3月 15
6424
1
5月 24
2590
0
1月 24
2437