Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting
Folder size
0.69 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-15 22:44:21
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Julien Castiaux, Julien Mougenot, Tiffany Chang (tic), Pierre Rousseau, Gorash, Mathieu Duckerts-Antoine, Louis Wicket (wil), hupo-odoo, Dylan Kiss (dyki), Antoine Boonen, Rémi Rahir (rar), Lucas Lefèvre (lul), rmbh-odoo, Krzysztof Magusiak (krma), dhrp-odoo, ELCO
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Spreadsheet Accounting formulas

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (6)
  • get_account_group(self, account_types)
    @api.model
  • spreadsheet_fetch_balance_tag(self, args_list)
    @api.model
    Fetch data for ODOO.BALANCE.TAG formulas The input list looks like this:: [{ account_tag_ids: str[] date_range: { range_type: "year" year: int }, company_id: int include_unposted: bool }]
  • spreadsheet_fetch_debit_credit(self, args_list)
    @api.readonly@api.model
    Fetch data for ODOO.CREDIT, ODOO.DEBIT and ODOO.BALANCE formulas The input list looks like this:: [{ date_range: { range_type: "year" year: int }, company_id: int codes: str[] include_unposted: bool }]
  • spreadsheet_fetch_partner_balance(self, args_list)
    @api.model
    Fetch data for ODOO.PARTNER.BALANCE formulas The input list looks like this:: [{ date_range: { range_type: "year" year: int }, company_id: int codes: str[] include_unposted: bool partner_ids: int[] }]
  • spreadsheet_fetch_residual_amount(self, args_list)
    @api.readonly@api.model
    Fetch data for ODOO.RESUDUAL formulas The input list looks like this:: [{ date_range: { range_type: "year" year: int }, company_id: int codes: str[] include_unposted: bool }]
  • spreadsheet_move_line_action(self, args)
    @api.readonly@api.model

New fields (0)

No new fields.

Public methods (1)
  • get_fiscal_dates(self, payload)
    @api.readonly@api.model

Loading…

Loading…

Loading…