[NEW] account_move_attachement_zipped_download

This commit is contained in:
Boris Gallet
2025-02-27 09:17:51 +01:00
parent 6b591cc5fc
commit 31b9c39f8c
22 changed files with 1630 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from odoo import models
class AccountMove(models.Model):
_name = "account.move"
_inherit = ["account.move", "ir.attachment.action_download"]