-
- Downloads
*added a new functionnality to allow the user to set the state of the ...
*added a new functionnality to allow the user to set the state of the account_move from draft to validate (and existing account_move_lines related). This functionnality can be called from: ** a list of account_move_lines ** a menuitem in Financial Management\Periodical Processing\Validate Account Moves: it asks for a journal and set the state of all draft account_moves of this journal to validate. *overwritten the name_get of the account_move in order to display the name with a star * before it if its state is in draft bzr revid: qdp-2933c3b426bc6fcaf73f5941469eadba0e0862f4
Showing
- addons/account/account.py 14 additions, 0 deletionsaddons/account/account.py
- addons/account/account_move_line.py 5 additions, 5 deletionsaddons/account/account_move_line.py
- addons/account/account_wizard.xml 32 additions, 12 deletionsaddons/account/account_wizard.xml
- addons/account/invoice.py 3 additions, 0 deletionsaddons/account/invoice.py
- addons/account/wizard/__init__.py 2 additions, 0 deletionsaddons/account/wizard/__init__.py
- addons/account/wizard/wizard_validate_account_move.py 85 additions, 0 deletionsaddons/account/wizard/wizard_validate_account_move.py
Loading
Please register or sign in to comment