mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
* remove the documentation for `_auto`, `abstract`, and `_transient` as that's redundant with `Model` * add documentation for transients' dedicated attributes (and main method whose docstring explains what actually occurs) Part-of: odoo/documentation#1352