Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion and navigation for external ids #52

Open
36 of 39 tasks
trinhanhngoc opened this issue Nov 4, 2023 · 0 comments
Open
36 of 39 tasks

Code completion and navigation for external ids #52

trinhanhngoc opened this issue Nov 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@trinhanhngoc
Copy link
Member

trinhanhngoc commented Nov 4, 2023

  • Call arguments
    • env.ref(...)
    • request.render(...)
    • ir.qweb.render(...)
    • ir.ui.view.render_template(...)
    • ir.actions.report.render_template(...)
    • website.viewref(...)
    • res.users.has_group(...)
    • BaseModel.user_has_groups(...)
    • mail.thread.message_post_with_view(...)
    • mail.activity.mixin.activity_schedule_with_view(...)
    • mail.activity.mixin.activity_search(...)
    • mail.activity.mixin.activity_send_mail(...)
    • mail.activity.mixin.activity_schedule(...)
    • mail.activity.mixin.activity_reschedule(...)
    • mail.activity.mixin.activity_feedback(...)
    • mail.activity.mixin.activity_unlink(...)
    • ir.model.data.xmlid_lookup(...)
    • ir.model.data.xmlid_to_res_model_res_id(...)
    • ir.model.data.xmlid_to_res_id(...)
    • ir.model.data.xmlid_to_object(...)
    • BaseCase.browse_ref(...)
    • ir.actions.actions._for_xml_id(...)
    • Form(...)
    • Field(groups="...", group="...", implied_group="...")
  • XML attributes
    • <field ref="..."
    • <menuitem action="..."
    • <menuitem groups="..."
    • <menuitem parent="..."
    • <field context="{'*_view_ref': '...'}"
    • <action name="%(...)d"
    • groups="..."
    • kanban_view_ref="..."
    • <template inherit_id="..."
    • t-call="..."
    • t-call-assets="..."
    • t-snippet="..."
    • t-snippet-call="..."
    • data-customize-website-views="..."
  • CSV field value
@trinhanhngoc trinhanhngoc added the enhancement New feature or request label Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant