Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsource/modules170-180.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Module coverage 17.0 -> 18.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |del| account_audit_trail | Done |Merged into account. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| account_check_printing | | |
| account_check_printing |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| account_debit_note | Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---Models in module 'account_check_printing'---
---Fields in module 'account_check_printing'---
account_check_printing / account.journal / bank_check_printing_layout (selection): NEW selection_keys: function
# NOTHING TO DO: New feature added in https://github.com/odoo/odoo/pull/162453
# If the field is empty, it is taken from the company (current behavior).

account_check_printing / account.move / preferred_payment_method_id (many2one): DEL relation: account.payment.method
account_check_printing / res.partner / property_payment_method_id (many2one): DEL relation: account.payment.method, stored: False
# NOTHING TO DO: Feature moved to the account module in https://github.com/odoo/odoo/pull/174537
# Handled in the migration script of the account module in https://github.com/OCA/OpenUpgrade/pull/4931

---XML records in module 'account_check_printing'---
DEL ir.ui.view: account_check_printing.view_account_invoice_filter
DEL ir.ui.view: account_check_printing.view_partner_property_form
# NOTHING TO DO: Feature moved to the account module in https://github.com/odoo/odoo/pull/174537