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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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.
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up