Sélectionner une révision Git
scop_cotisation_simulation.py
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é")