-
- Downloads
[IMP] account: Add restrict mode and normal mode for account move.
This commit deletes account_cancel module and squash it into account. The 'update_posted' field is changed by 'restrict_mode_hash_table' field. If 'restrict_mode_hash_table' is true, you have a hash chain on your account journal. These hash chains prove the inalterability of your accounting. l10n_fr_certification module is deleted and all hashing method are moved in account module. Now, you can download a PDF report about your inalterability in the company settings. If you have l10n_fr or l10n_post_cert installed you have more information on this report like the inalterability of pos orders, etc. Task ID: 2039160
Showing
- addons/account/__manifest__.py 2 additions, 1 deletionaddons/account/__manifest__.py
- addons/account/models/account.py 35 additions, 2 deletionsaddons/account/models/account.py
- addons/account/models/account_bank_statement.py 5 additions, 2 deletionsaddons/account/models/account_bank_statement.py
- addons/account/models/account_move.py 96 additions, 29 deletionsaddons/account/models/account_move.py
- addons/account/models/account_payment.py 5 additions, 11 deletionsaddons/account/models/account_payment.py
- addons/account/models/company.py 80 additions, 1 deletionaddons/account/models/company.py
- addons/account/report/__init__.py 1 addition, 0 deletionsaddons/account/report/__init__.py
- addons/account/report/account_hash_integrity_templates.py 22 additions, 0 deletionsaddons/account/report/account_hash_integrity_templates.py
- addons/account/report/account_hash_integrity_templates.xml 106 additions, 0 deletionsaddons/account/report/account_hash_integrity_templates.xml
- addons/account/tests/test_account_move_partner_count.py 1 addition, 0 deletionsaddons/account/tests/test_account_move_partner_count.py
- addons/account/tests/test_account_move_tax_lock_date.py 15 additions, 17 deletionsaddons/account/tests/test_account_move_tax_lock_date.py
- addons/account/tests/test_payment.py 6 additions, 16 deletionsaddons/account/tests/test_payment.py
- addons/account/tests/test_reconciliation.py 1 addition, 1 deletionaddons/account/tests/test_reconciliation.py
- addons/account/views/account_move_views.xml 28 additions, 7 deletionsaddons/account/views/account_move_views.xml
- addons/account/views/account_payment_view.xml 3 additions, 2 deletionsaddons/account/views/account_payment_view.xml
- addons/account/views/account_report.xml 10 additions, 0 deletionsaddons/account/views/account_report.xml
- addons/account/views/account_view.xml 4 additions, 0 deletionsaddons/account/views/account_view.xml
- addons/account_cancel/__init__.py 0 additions, 4 deletionsaddons/account_cancel/__init__.py
- addons/account_cancel/__manifest__.py 0 additions, 32 deletionsaddons/account_cancel/__manifest__.py
- addons/account_cancel/i18n/account_cancel.pot 0 additions, 46 deletionsaddons/account_cancel/i18n/account_cancel.pot
Loading
Please register or sign in to comment