Repository
OCA/sustainability · module folder · Try on Runboat
Module version
1.1.0
Category
Accounting/Sustainability
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/sustainability-suite/sustainability-odoo
Last tracking update
2026-09-21 11:18:10
Authors
Open Net Sàrl, MCO2
Maintainers
Open Net Sàrl, MCO2
Committers
Julien Guenat, SustainabilityBot, sustainabilitybot, Adam Bonnet
Odoo dependencies
OCA/mis-builder:
OCA/reporting-engine:
OCA/server-ux:
OCA/sustainability:
odoo/odoo:
- web
- bus
- uom
Python dependencies
openupgradelib, packaging
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mis_co2_account_move_line_form MIS Carbon Account Move Line Form mis.carbon.account.move.line form New
mis_co2_account_move_line_tree MIS Carbon Account Move Line Tree mis.carbon.account.move.line list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (13)
  • account_id Many2one → account.account
    comodel_name='account.account' string='Account'
  • balance Monetary
    currency_field='carbon_currency_id'
  • carbon_currency_id Many2one → res.currency
    compute='_compute_carbon_currency_id' args: 'res.currency'
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • credit Monetary
    currency_field='carbon_currency_id'
  • date Date
  • debit Monetary
    currency_field='carbon_currency_id'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help='The journal of this carbon line.' string='Journal'
  • move_id Many2one → account.move
    comodel_name='account.move' help='The journal entry of this carbon line.' string='Journal Entry'
  • move_line_id Many2one → account.move.line
    comodel_name='account.move.line' help='The journal item of this carbon line.' string='Journal Items'
  • name Char
    string='Label'
  • parent_state Selection
    selection=[('draft', 'Draft'), ('posted', 'Posted'), ('cancel', 'Cancelled')] string='Status'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (1)
  • init(self)

Loading…

Loading…