mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Unresolved reference self and module odoo.api has no attribute multi [UPD] README.rst [UPD] Brainbean Apps => CorporateHub [UPD] README.rst
10 lines
215 B
ReStructuredText
10 lines
215 B
ReStructuredText
To use this functionality you need to return following action:
|
|
|
|
.. code-block:: python
|
|
|
|
def foo(self):
|
|
self.ensure_one()
|
|
return {
|
|
'type': 'ir.actions.act_view_reload',
|
|
}
|