- Add wizard models: team_role_mass_assign_wizard.py (wizard + line) - Register in models/__init__.py - Add views/team_role_mass_assign_wizard_views.xml - Update res_users_views.xml to expose the wizard (button/action) - Define ACLs for wizard and lines in security/ir.model.access.csv - Update __manifest__.py to load new security and views
15 lines
446 B
Python
15 lines
446 B
Python
from . import mail_followers
|
|
from . import patient
|
|
from . import patient_injury
|
|
from . import patient_contact
|
|
from . import res_partner
|
|
from . import res_users
|
|
from . import sports_team
|
|
from . import treatment_note
|
|
from . import injury_document
|
|
from . import project_task
|
|
from . import project_task_security_test
|
|
from . import project_project
|
|
from . import sports_event
|
|
from . import base_partner_merge
|
|
from . import team_role_mass_assign_wizard
|