2021-03-12 16:21:19 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<!--
|
|
|
|
Copyright 2016 Akretion (http://www.akretion.com/)
|
|
|
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
-->
|
|
|
|
<flectra>
|
|
|
|
<record id="view_move_line_form" model="ir.ui.view">
|
|
|
|
<field name="name">account_payment_partner.move_line_form</field>
|
|
|
|
<field name="model">account.move.line</field>
|
|
|
|
<field name="inherit_id" ref="account.view_move_line_form" />
|
|
|
|
<field name="arch" type="xml">
|
|
|
|
<xpath
|
|
|
|
expr="//group[@groups='analytic.group_analytic_accounting,analytic.group_analytic_tags']"
|
|
|
|
position="after"
|
|
|
|
>
|
|
|
|
<group name="payments" string="Payments">
|
2024-08-27 06:58:49 +00:00
|
|
|
<field name="payment_mode_id" widget="selection" />
|
2021-03-12 16:21:19 +00:00
|
|
|
</group>
|
|
|
|
</xpath>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
</flectra>
|