You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
377 B

  1. This module depends on ``sale_margin`` module to reuse algorithm present in the
  2. function ``_get_purchase_price`` of the model ``sale.order.line`` to
  3. compute correctly purchase price, in a multicurrency context.
  4. This dependency can be removed, when Odoo Core will be correctly refactored,
  5. moving this ``@api.model`` function in a more generic module (``account``
  6. for exemple).