Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.1.0
Category
Tools
Folder size
0.22 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 08:09:23
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
GitHub, Aungkokolin1997, Weblate, OCA-git-bot, oca-ci, Aung Ko Ko Lin
Odoo dependencies
Python dependencies
openpyxl
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
partner_list_wizard partner.list.wizard report.partner.list form New
report_crm_lead report.crm.lead report.crm.lead Inherits excel_import_export.xlsx_report_view
report_sale_order report.sale.order report.sale.order Inherits excel_import_export.xlsx_report_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (4)
  • results Many2many → crm.lead
    compute='_compute_results' args: 'crm.lead'
  • revenue_by_country Many2many → crm.lead
    compute='_compute_revenue_by_country' args: 'crm.lead'
  • revenue_by_team Many2many → crm.lead
    compute='_compute_revenue_by_team' args: 'crm.lead'
  • team_id Many2one → crm.team
    string='Sales Team' args: 'crm.team'
Public methods (0)

No public methods.

New fields (2)
  • partner_ids Many2many → res.partner
    comodel_name='res.partner'
  • results Many2many → res.partner
    compute='_compute_results' help='Use compute fields, so there is nothing store in database' args: 'res.partner'
Public methods (0)

No public methods.

New fields (2)
  • partner_id Many2one → res.partner
    string='Partner' args: 'res.partner'
  • results Many2many → sale.order
    compute='_compute_results' help='Use compute fields, so there is nothing stored in database' args: 'sale.order'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
no CI data
Open since
542 days ago
Last activity
542 days ago
Repository
OCA/server-tools
Pull request
[18.0][MIG] excel_import_export_demo: Migration to 18.0 (#3208)