res.bank :: Bank

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

  • bic [char]: Bank Identifier Code

  • city [char]: City

  • country [many2one: res.country]: Country

  • country_code [readonlychar(2)]: Country Code

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • email [char]: Email

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • phone [char]: Phone

  • state [many2one: res.country.state]: Fed. State

  • street [char]: Street

  • street2 [char]: Street2

  • write_date [readonlydatetime]: Last Updated on

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

  • zip [char]: Zip