تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
1249 أدوات العرض

Hello please i want to know how we can add a new field in quotation 

thanks you!

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

First add the new field in the python file. 

'name': fields.char('LV Side', size=64),

Add the new field in xml file for view.

<field name="name"/> 

The field may be inside the form, tree,and search views.

 

الصورة الرمزية
إهمال
أفضل إجابة

Please read the documentation and learn the basics about customizing Odoo. There is plenty of information available. Then ask a specific question.

الصورة الرمزية
إهمال