Product Refund Account

product_refund_account
REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/12.0/product_refund_account
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Trey (www.trey.es)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Trey (www.trey.es)
COMMITTERS
COMMITTERSSylvain LE GAL, cubells, oca-travis, OCA-git-bot, Simone Rubino
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_form_view product.category field Inherits product.product_category_form_view
product_template_form_view product.template field Inherits product.product_template_form_view
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
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/account-fiscal-rule
PULL REQUEST
PULL REQUEST[19.0][MIG] product_refund_account: Migration to 19.0 (#583)