Rename module sale_advance_payment_management to sale_down_payment

Add field amount_down_payment on sale.order
This commit is contained in:
Alexis de Lattre
2019-11-14 23:02:42 +01:00
parent 83fec9264f
commit 035a3dfd1e
12 changed files with 50 additions and 17 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="view_bank_statement_form" model="ir.ui.view">
<field name="name">advance_payment.account.bank.statement.form</field>
<field name="model">account.bank.statement</field>
<field name="inherit_id" ref="account.view_bank_statement_form"/>
<field name="arch" type="xml">
<button name="check_confirm_bank" position="after">
<button name="%(account_bank_statement_sale_action)d" type="action" string="Link to Quotation/Sale Orders"/>
</button>
</field>
</record>
</odoo>