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

account_move_line.py

Blame
  • account_move_line.py 268 o
    # Copyright 2020 Le Filament
    # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
    
    from odoo import fields, models, api
    
    
    class AccountMoveLine(models.Model):
        _inherit = 'account.move.line'
    
        date_export = fields.Datetime('Date export', copy=False)