account.online.account ::
representation of an online bank account
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
account_data [readonly; char]:
Account Data
account_number [char]:
Account Number
account_online_link_id [readonly; many2one: account.online.link]:
Account Online Link
balance [readonly; float]:
Balance
company_id [readonly; many2one: res.company]:
Company
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by