[FIX] orm: remove autoattribute directive for BaseModel._sequence

The attribute was dropped with PR odoo/odoo#82727

closes odoo/documentation#1522

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2022-02-02 13:22:57 +00:00
parent c0ac2a7e13
commit e4c963d7b6

View File

@ -56,7 +56,6 @@ value::
Defaults to whatever value was set for :attr:`~._auto`.
.. autoattribute:: _table
.. autoattribute:: _sequence
.. autoattribute:: _sql_constraints
.. autoattribute:: _register