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
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.
685
Commits
8
Branches
0
Tags
14 MiB
Tree:
b7eb8ffafa
10.0
11.0
12.0
12.0-vracoop-pos
13.0
7.0
8.0
9.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b7eb8ffafa'
${ noResults }
pos
/
pos_cash_move_reason
/
wizard
/
__init__.py
1 line
37 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.
5 years ago
from
.
import
wizard_pos_move_reason