Account Move Transfer Partner

account_move_transfer_partner
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/16.0/account_move_transfer_partner
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSJordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
wizard_account_move_transfer_partner_view_form wizard_account_move_transfer_partner_view_form wizard.account.move.transfer.partner form New
Models touched (1)

New fields (10)
  • account_date Date
    default=fields.Date.today() required=True string='Account date'
  • allow_edit_amount_to_transfer Boolean
    readonly=True string='Allow edit amount to transfer?'
  • amount_to_transfer Monetary
    currency_field='currency_id' required=True string='Amount to transfer'
  • currency_id Many2one → res.currency
    comodel_name='res.currency' default=<expr> string='Currency'
  • destination_partner_id Many2one → res.partner
    comodel_name='res.partner' required=True string='Destination partner'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' default=<expr> domain=[('type', '=', 'general')] required=True string='Journal'
  • move_ids Many2many → account.move
    comodel_name='account.move' readonly=True string='Moves Selected'
  • no_invoice_documents Boolean
    readonly=True string='No invoice documents?'
  • origin_partner_ids Many2many → res.partner
    comodel_name='res.partner' readonly=True string='Origin Partner'
  • total_amount_due Monetary
    currency_field='currency_id' readonly=True
Public methods (2)
  • action_create_move(self)
  • default_get(self, fields_list)
    @api.model
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/14.0/account_move_transfer_partner
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYGeneric
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, sergiocorato, oca-ci, Christopher Ormaza
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
wizard_account_move_transfer_partner_view_form wizard_account_move_transfer_partner_view_form wizard.account.move.transfer.partner form New
Models touched (1)

New fields (10)
  • account_date Date
    default=fields.Date.today() required=True string='Account date'
  • allow_edit_amount_to_transfer Boolean
    readonly=True string='Allow edit amount to transfer?'
  • amount_to_transfer Monetary
    currency_field='currency_id' required=True string='Amount to transfer'
  • currency_id Many2one → res.currency
    comodel_name='res.currency' default=<expr> string='Currency'
  • destination_partner_id Many2one → res.partner
    comodel_name='res.partner' required=True string='Destination partner'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' default=<expr> domain=[('type', '=', 'general')] required=True string='Journal'
  • move_ids Many2many → account.move
    comodel_name='account.move' readonly=True string='Moves Selected'
  • no_invoice_documents Boolean
    readonly=True string='No invoice documents?'
  • origin_partner_ids Many2many → res.partner
    comodel_name='res.partner' readonly=True string='Origin Partner'
  • total_amount_due Monetary
    currency_field='currency_id' readonly=True string='Total Amount Due'
Public methods (2)
  • action_create_move(self)
  • default_get(self, fields_list)
    @api.model