mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[MIG] account_payment_mode: Migration to 17.0
This commit is contained in:
@@ -74,6 +74,7 @@ Contributors
|
||||
- Eric Lembregts <eric@lembregts.eu>
|
||||
- Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
- Marçal Isern <marsal.isern@qubiq.es>
|
||||
- Miquel Alzanillas <malzanillas@apsl.net>
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
"name": "Account Payment Mode",
|
||||
"version": "16.0.1.2.0",
|
||||
"version": "17.0.1.0.0",
|
||||
"development_status": "Mature",
|
||||
"license": "AGPL-3",
|
||||
"author": "Akretion,Odoo Community Association (OCA)",
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
- Eric Lembregts \<<eric@lembregts.eu>\>
|
||||
- Andrea Stirpe \<<a.stirpe@onestein.nl>\>
|
||||
- Marçal Isern \<<marsal.isern@qubiq.es>\>
|
||||
- Miquel Alzanillas \<<malzanillas@apsl.net>\>
|
||||
|
||||
@@ -420,6 +420,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
||||
<li>Eric Lembregts <<a class="reference external" href="mailto:eric@lembregts.eu">eric@lembregts.eu</a>></li>
|
||||
<li>Andrea Stirpe <<a class="reference external" href="mailto:a.stirpe@onestein.nl">a.stirpe@onestein.nl</a>></li>
|
||||
<li>Marçal Isern <<a class="reference external" href="mailto:marsal.isern@qubiq.es">marsal.isern@qubiq.es</a>></li>
|
||||
<li>Miquel Alzanillas <<a class="reference external" href="mailto:malzanillas@apsl.net">malzanillas@apsl.net</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
|
||||
@@ -13,7 +13,7 @@ here. I hate the objects that don't have a view... -->
|
||||
name="web_ribbon"
|
||||
title="Archived"
|
||||
bg_color="bg-danger"
|
||||
attrs="{'invisible': [('active', '=', True)]}"
|
||||
invisible="active"
|
||||
/>
|
||||
<group name="main">
|
||||
<field name="name" />
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
name="web_ribbon"
|
||||
title="Archived"
|
||||
bg_color="bg-danger"
|
||||
attrs="{'invisible': [('active', '=', True)]}"
|
||||
invisible="active"
|
||||
/>
|
||||
<group name="main">
|
||||
<field name="name" />
|
||||
@@ -26,11 +26,13 @@
|
||||
<field name="bank_account_link" />
|
||||
<field
|
||||
name="fixed_journal_id"
|
||||
attrs="{'invisible': [('bank_account_link', '!=', 'fixed')], 'required': [('bank_account_link', '=', 'fixed')]}"
|
||||
invisible="bank_account_link != 'fixed'"
|
||||
required="bank_account_link == 'fixed'"
|
||||
/>
|
||||
<field
|
||||
name="variable_journal_ids"
|
||||
attrs="{'invisible': [('bank_account_link', '!=', 'variable')], 'required': [('bank_account_link', '=', 'variable')]}"
|
||||
invisible="bank_account_link != 'variable'"
|
||||
required="bank_account_link == 'variable'"
|
||||
widget="many2many_tags"
|
||||
/>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user