Skip to content

Commit 2aba890

Browse files
committed
Merge PR #1960 into 18.0
Signed-off-by alexis-via
2 parents 2b8bdce + cfdddc4 commit 2aba890

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+4566
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
===========================
2+
Account Invoice Check Total
3+
===========================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:304d016b9d5266b461e09a51dc259d56f1a5efde06ca1a44b0783099fa615ff8
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github
20+
:target: https://github.com/OCA/account-invoicing/tree/18.0/account_invoice_check_total
21+
:alt: OCA/account-invoicing
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/account-invoicing-18-0/account-invoicing-18-0-account_invoice_check_total
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=18.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
Add a Verification Total field on vendor bills.
32+
33+
The user enters the taxes included invoice total as printed on the
34+
vendor bill, then enters the invoice lines and taxes.
35+
36+
The system then checks the total computed by Odoo is the same as the
37+
verification total.
38+
39+
**Table of contents**
40+
41+
.. contents::
42+
:local:
43+
44+
Configuration
45+
=============
46+
47+
The setting **Check Total on Vendor Bills** needs to be checked. This
48+
can be done as follows:
49+
50+
- on the Access Rights (Technical Settings) of the user
51+
- on the Invoicing Settings inside of the section *Vendor Payments*
52+
53+
Bug Tracker
54+
===========
55+
56+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/issues>`_.
57+
In case of trouble, please check there if your issue has already been reported.
58+
If you spotted it first, help us to smash it by providing a detailed and welcomed
59+
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_invoice_check_total%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
60+
61+
Do not contact contributors directly about support or help with technical issues.
62+
63+
Credits
64+
=======
65+
66+
Authors
67+
-------
68+
69+
* Acsone SA/NV
70+
71+
Contributors
72+
------------
73+
74+
- Thomas Binsfeld <[email protected]>
75+
- Raf Ven <[email protected]>
76+
- Andrea Stirpe <[email protected]>
77+
- `Tecnativa <https://www.tecnativa.com>`__:
78+
79+
- Ernesto Tejeda
80+
81+
Maintainers
82+
-----------
83+
84+
This module is maintained by the OCA.
85+
86+
.. image:: https://odoo-community.org/logo.png
87+
:alt: Odoo Community Association
88+
:target: https://odoo-community.org
89+
90+
OCA, or the Odoo Community Association, is a nonprofit organization whose
91+
mission is to support the collaborative development of Odoo features and
92+
promote its widespread use.
93+
94+
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/18.0/account_invoice_check_total>`_ project on GitHub.
95+
96+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2016 Acsone SA/NV
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Account Invoice Check Total",
6+
"summary": """
7+
Check if the verification total is equal to the bill's total""",
8+
"version": "18.0.1.0.0",
9+
"website": "https://github.com/OCA/account-invoicing",
10+
"author": "Acsone SA/NV, Odoo Community Association (OCA)",
11+
"license": "AGPL-3",
12+
"depends": ["account"],
13+
"data": [
14+
"security/account_invoice_security.xml",
15+
"views/res_config_settings.xml",
16+
"views/account_invoice.xml",
17+
],
18+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_check_total
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: account_invoice_check_total
17+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_res_config_settings__group_supplier_inv_check_total
18+
#: model:res.groups,name:account_invoice_check_total.group_supplier_inv_check_total
19+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
20+
msgid "Check Total on Vendor Bills"
21+
msgstr ""
22+
23+
#. module: account_invoice_check_total
24+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
25+
msgid ""
26+
"Check whether the total computed amount is the same as the verification "
27+
"total"
28+
msgstr ""
29+
30+
#. module: account_invoice_check_total
31+
#: model:ir.model,name:account_invoice_check_total.model_res_config_settings
32+
msgid "Config Settings"
33+
msgstr ""
34+
35+
#. module: account_invoice_check_total
36+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
37+
msgid ""
38+
"If you check this box, the system verifies that the total computed amount is"
39+
" the same as the verification total."
40+
msgstr ""
41+
42+
#. module: account_invoice_check_total
43+
#: model:ir.model,name:account_invoice_check_total.model_account_move
44+
msgid "Journal Entry"
45+
msgstr ""
46+
47+
#. module: account_invoice_check_total
48+
#. odoo-python
49+
#: code:addons/account_invoice_check_total/models/account_move.py:0
50+
#, python-format
51+
msgid ""
52+
"Please verify the price of the invoice!\n"
53+
"The total amount (%(amount_total)s) does not match the Verification Total amount (%(check_total)s)!\n"
54+
"There is a difference of %(diff)s"
55+
msgstr ""
56+
57+
#. module: account_invoice_check_total
58+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_bank_statement_line__check_total_display_difference
59+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_move__check_total_display_difference
60+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_payment__check_total_display_difference
61+
msgid "Total Difference"
62+
msgstr ""
63+
64+
#. module: account_invoice_check_total
65+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_bank_statement_line__check_total
66+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_move__check_total
67+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_payment__check_total
68+
msgid "Verification Total"
69+
msgstr ""
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_check_total
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-04-29 02:39+0000\n"
12+
"PO-Revision-Date: 2017-04-29 02:39+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
15+
"Language: ar\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
20+
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
21+
22+
#. module: account_invoice_check_total
23+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_res_config_settings__group_supplier_inv_check_total
24+
#: model:res.groups,name:account_invoice_check_total.group_supplier_inv_check_total
25+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
26+
msgid "Check Total on Vendor Bills"
27+
msgstr ""
28+
29+
#. module: account_invoice_check_total
30+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
31+
msgid ""
32+
"Check whether the total computed amount is the same as the verification total"
33+
msgstr ""
34+
35+
#. module: account_invoice_check_total
36+
#: model:ir.model,name:account_invoice_check_total.model_res_config_settings
37+
msgid "Config Settings"
38+
msgstr ""
39+
40+
#. module: account_invoice_check_total
41+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
42+
msgid ""
43+
"If you check this box, the system verifies that the total computed amount is "
44+
"the same as the verification total."
45+
msgstr ""
46+
47+
#. module: account_invoice_check_total
48+
#: model:ir.model,name:account_invoice_check_total.model_account_move
49+
msgid "Journal Entry"
50+
msgstr ""
51+
52+
#. module: account_invoice_check_total
53+
#. odoo-python
54+
#: code:addons/account_invoice_check_total/models/account_move.py:0
55+
#, python-format
56+
msgid ""
57+
"Please verify the price of the invoice!\n"
58+
"The total amount (%(amount_total)s) does not match the Verification Total "
59+
"amount (%(check_total)s)!\n"
60+
"There is a difference of %(diff)s"
61+
msgstr ""
62+
63+
#. module: account_invoice_check_total
64+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_bank_statement_line__check_total_display_difference
65+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_move__check_total_display_difference
66+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_payment__check_total_display_difference
67+
msgid "Total Difference"
68+
msgstr ""
69+
70+
#. module: account_invoice_check_total
71+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_bank_statement_line__check_total
72+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_move__check_total
73+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_payment__check_total
74+
msgid "Verification Total"
75+
msgstr ""
76+
77+
#~ msgid "Invoice"
78+
#~ msgstr "فاتورة"
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_check_total
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-04-29 02:39+0000\n"
12+
"PO-Revision-Date: 2017-04-29 02:39+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
15+
"Language: bg\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: account_invoice_check_total
22+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_res_config_settings__group_supplier_inv_check_total
23+
#: model:res.groups,name:account_invoice_check_total.group_supplier_inv_check_total
24+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
25+
msgid "Check Total on Vendor Bills"
26+
msgstr ""
27+
28+
#. module: account_invoice_check_total
29+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
30+
msgid ""
31+
"Check whether the total computed amount is the same as the verification total"
32+
msgstr ""
33+
34+
#. module: account_invoice_check_total
35+
#: model:ir.model,name:account_invoice_check_total.model_res_config_settings
36+
msgid "Config Settings"
37+
msgstr ""
38+
39+
#. module: account_invoice_check_total
40+
#: model_terms:ir.ui.view,arch_db:account_invoice_check_total.res_config_settings_form_view
41+
msgid ""
42+
"If you check this box, the system verifies that the total computed amount is "
43+
"the same as the verification total."
44+
msgstr ""
45+
46+
#. module: account_invoice_check_total
47+
#: model:ir.model,name:account_invoice_check_total.model_account_move
48+
msgid "Journal Entry"
49+
msgstr ""
50+
51+
#. module: account_invoice_check_total
52+
#. odoo-python
53+
#: code:addons/account_invoice_check_total/models/account_move.py:0
54+
#, python-format
55+
msgid ""
56+
"Please verify the price of the invoice!\n"
57+
"The total amount (%(amount_total)s) does not match the Verification Total "
58+
"amount (%(check_total)s)!\n"
59+
"There is a difference of %(diff)s"
60+
msgstr ""
61+
62+
#. module: account_invoice_check_total
63+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_bank_statement_line__check_total_display_difference
64+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_move__check_total_display_difference
65+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_payment__check_total_display_difference
66+
msgid "Total Difference"
67+
msgstr ""
68+
69+
#. module: account_invoice_check_total
70+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_bank_statement_line__check_total
71+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_move__check_total
72+
#: model:ir.model.fields,field_description:account_invoice_check_total.field_account_payment__check_total
73+
msgid "Verification Total"
74+
msgstr ""
75+
76+
#~ msgid "Invoice"
77+
#~ msgstr "Фактура"

0 commit comments

Comments
 (0)