This website works better with JavaScript.
Home
Explore
Help
Sign In
Myceliandre
/
pos
Watch
2
Star
0
Fork
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
759
Commits
8
Branches
0
Tags
14 MiB
Tree:
7c927ef312
pos
/
pos_cash_move_reason
/
readme
/
CONTRIBUTORS.rst
1 line
52 B
Raw
Normal View
History
[MIG][12.0] port pos_cash_move_reason [REF] Don't use ``product.product`` model for Reasons, because Odoo remove the fields ``expense_pdt`` ``and income_pdt`` from the model. Use instead a new model ``pos.move.reason`` for this purpose. [REF] Doesn't inherit from ``cash.box.in`` and ``cash.box.out`` model, as there are bad designed and doesn't allow clean inheritance. Instead, use new transient model ``wizard.pos.move.reason``. [REF] Oca convention. add readme folder.
6 years ago
*
Sylvain LE GAL <https://twitter.com/legalsylvain>