c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12056
[Bug 701810] Re: [account] No '_name' in class account_cash_statement. So what about inheritance ?
Ok, thank you.
So in that case it's expected to take all functions and fields, isn't it
?
--
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:
Invalid
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' ?
References