Repository
OCA/account-fiscal-rule · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting & Finance
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-fiscal-rule
Last tracking update
2026-08-07 07:32:02
Authors
Odoo Community Association (OCA), Trey (www.trey.es)
Maintainers
Odoo Community Association (OCA), Trey (www.trey.es)
Committers
Sylvain LE GAL, Simone Rubino, cubells, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_form_view product.category form Inherits product.product_category_form_view
product_template_form_view product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_invoice_line_account(self, type_, product, fpos, company)

New fields (2)
  • property_account_refund_in_categ_id Many2one → account.account
    comodel_name='account.account' company_dependent=True domain=[('deprecated', '=', False)] help='Keep this field empty to use the default value from the product category.' string='Refund In Account'
  • property_account_refund_out_categ_id Many2one → account.account
    comodel_name='account.account' company_dependent=True domain=[('deprecated', '=', False)] help='Keep this field empty to use the default value from the product category.' string='Refund Out Account'
Public methods (0)

No public methods.

New fields (2)
  • property_account_refund_in_id Many2one → account.account
    comodel_name='account.account' company_dependent=True domain=[('deprecated', '=', False)] help='Keep this field empty to use the default value from the product category.' string='Refund In Account'
  • property_account_refund_out_id Many2one → account.account
    comodel_name='account.account' company_dependent=True domain=[('deprecated', '=', False)] help='Keep this field empty to use the default value from the product category.' string='Refund Out Account'
Public methods (0)

No public methods.

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
171 days ago
Last activity
78 days ago
Repository
OCA/account-fiscal-rule
Pull request
[19.0][MIG] product_refund_account: Migration to 19.0 (#583)