mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-11-16 19:12:04 +00:00
14a109dc87
[ADD] l10n_ch_zip [ADD] l10n_ch_bank_statement_import_postfinance
8 lines
225 B
Python
8 lines
225 B
Python
# Copyright 2014-2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from flectra import models
|
|
|
|
|
|
class ISRFromInvoice(models.AbstractModel):
|
|
_name = 'report.one_slip_per_page_from_invoice'
|