mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
4 lines
257 B
ReStructuredText
4 lines
257 B
ReStructuredText
When one model inherits another (e.g. res.users inherits res.partner) and new custom
|
|
field is created, then same field is created for inheriting model as well, which should
|
|
be avoided or at least duplicated field should be also manual, but created as base.
|