Created on 2019-12-18.11:31:43 by resteve, last changed 13 months ago by pokoli.
Not a mistake as it works but yes, it can be replaced by PoolMeta It will be great if you can submit a patch for it
Is it a mistake [1]? - class Party(ModelSQL, ModelView): + class Party(metaclass=PoolMeta): [1] http://hg.tryton.org/modules/account_invoice/file/tip/party.py#l36
History | |||
---|---|---|---|
Date | User | Action | Args |
2019-12-18 11:33:20 | pokoli | set | nosy:
+ pokoli messages: + msg54573 keyword: + easy |
2019-12-18 11:31:43 | resteve | create |