Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • de788947693b3873d8f40420814aa4e4e065d09c
  • 14.0 par défaut
  • 12.0 protégée
  • 13.0
4 résultats

scop_cotisation_cg_exo.py

Blame
  • 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")