| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/16.0/account_move_transfer_partner |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow S.L. |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
wizard_account_move_transfer_partner_view_form |
wizard_account_move_transfer_partner_view_form | wizard.account.move.transfer.partner | form | New |
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
action_create_move(self)
default_get(self, fields_list)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/14.0/account_move_transfer_partner |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Generic |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow S.L. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, sergiocorato, oca-ci, Christopher Ormaza |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
wizard_account_move_transfer_partner_view_form |
wizard_account_move_transfer_partner_view_form | wizard.account.move.transfer.partner | form | New |
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'
action_create_move(self)
default_get(self, fields_list)