Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] v16 account_banking_mandate #1016

Closed
wants to merge 118 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
1704b30
[ADD] account_banking_mandate, spliting functionality in two modules
pedrobaeza Oct 8, 2014
66d561a
[FIX+IMP] account_banking_mandate: Several things
Jan 14, 2015
5ac4a19
Add requested descriptions in an OCA README.rst file
phschmidt Jun 1, 2015
eb300f9
Port SEPA modules to new API
alexis-via Jun 5, 2015
bde6ced
[IMP] account_banking_mandate: Add report SEPA mandate.
sergio-teruel Jun 18, 2015
609bd6e
[FIX] account_banking_mandate: Fix name_get call
pedrobaeza Feb 1, 2016
0d843a1
[FIX] Allow to select bank account when creating a mandate
antespi Feb 10, 2016
12310eb
[FIX] account_banking_mandate: es translation
pedrobaeza Feb 13, 2016
a21f0fc
Mandates multicompany error #242
DarioLodeiros Feb 14, 2016
7c1070f
Add bank.payment.lines object to allow grouping in the payments
alexis-via Sep 21, 2015
87801ce
[IMP] account_banking_mandate: Cleanup
pedrobaeza Feb 15, 2016
c4b7d5c
[FIX+IMP] account_banking_mandate: Several fixes and imps:
sergio-teruel Apr 1, 2016
2b95aa9
[MIG] account_banking_mandate: Migration to v9
alexis-via Apr 29, 2016
aa355a8
OCA Transbot updated translations from Transifex
oca-transbot Apr 9, 2016
28bf472
Port almost all modules to v10 (#305)
Oct 19, 2016
c639148
[IMP] account_banking_mandate: Fill mandate in invoices if none is pr…
pedrobaeza Apr 2, 2017
65c6b6c
OCA Transbot updated translations from Transifex
oca-transbot Sep 17, 2016
c95d3e9
[FIX][10.0] account_banking_mandate: onchange return value missing (#…
astirpe Aug 22, 2017
1f29c53
[UPD] if a mandate is linked to the bank account used, put it automat…
Sep 5, 2017
9593739
[MIG] account_payment_mandate: Migration to 11.0
etobella Oct 16, 2017
2710c55
[IMP] account_banking_mandate: Fill payment line with first valid man…
carlosdauden Oct 24, 2017
cebdcb2
add rests. Add better multicompany support
JordiBForgeFlow Nov 7, 2017
cdfca97
OCA Transbot updated translations from Transifex
oca-transbot Nov 25, 2017
3e2d519
[FIX] account_banking_mandate: If Create and edit acc_number not set
carlosdauden Nov 27, 2017
d31b4f9
[FIX] minor fix
rgarnau Feb 7, 2018
1560e54
[FIX] account_banking_mandate: _onchange_partner_id missing return (#…
ozono Feb 20, 2018
022f49a
[FIX] account_banking_sepa_direct_debit:
pedrobaeza Mar 8, 2018
9e92c5b
[FIX] account_banking_mandate: Add signature_date for _check_valid_st…
lembregtse May 23, 2018
916bc73
Translated using Weblate (Español (España))
etobella Jul 13, 2018
d76345a
Translated using Weblate (Catalan)
eduardgm Sep 25, 2018
cbdd57d
[FIX] account_banking_mandate: Condition is reversed
pedrobaeza Nov 26, 2018
9425a81
[12.0][mig] account_banking_mandate: Migrate to V12.0
sergio-teruel Nov 5, 2018
133f2eb
[MIG] account_banking_mandate: Finish migration to v12
pedrobaeza Dec 13, 2018
b912c8f
[UPD] Update account_banking_mandate.pot
oca-travis Dec 13, 2018
25e0fcc
[UPD] Update account_banking_mandate.pot
oca-travis Dec 14, 2018
ab095b3
Update translation files
oca-transbot Dec 29, 2018
abed716
[UPD] Update account_banking_mandate.pot
oca-travis Jan 27, 2019
86bd22b
Update translation files
oca-transbot Jan 27, 2019
4dd829e
[REF] Banking Mandate: searches with sudo in constraint
ThomasBinsfeld Mar 15, 2019
8be18af
[REF] Banking Mandate: move payment lines list in shortcut button
ThomasBinsfeld Mar 12, 2019
e1f938f
[UPD] Update account_banking_mandate.pot
oca-travis Mar 20, 2019
e9dd289
Translated using Weblate (Italian)
MarcoCalcagni Apr 3, 2019
90d00f4
Translated using Weblate (Italian)
MarcoCalcagni Apr 6, 2019
eea1d97
Translated using Weblate (Italian)
MarcoCalcagni Apr 14, 2019
8d96f34
Translated using Weblate (Italian)
MarcoCalcagni Apr 29, 2019
9dc90dc
[FIX] Banking Mandate: local variable referenced before assignment
ThomasBinsfeld May 7, 2019
57c0aef
[IMP] Banking Mandate: deletion of bank accounts linked to mandates
ThomasBinsfeld May 8, 2019
d7222dc
[REF] Banking Mandate: indexes on bank account and partner
ThomasBinsfeld May 8, 2019
5da4683
[UPD] Update account_banking_mandate.pot
oca-travis May 8, 2019
3ef3c14
[IMP] Banking Mandate: set reference at creation if falsy value in dict
ThomasBinsfeld May 8, 2019
75c8a6c
[UPD] Update account_banking_mandate.pot
oca-travis May 13, 2019
f537611
Update translation files
oca-transbot May 20, 2019
e67fb1f
Translated using Weblate (Catalan)
May 27, 2019
0fb99d2
[IMP] account_banking_mandate: Put binary field as attachment
pedrobaeza May 12, 2019
32619c3
[UPD] Update account_banking_mandate.pot
oca-travis Jun 16, 2019
9f1d988
Update translation files
oca-transbot Jun 16, 2019
dc4766b
[FIX] account_banking_mandate: Adapt migration script to v12
pedrobaeza Jun 17, 2019
5695bfd
[FIX] account_banking_mandate: flake8
pedrobaeza Jun 17, 2019
cabb8f2
[UPD] README.rst
OCA-git-bot Jul 29, 2019
20954f7
[UPD] README.rst
OCA-git-bot Aug 19, 2019
5703bd8
Translated using Weblate (Catalan)
Oct 7, 2019
7a97c95
Translated using Weblate (Spanish)
CarlesAntoli Jan 15, 2020
e38bdd7
[IMP] account_banking_mandate: Show acc number end in name_get
carlosdauden Feb 19, 2020
bc26e1b
[IMP] account_banking_madante: black, isort
misern2 Mar 26, 2020
0152da2
[MIG] account_banking_mandate: Migration to 13.0
misern2 Mar 27, 2020
a1c6435
[UPD] Update account_banking_mandate.pot
oca-travis Mar 27, 2020
0ca5f35
Update translation files
oca-transbot Apr 3, 2020
b685bf1
[FIX] multicompany rule
astirpe Apr 10, 2020
b4a0e34
[UPD] README.rst
OCA-git-bot Apr 10, 2020
f620681
[13.0][FIX] account_banking_mandate: Set Force company
etobella May 15, 2020
6f6fa91
account_banking_mandate 13.0.1.0.1
OCA-git-bot Jun 11, 2020
4133018
[13.0][IMP]move payment order menus
luc-demeyer Jul 24, 2020
450b4bd
account_banking_mandate 13.0.1.1.0
OCA-git-bot Jul 29, 2020
8a68e67
Added translation using Weblate (Spanish (Argentina))
ibuioli Aug 8, 2020
28835fe
Translated using Weblate (Spanish (Argentina))
ibuioli Aug 8, 2020
2c8d7a0
Update translation files
oca-transbot Aug 16, 2020
e2bd075
Translated using Weblate (Spanish (Argentina))
ibuioli Aug 21, 2020
08ce2e6
Translated using Weblate (Spanish (Argentina))
ibuioli Aug 29, 2020
2fbfc97
[IMP] account_banking_mandate: Improve inheritability
carlosdauden Oct 22, 2020
1da0d33
account_banking_mandate 13.0.1.1.1
OCA-git-bot Oct 22, 2020
b2a1c3c
[13.0][FIX] account_banking_mandate: fixes singleton error when posti…
rescola Dec 1, 2020
7e48781
[OU] account_banking_mandate: Transfer mandate in invoices
pedrobaeza Dec 4, 2020
c2c2261
account_banking_mandate 13.0.1.1.2
OCA-git-bot Dec 4, 2020
e0453d4
Translated using Weblate (Dutch)
bosd Dec 13, 2020
dce5446
[MIG] account_banking_mandate: Migration to 14.0
alexis-via Dec 23, 2020
70124ac
[IMP] account_banking_mandate: black, isort, etc...
alexis-via Dec 24, 2020
2eca3e2
[RFR] Simplify datamodel
StefanRijnhart Jan 8, 2021
9056cd9
[UPD] Update account_banking_mandate.pot
oca-travis Jan 13, 2021
b5520ec
[UPD] README.rst
OCA-git-bot Jan 13, 2021
ba08085
Translated using Weblate (French)
Yvesldff Feb 12, 2021
c5c0f7b
[FIX] account_banking_mandate: Fix tests
joao-p-marques Feb 25, 2021
c6ad397
account_banking_mandate 14.0.1.0.1
OCA-git-bot Mar 2, 2021
f15359d
account_banking_mandate: fix inherit of partner view
alexis-via Mar 5, 2021
3bd420f
account_banking_mandate 14.0.1.1.0
OCA-git-bot Mar 5, 2021
91e6006
Added translation using Weblate (French (France))
Yvesldff Apr 10, 2021
b1b3bff
Translated using Weblate (French (France))
Yvesldff Apr 10, 2021
7aaa3bf
Translated using Weblate (Dutch)
bosd Apr 17, 2021
29cc976
Translated using Weblate (Dutch)
bosd Apr 19, 2021
f7e0418
Translated using Weblate (Dutch)
bosd Apr 23, 2021
41e8aca
[UPD] Update account_banking_mandate.pot
oca-travis Jul 6, 2021
cd45ded
Update translation files
oca-transbot Jul 6, 2021
ee8bc6e
Translated using Weblate (Spanish (Argentina))
ibuioli Jul 9, 2021
e935b76
[14.0][FIX] - account_banking_mandate: Fix migration script
sbejaoui Jul 19, 2021
1cb53e0
Update test suite
alexis-via Nov 2, 2021
d70c170
Translated using Weblate (Catalan)
jabelchi Nov 8, 2021
8656287
[FIX] account_banking_mandate: only use mandate_required in invoices
MiquelRForgeFlow Mar 8, 2022
28c70e8
account_banking_mandate 14.0.1.2.0
OCA-git-bot Mar 8, 2022
7feb395
[MIG]account_banking_mandate: Migration to 15.0
manuelregidor Apr 7, 2022
59bf523
[UPD] Update account_banking_mandate.pot
Apr 12, 2022
906fe29
[UPD] README.rst
OCA-git-bot Apr 12, 2022
97b69e8
[IMP] account_banking_mandate: change development_status to Productio…
Dec 7, 2022
a25d4d0
[UPD] README.rst
OCA-git-bot Dec 7, 2022
e4598f8
account_banking_mandate 15.0.1.0.1
OCA-git-bot Dec 7, 2022
d353894
Translated using Weblate (Italian)
mymage Dec 28, 2022
c6da491
Translated using Weblate (Italian)
francesco-ooops Dec 30, 2022
ceee7cc
Translated using Weblate (Italian)
francesco-ooops Jan 2, 2023
ba966e3
Translated using Weblate (Italian)
francesco-ooops Jan 3, 2023
ca6478f
[MIG] v16 account_banking_mandate
gfcapalbo Jan 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions account_banking_mandate/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
=======================
Account Banking Mandate
=======================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github
:target: https://github.com/OCA/bank-payment/tree/16.0/account_banking_mandate
:alt: OCA/bank-payment
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_banking_mandate
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/bank-payment&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a generic model for banking mandates.
These mandates can be specialized to fit any banking mandates (such as sepa or lsv).

A banking mandate is attached to a bank account and represents an
authorization that the bank account owner gives to a company for a
specific operation (such as direct debit).
You can setup mandates from the accounting menu or directly from a bank
account.

**Table of contents**

.. contents::
:local:

Installation
============

This module depends on :
* account_payment

This module is part of the OCA/bank-payment suite.

Usage
=====

To use this module, see menu "Invoicing/Accounting > Customers > Debit Orders"

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-payment/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/bank-payment/issues/new?body=module:%20account_banking_mandate%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Compassion CH
* Tecnativa
* Akretion
* Therp B.V.

Contributors
~~~~~~~~~~~~

* Alexis de Lattre <[email protected]>
* Pedro M. Baeza <[email protected]>
* Alexandre Fayolle
* Stéphane Bidoul <[email protected]>
* Sergio Teruel <[email protected]>
* Cédric Pigeon <[email protected]>
* Carlos Dauden <[email protected]>
* Marçal Isern <[email protected]>
* Andrea Stirpe <[email protected]>
* Manuel Regidor <[email protected]>
* Giovanni Francesco Capalbo <[email protected]>


Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/bank-payment <https://github.com/OCA/bank-payment/tree/16.0/account_banking_mandate>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_banking_mandate/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
34 changes: 34 additions & 0 deletions account_banking_mandate/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 2014 Compassion CH - Cyril Sester <[email protected]>
# Copyright 2014 Tecnativa - Pedro M. Baeza
# Copyright 2015-2020 Akretion - Alexis de Lattre <[email protected]>
# Copyright 2017 Tecnativa - Carlos Dauden <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Account Banking Mandate",
"summary": "Banking mandates",
"version": "16.0.1.0.0",
"development_status": "Production/Stable",
"license": "AGPL-3",
"author": "Compassion CH, "
"Tecnativa, "
"Akretion, "
"Therp B.V., "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",
"category": "Banking addons",
"depends": ["account_payment_order"],
"data": [
"views/account_banking_mandate_view.xml",
"views/account_payment_method.xml",
"views/account_move_view.xml",
"views/account_payment_line.xml",
"views/res_partner_bank_view.xml",
"views/res_partner.xml",
"views/bank_payment_line_view.xml",
"data/mandate_reference_sequence.xml",
"security/mandate_security.xml",
"security/ir.model.access.csv",
],
"installable": True,
}
9 changes: 9 additions & 0 deletions account_banking_mandate/data/mandate_reference_sequence.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="dd_mandate_seq" model="ir.sequence">
<field name="name">DD Mandate Reference</field>
<field name="code">account.banking.mandate</field>
<field name="prefix">BM</field>
<field name="padding" eval="7" />
</record>
</odoo>
Loading