Skip to Content
Menu
This question has been flagged
2 Replies
679 Views

Hello, 
I have the following question, can I change the Lead time field type from float to text in the quotation form?
This is because I need this field to allow me to enter values such as 1 day, 2 weeks, 2 months...
or if not create a new field for this requirement.

Avatar
Discard
Best Answer

In order to configure delivery lead time, one has to go to Product and under the product purchase tab, need to click a vendor. The delivery lead time for both vendors and products can be changed here. To configure security lead time, go to settings > security lead time & set a lead time. Moreover visit  <a href="https://gsfonts.com/">Stylish Fonts Generator t</a> for learning.

Avatar
Discard
Best Answer

Hello,

One can overwrite the field to change its data type, but there can be lot of issues in the existing records.

To change the field from float to text here is the code,

Current field

lead_time = Fields.Float()

Overwrite it as : Inherit the corresponding model, overwrite the field as.

lead_time = Fields.Text()

Regards

Avatar
Discard