account.payment.term.line :: Payment Terms Line

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • days_next_month [char(2)]: Days on the next month

  • delay_type [requiredselection]: Delay Type

  • display_days_next_month [readonlyboolean]: Display Days Next Month

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • nb_days [integer]: Days

  • payment_id [requiredmany2one: account.payment.term]: Payment Terms

  • value [requiredselection]: Value

  • value_amount [float]: Due

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by