TIP: You can type at any time to perform a new search.
Spreadsheet Accounting Formulas
spreadsheet_account · odoo/odoo
- 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
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.modelFetch 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.modelFetch 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.modelFetch 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.modelFetch 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…