Automatic Update form OCA2FC Migrator

This commit is contained in:
Flectra Community Bot 2022-01-09 03:12:35 +00:00 committed by OCA2FC Migrator Bot
parent 8d323543b7
commit df1eb8c1f3
4 changed files with 5 additions and 5 deletions

View File

@ -10,14 +10,14 @@ Available addons
addon | version | summary addon | version | summary
--- | --- | --- --- | --- | ---
[account_payment_purchase](account_payment_purchase/) | 2.0.1.0.1| Adds Bank Account and Payment Mode on Purchase Orders [account_payment_purchase](account_payment_purchase/) | 2.0.1.0.1| Adds Bank Account and Payment Mode on Purchase Orders
[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 2.0.1.1.1| Create SEPA files for Direct Debit [account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 2.0.1.3.0| Create SEPA files for Direct Debit
[account_invoice_select_for_payment](account_invoice_select_for_payment/) | 2.0.1.0.0| Account Invoice Select for Payment [account_invoice_select_for_payment](account_invoice_select_for_payment/) | 2.0.1.0.0| Account Invoice Select for Payment
[account_payment_sale](account_payment_sale/) | 2.0.1.0.0| Adds payment mode on sale orders [account_payment_sale](account_payment_sale/) | 2.0.1.0.0| Adds payment mode on sale orders
[account_banking_pain_base](account_banking_pain_base/) | 2.0.1.0.1| Base module for PAIN file generation [account_banking_pain_base](account_banking_pain_base/) | 2.0.1.0.1| Base module for PAIN file generation
[account_banking_mandate](account_banking_mandate/) | 2.0.1.1.1| Banking mandates [account_banking_mandate](account_banking_mandate/) | 2.0.1.1.1| Banking mandates
[account_payment_order](account_payment_order/) | 2.0.1.4.0| Account Payment Order [account_payment_order](account_payment_order/) | 2.0.1.4.0| Account Payment Order
[account_payment_purchase_stock](account_payment_purchase_stock/) | 2.0.1.0.1| Integrate Account Payment Purchase with Stock [account_payment_purchase_stock](account_payment_purchase_stock/) | 2.0.1.0.1| Integrate Account Payment Purchase with Stock
[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 2.0.1.0.1| Create SEPA XML files for Credit Transfers [account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 2.0.1.2.0| Create SEPA XML files for Credit Transfers
[account_payment_mode](account_payment_mode/) | 2.0.1.0.2| Account Payment Mode [account_payment_mode](account_payment_mode/) | 2.0.1.0.2| Account Payment Mode
[account_banking_mandate_sale](account_banking_mandate_sale/) | 2.0.1.0.0| Adds mandates on sale orders [account_banking_mandate_sale](account_banking_mandate_sale/) | 2.0.1.0.0| Adds mandates on sale orders
[account_payment_partner](account_payment_partner/) | 2.0.1.3.3| Adds payment mode on partners and invoices [account_payment_partner](account_payment_partner/) | 2.0.1.3.3| Adds payment mode on partners and invoices

View File

@ -5,7 +5,7 @@
{ {
"name": "Account Banking SEPA Credit Transfer", "name": "Account Banking SEPA Credit Transfer",
"summary": "Create SEPA XML files for Credit Transfers", "summary": "Create SEPA XML files for Credit Transfers",
"version": "2.0.1.0.1", "version": "2.0.1.2.0",
"license": "AGPL-3", "license": "AGPL-3",
"author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)", "author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/bank-payment", "website": "https://gitlab.com/flectra-community/bank-payment",

View File

@ -5,7 +5,7 @@
{ {
"name": "Account Banking SEPA Direct Debit", "name": "Account Banking SEPA Direct Debit",
"summary": "Create SEPA files for Direct Debit", "summary": "Create SEPA files for Direct Debit",
"version": "2.0.1.1.1", "version": "2.0.1.3.0",
"license": "AGPL-3", "license": "AGPL-3",
"author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)", "author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/bank-payment", "website": "https://gitlab.com/flectra-community/bank-payment",

View File

@ -4,7 +4,7 @@
<field name="name">SEPA Direct Debit for customers</field> <field name="name">SEPA Direct Debit for customers</field>
<field name="code">sepa_direct_debit</field> <field name="code">sepa_direct_debit</field>
<field name="payment_type">inbound</field> <field name="payment_type">inbound</field>
<field name="bank_account_required" eval="True" /> <field name="bank_account_required" eval="False" />
<field name="mandate_required" eval="True" /> <field name="mandate_required" eval="True" />
<field name="pain_version">pain.008.001.02</field> <field name="pain_version">pain.008.001.02</field>
</record> </record>