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.

20 lines
651 B

  1. 12.0.3.0.0 (2019-08-13)
  2. ~~~~~~~~~~~~~~~~~~~~~~~
  3. * [MIG] Port module to version 12.0.
  4. * [REF] Don't use ``product.product`` model for Reasons, because Odoo remove
  5. the fields ``expense_pdt`` ``and income_pdt`` from the model.
  6. Use instead a new model ``pos.move.reason`` for this purpose.
  7. * [REF] Doesn't inherit from ``cash.box.in`` and ``cash.box.out`` model,
  8. as there are bad designed and doesn't allow clean inheritance.
  9. Instead, use new transient model ``wizard.pos.move.reason``.
  10. 8.0.2.0.0 (2018-06-25)
  11. ~~~~~~~~~~~~~~~~~~~~~~
  12. * [REF] Minor code refactoring.
  13. 8.0.1.0.0 (2017-06-08)
  14. ~~~~~~~~~~~~~~~~~~~~~~
  15. * First Version of the module.