Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 61f2e276411fd456568e9def3bbfa416d4b09d7b
  • 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

dashboard_year.js

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)