Repository
OCA/server-ux · module folder · Try on Runboat
Module version
1.0.2
Category
Tools
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-ux
Last tracking update
2026-08-07 07:47:34
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
sergio-teruel, Dũng (Trần Đình), Weblate, OCA Transbot, OCA-git-bot, oca-travis, sonhd
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
oca_all
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_mass_operation_mixin_form mass.operation.mixin form New
view_mass_operation_mixin_search mass.operation.mixin search New
view_mass_operation_mixin_tree mass.operation.mixin tree New
view_mass_operation_wizard_mixin_form mass.operation.wizard.mixin form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (7)
  • action_name Char
    required=True string='Action Name'
  • domain Char
    default='[]' required=True string='Domain'
  • group_ids Many2many → res.groups
    column1='mass_id' column2='group_id' comodel_name='res.groups' relation='mass_group_rel' string='Allowed Groups'
  • message Text
    help='If set, this message will be displayed in the wizard.' string='Message'
  • model_id Many2one → ir.model
    comodel_name='ir.model' domain=<expr> ondelete='cascade' required=True string='Model'
  • name Char
    required=True string='Name'
  • ref_ir_act_window_id Many2one → ir.actions.act_window
    comodel_name='ir.actions.act_window' copy=False readonly=True string='Sidebar Action'
Public methods (5)
  • copy(self, default=None)
  • disable_mass_operation(self)
  • enable_mass_operation(self)
  • onchange_name(self)
    @api.onchange('name')
  • unlink(self)

New fields (6)
  • message Text
    readonly=True
  • operation_description_danger Text
    readonly=True
  • operation_description_info Text
    readonly=True
  • operation_description_warning Text
    readonly=True
  • remaining_item_qty Integer
    readonly=True
  • selected_item_qty Integer
    readonly=True
Public methods (2)
  • button_apply(self)
  • default_get(self, fields)
    @api.model

Loading…

Loading…