Skip to content

Commit

Permalink
Merge branch 'OCA:17.0' into 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan196 authored Oct 10, 2024
2 parents 859f0be + 29e1f61 commit 36c49b5
Show file tree
Hide file tree
Showing 306 changed files with 12,551 additions and 1,324 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.21.1
_commit: v1.24
_src_path: gh:oca/oca-addons-repo-template
additional_ruff_rules: []
ci: GitHub
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:

# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
parserOptions:
ecmaVersion: 2019
ecmaVersion: 2022

overrides:
- files:
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ var/
*.egg
*.eggs

# Debian packages
*.deb

# Redhat packages
*.rpm

# MacOS packages
*.dmg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
Expand Down
6 changes: 6 additions & 0 deletions .oca/oca-port/blacklist/account_payment_sale.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pull_requests": {
"orphaned_commits": "Not relevant",
"1269": "Nothing to port from PR (already done through 6d4af78f71bcdd46d47068eee7cf7e39db373aab)"
}
}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
hooks:
- id: whool-init
- repo: https://github.com/oca/maintainer-tools
rev: 9a170331575a265c092ee6b24b845ec508e8ef75
rev: d5fab7ee87fceee858a3d01048c78a548974d935
hooks:
# update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons
Expand Down
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,23 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[account_banking_mandate](account_banking_mandate/) | 17.0.1.0.1 | | Banking mandates
[account_banking_mandate](account_banking_mandate/) | 17.0.1.0.3 | | Banking mandates
[account_banking_mandate_contact](account_banking_mandate_contact/) | 17.0.1.0.2 | | Assign specific banking mandates in contact level
[account_banking_mandate_sale](account_banking_mandate_sale/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Adds mandates on sale orders
[account_banking_mandate_sale_contact](account_banking_mandate_sale_contact/) | 17.0.1.0.0 | [![tisho99](https://github.com/tisho99.png?size=30px)](https://github.com/tisho99) | Add a specific contact mandate to sale orders
[account_banking_pain_base](account_banking_pain_base/) | 17.0.1.0.0 | | Base module for PAIN file generation
[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 17.0.1.0.0 | | Create SEPA XML files for Credit Transfers
[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 17.0.1.0.0 | | Create SEPA files for Direct Debit
[account_payment_mode](account_payment_mode/) | 17.0.1.0.0 | | Account Payment Mode
[account_payment_order](account_payment_order/) | 17.0.1.1.0 | | Account Payment Order
[account_payment_partner](account_payment_partner/) | 17.0.1.0.0 | | Adds payment mode on partners and invoices
[account_payment_purchase](account_payment_purchase/) | 17.0.1.1.0 | | Adds Bank Account and Payment Mode on Purchase Orders
[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 17.0.1.0.3 | | Create SEPA XML files for Credit Transfers
[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 17.0.1.2.2 | | Create SEPA files for Direct Debit
[account_payment_mode](account_payment_mode/) | 17.0.1.0.2 | | Account Payment Mode
[account_payment_order](account_payment_order/) | 17.0.1.5.0 | | Account Payment Order
[account_payment_order_grouped_output](account_payment_order_grouped_output/) | 17.0.1.0.0 | | Account Payment Order - Generate grouped moves
[account_payment_order_notification](account_payment_order_notification/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Payment Order Notification
[account_payment_partner](account_payment_partner/) | 17.0.1.0.3 | | Adds payment mode on partners and invoices
[account_payment_purchase](account_payment_purchase/) | 17.0.1.2.1 | | Adds Bank Account and Payment Mode on Purchase Orders
[account_payment_purchase_stock](account_payment_purchase_stock/) | 17.0.1.0.0 | | Integrate Account Payment Purchase with Stock
[account_payment_sale](account_payment_sale/) | 17.0.1.0.0 | | Adds payment mode on sale orders
[account_payment_sale](account_payment_sale/) | 17.0.1.0.2 | | Adds payment mode on sale orders
[account_vendor_bank_account_default](account_vendor_bank_account_default/) | 17.0.1.0.0 | [![tisho99](https://github.com/tisho99.png?size=30px)](https://github.com/tisho99) | Set a default bank account on partners for their vendor bills
[account_vendor_bank_account_default_purchase](account_vendor_bank_account_default_purchase/) | 17.0.1.0.0 | [![tisho99](https://github.com/tisho99.png?size=30px)](https://github.com/tisho99) | Set a default bank account purchase orders

[//]: # (end addons)

Expand Down
2 changes: 1 addition & 1 deletion account_banking_mandate/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Account Banking Mandate
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:98dfdf808d30b6ea26499f8730c46b110090f51a5327f914075e406fdeb94686
!! source digest: sha256:1cc104e5cf02f85aa4287a93b2d8af0d419048ae8889b6145e23b40061a41771
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Expand Down
2 changes: 1 addition & 1 deletion account_banking_mandate/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Account Banking Mandate",
"summary": "Banking mandates",
"version": "17.0.1.0.1",
"version": "17.0.1.0.3",
"development_status": "Production/Stable",
"license": "AGPL-3",
"author": "Compassion CH, "
Expand Down
6 changes: 0 additions & 6 deletions account_banking_mandate/i18n/account_banking_mandate.pot
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate__message_has_error
#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""

Expand Down Expand Up @@ -467,11 +466,6 @@ msgstr ""
msgid "Responsible User"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__scan
msgid "Scan of the Mandate"
Expand Down
10 changes: 0 additions & 10 deletions account_banking_mandate/i18n/am.po
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ msgstr ""
msgid "Journal Item"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -312,11 +307,6 @@ msgstr "Última actualización por"
msgid "Last Updated on"
msgstr "Última actualización en"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down
10 changes: 0 additions & 10 deletions account_banking_mandate/i18n/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,6 @@ msgstr ""
msgid "Journal Item"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -313,11 +308,6 @@ msgstr ""
msgid "Last Updated on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down
26 changes: 11 additions & 15 deletions account_banking_mandate/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-10 16:15+0000\n"
"PO-Revision-Date: 2021-11-08 10:35+0000\n"
"Last-Translator: jabelchi <jabelchi@gmail.com>\n"
"PO-Revision-Date: 2024-05-08 11:35+0000\n"
"Last-Translator: Jesarregui <jesarreguisan@gmail.com>\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
"X-Generator: Weblate 4.17\n"

#. module: account_banking_mandate
#: model_terms:ir.actions.act_window,help:account_banking_mandate.mandate_action
Expand Down Expand Up @@ -264,7 +264,7 @@ msgstr "Agrupar per"
#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__has_message
msgid "Has Message"
msgstr ""
msgstr "Té un missatge"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__id
Expand Down Expand Up @@ -306,11 +306,6 @@ msgstr "Apunt comptable"
msgid "Journal Item"
msgstr "Apunt comptable"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr "Última modificació el"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -321,11 +316,6 @@ msgstr "Darrera actualització per"
msgid "Last Updated on"
msgstr "Darrera actualització el"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr "Adjunt principal"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down Expand Up @@ -427,7 +417,7 @@ msgstr "Nombre d'errors"
#. module: account_banking_mandate
#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate__message_needaction_counter
msgid "Number of messages requiring action"
msgstr ""
msgstr "Nombre de missatges que requereixen acció"

#. module: account_banking_mandate
#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate__message_has_error_counter
Expand Down Expand Up @@ -632,6 +622,12 @@ msgstr ""
"Només hauria de tornar un mandat a estat esborrany si va cancel·lar-lo per "
"error. Desitja continuar?"

#~ msgid "Last Modified on"
#~ msgstr "Última modificació el"

#~ msgid "Main Attachment"
#~ msgstr "Adjunt principal"

#~ msgid "SMS Delivery error"
#~ msgstr "Error de lliurament de missatge SMS"

Expand Down
10 changes: 0 additions & 10 deletions account_banking_mandate/i18n/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ msgstr ""
msgid "Journal Item"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -312,11 +307,6 @@ msgstr ""
msgid "Last Updated on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down
10 changes: 0 additions & 10 deletions account_banking_mandate/i18n/da_DK.po
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ msgstr ""
msgid "Journal Item"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -312,11 +307,6 @@ msgstr ""
msgid "Last Updated on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down
13 changes: 3 additions & 10 deletions account_banking_mandate/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ msgstr ""
msgid "Journal Item"
msgstr "Logbuch Eintrag"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -312,11 +307,6 @@ msgstr "Zuletzt aktualisiert von"
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down Expand Up @@ -614,6 +604,9 @@ msgid ""
"Do you want to continue?"
msgstr ""

#~ msgid "Last Modified on"
#~ msgstr "Zuletzt geändert am"

#~ msgid "Bank Payment Lines"
#~ msgstr "Bankzahlungszeilen"

Expand Down
10 changes: 0 additions & 10 deletions account_banking_mandate/i18n/el_GR.po
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,6 @@ msgstr ""
msgid "Journal Item"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -313,11 +308,6 @@ msgstr "Τελευταία ενημέρωση από"
msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down
16 changes: 6 additions & 10 deletions account_banking_mandate/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,6 @@ msgstr "Asiento"
msgid "Journal Item"
msgstr "Apunte contable"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate____last_update
msgid "Last Modified on"
msgstr "Última modificación en"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__write_uid
msgid "Last Updated by"
Expand All @@ -321,11 +316,6 @@ msgstr "Última actualización por"
msgid "Last Updated on"
msgstr "Última actualización en"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_main_attachment_id
msgid "Main Attachment"
msgstr "Adjunto principal"

#. module: account_banking_mandate
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__format
msgid "Mandate Format"
Expand Down Expand Up @@ -637,6 +627,12 @@ msgstr ""
"Debe establecer un mandato de vuelta a borrador sólo si lo cancelo por "
"error. ¿Desea continuar?"

#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"

#~ msgid "Main Attachment"
#~ msgstr "Adjunto principal"

#~ msgid "SMS Delivery error"
#~ msgstr "Error de entrega de SMS"

Expand Down
Loading

0 comments on commit 36c49b5

Please sign in to comment.