Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • a0181a5b74255f7155df6b232bf6907c135709f8
  • 12.0 par défaut protégée
  • 17.0
  • 18.0
  • 16.0
  • 14.0
  • 15.0
  • 13.0
  • 10.0
  • 9.0
10 résultats

lefilament_tdb.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")