account.payment.term :: Payment Terms

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

  • active [boolean]: Active

  • company_id [many2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

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

  • currency_id [readonlymany2one: res.currency]: Currency

  • discount_days [integer]: Discount Days

  • discount_percentage [float]: Discount %

  • display_name [readonlychar]: Display Name

  • display_on_invoice [boolean]: Show installment dates

  • early_discount [boolean]: Early Discount

  • early_pay_discount_computation [selection]: Cash Discount Tax Reduction

  • example_amount [readonlymonetary]: Example Amount

  • example_date [date]: Date example

  • example_invalid [readonlyboolean]: Example Invalid

  • example_preview [readonlyhtml]: Example Preview

  • example_preview_discount [readonlyhtml]: Example Preview Discount

  • fiscal_country_codes [readonlychar]: Fiscal Country Codes

  • id [readonlyinteger]: ID

  • line_ids [one2many: account.payment.term.line]: Terms

  • name [requiredchar]: Payment Terms

  • note [html]: Description on the Invoice

  • sequence [requiredinteger]: Sequence

  • write_date [readonlydatetime]: Last Updated on

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