mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
15 lines
384 B
XML
15 lines
384 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright (C) 2023 - Creu Blanca
|
|
@author: Enric Tobella
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
-->
|
|
<odoo>
|
|
<record
|
|
id="account.action_move_line_select_by_partner"
|
|
model="ir.actions.act_window"
|
|
>
|
|
<field name="binding_model_id" ref="base.model_res_partner" />
|
|
</record>
|
|
</odoo>
|