Skip to content

Commit

Permalink
[16.0][MIG] account_payment_terminal: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoRomera committed Dec 21, 2022
1 parent cb65afb commit 06baf92
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
15 changes: 11 additions & 4 deletions account_payment_terminal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,25 @@
{
"name": "Account Payment Terminal",
"summary": """This addon allows to pay invoices using payment terminal""",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"maintainers": ["sbejaoui"],
"website": "https://github.com/OCA/account-payment",
"depends": ["account"],
"data": [
"security/account_payment_terminal.xml",
"views/webclient_templates.xml",
"views/account_payment_terminal.xml",
"views/account_journal.xml",
"views/account_payment_terminal_views.xml",
"views/account_journal_views.xml",
"views/oca_payment_terminal_form_mixin.xml",
"wizards/account_payment_register.xml",
],
"assets": {
"web.assets_backend": [
"account_payment_terminal/static/src/js/views/"
"payment_terminal_form/payment_terminal_form_controller.js",
"account_payment_terminal/static/src/js/views/"
"payment_terminal_form/payment_terminal_form_view.js",
],
},
}
15 changes: 0 additions & 15 deletions account_payment_terminal/views/webclient_templates.xml

This file was deleted.

0 comments on commit 06baf92

Please sign in to comment.