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

scop_cotisation_simulation.py

Blame
  • account_move.py 326 o
    # © 2018-2022 Le Filament (https://le-filament.com)
    # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
    
    from odoo import fields, models
    
    
    class AccountMove(models.Model):
        _inherit = "account.move"
    
        project_id = fields.Many2one("project.project", "Projet")
        description = fields.Char("Intitulé")