Sélectionner une révision Git
scop_cotisation_cg_exo.py
scop_contribution.py 399 o
# © 2019 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import models, fields
# TODO: déplacer dans scop_cotisation
class ScopContributionType(models.Model):
_name = "scop.contribution.type"
_description = "Contribution type"
name = fields.Char("Contribution type")
id_riga = fields.Integer("ID RIGA")