Fix date field to always equal accounting date for all types of documents
in account.move model This commit consolidates the logic for updating date fields in the `account.move` model into a single private method `_update_dates`. Docstrings
parent
346785f2
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- NEWS.rst 6 additions, 0 deletionsNEWS.rst
- __manifest__.py 1 addition, 1 deletion__manifest__.py
- models/account_move.py 81 additions, 21 deletionsmodels/account_move.py
- tests/test_account_move3.py 3 additions, 1 deletiontests/test_account_move3.py
- tests/test_account_period.py 9 additions, 12 deletionstests/test_account_period.py
- views/account_move.xml 1 addition, 0 deletionsviews/account_move.xml
Please register or sign in to comment