c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12026
[Bug 701810] [NEW] [account] No '_name' in class account_cash_statement. So what about inheritance ?
Public bug reported:
Addons: revno. 4221
Searching into account module, and particularly in
account_cash_statement.py, I see the class 'account_cash_statement' that
doesn't have any '_name' but have a '_inherit'.
In Developer Book
(http://doc.openerp.com/developer/1_2_module_development/3_Inheritance.html)
we can see that the _name permits us to know in which case the class
inherits functions and fields ... or not !
So what about the class 'account_cash_statement' ?
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/701810
Title:
[account] No '_name' in class account_cash_statement. So what about
inheritance ?
Status in OpenObject Addons Modules:
New
Bug description:
Addons: revno. 4221
Searching into account module, and particularly in
account_cash_statement.py, I see the class 'account_cash_statement'
that doesn't have any '_name' but have a '_inherit'.
In Developer Book
(http://doc.openerp.com/developer/1_2_module_development/3_Inheritance.html)
we can see that the _name permits us to know in which case the class
inherits functions and fields ... or not !
So what about the class 'account_cash_statement' ?
Follow ups
References