[NEW] account_move_attachement_zipped_download
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from odoo import models
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_name = "account.move"
|
||||
_inherit = ["account.move", "ir.attachment.action_download"]
|
Reference in New Issue
Block a user