[ADD][12.0] account_bank_statement_chatter: new module

This commit is contained in:
cubells
2021-02-01 16:04:50 +01:00
committed by Sergio Bustamante
parent aa745815a9
commit 2277b68823
13 changed files with 609 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Copyright 2021 Trey, Kilobytes de Soluciones - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models
class AccountBankStatement(models.Model):
_inherit = ["account.bank.statement", "mail.thread", "mail.activity.mixin"]
_name = "account.bank.statement"