Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3580 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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
Ảnh đại diện
Huỷ bỏ

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>

Bài viết liên quan Trả lời Lượt xem Hoạt động
5
thg 6 20
6870
1
thg 4 16
5039
2
thg 3 15
6452
1
thg 5 24
2617
0
thg 1 24
2464