mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2025-01-22 19:41:44 +00:00
8 lines
157 B
Python
8 lines
157 B
Python
from flectra import fields, models
|
|
|
|
|
|
class View(models.Model):
|
|
_inherit = "ir.ui.view"
|
|
|
|
mass_server_action_id = fields.Many2one("ir.actions.server")
|