This question has been flagged
1 Reply
5049 Views

We have one2many product fileds in both sale.order.line,purchase.order.line. I want to add Serial No. to both one2many field. How can i add this?

We we create each quotation, one2many field started from 1. How can this possible?

 

 

<group name="destination_grp" position="replace">
                  <group name="destination_grp" string="Destination" attrs="{'invisible':[('return_type','=',True)]}">

Avatar
Discard
Best Answer

http://stackoverflow.com/questions/21495783/openerpv7-numbeing-in-orderline

Avatar
Discard
Author

can we use this function as inheritance? will it work?

Yes it will work. In custom module inherit the line table add column and use this function.

Author
Can we give like this? How can we replace a whole group??
Author
Author

Hi Prakash, i updated the above question.please check the question. how can we replace whole group?