Django - Admin Site Children Models Copy

I have a question, per the courses , on models, the product set with the unit_price, and in the product_inline, also have the unit_price.
How is it possible that when creating order, to copy from unit price from Product to product inline, ( as the fact, the price might change but most of the time do not, as well as like the description)
Thanks