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

[15.0][MIG] l10n_de_tax_statement_zm #145

Open
wants to merge 74 commits into
base: 15.0
Choose a base branch
from

Conversation

MrGigSolutions
Copy link

@MrGigSolutions MrGigSolutions commented Jan 23, 2024

Migration of l10n_de_tax_statement_zm to Odoo 15.

Small changes needed only:

  • Manifest version
  • Changed the tests to use setUpClass, instead of setUp.

NOTE: As this module relies on l10n_de_tax_statement, the merge is based on PR #143.

@MrGigSolutions
Copy link
Author

The failing pre-commit seems to be an issue with autoflake, perhaps it needs a version increase.

tv-openbig and others added 29 commits April 23, 2024 22:37
we have cloned and adopted the l10n-netherlands tax report module from
Onestein B.V.  The report is constructed in the same way as official
german „Umsatzsteuervoranmeldung“. The values from the report could be
easily transmitted via official portal https://www.elster.de/ in order
to declare and transfer your monthly (or quarterly) vat taxes.
…fig wizard

most removed tests are not relevant for germany as they was related in
the clone from netherlands to invoice basis (related to invoice or
account move dates which is probably not relevant for germany). The
change in the config wizard was required as the tax tag mappings for
the tax statement should work with skr03 and skr04 accounting plans.
The prior change raised an error. The two additional dependencies
account_invoicing, l10n_de should help to allow immediate runbot
testing without any manual installation steps in advance.
I have applied proposed changes of Andrea Stirpe in order to get
through the testing procedure.
The old lines 39 disappeared and was merged together with the old line
40 (now they are line 39 in 2019 edition). Furthermore the old lines 49
and 51 disappeared and was merged into the line 50. There is a
relevance for the tax codes (tag_ids). The old tag „USt-VA KZ 68“ have
to be mapped to the same line as the tag „USt-VA KZ 60“. The old tags
„USt-VA KZ 52“ and „USt-VA KZ 78“ have to be mapped the same way as the
old and single remaining „USt-VA 84“ (= base values). The old tags
„USt-VA KZ 53“ and „USt-VA KZ 79“ have to be mapped the same way as the
old and single remaining „USt-VA KZ 85“ (tax values). Furthermore we
might have formatting changes caused by the different line numbering.
Therefore i expect further adoptions in the files
„l10n_de_tax_statement_line.py“ and also in the
„l10n_de_tax_statement_config_wizard.xml“ and the
„l10n_de_tax_statement_config_wizard.py“. I assume we cannot avoid
deeper changes in order to adopt what we really want.
… compare conversation: OCA#39
ortlam and others added 29 commits April 23, 2024 22:37
Changes:
- Adjusted manifest
- Removed migrations
- Refactored unlink() to @api.ondelete
- Removed unused methods and imports from tests
- Tests now use setUpClass instead of setUp
- Removed widgets from chatter
…nde Meldung)

This module extends the *German VAT Statement* module
(Umsatzsteuervoranmeldung), by adding the statement for the
*Intra-Community transactions declaration* (Zusammenfassende Meldung).

As for the German VAT declaration this module is a cloned adoption from
Onestein’s OCA module 10n_nl_vat_statement_icp.

This report is based on the line *Steuerfr. Umsätze mit Vorsteuerabz.
innerg. Lieferungen (§4 Nr. 1b) an Abnehmer mit USt-ID (41)* and *Nicht
steuerb. sonst. Leist. gem. § 18b S. 1 Nr. 2 (21)* of the German VAT
Statement report.
The period is also the same as the one selected in the VAT statement
report.

This additional VAT declaration report includes:

* the VAT identification numbers of your customers
* the total amount of intra-Community supplies from Germany for every
customer during the selected period
* The values for product deliveries and services are separated in two
columns.
* If you want to transmit the values to the official report form, f.e.
by "www.elster.de" you would have to enter two lines if both columns
product + services contains values.
************* Module l10n_de_toponyms
l10n_de_toponyms/wizard/l10n_de_toponyms_zipcodes.xml:1:
[W7930(file-not-used), ]  not used from manifest
************* Module l10n_de_tax_statement_zm
l10n_de_tax_statement_zm/readme/USAGE.rst:5: [E7901(rst-syntax-error),
]  Enumerated list ends without a blank line; unexpected unindent.
l10n_de_tax_statement_zm/readme/USAGE.rst:5: [E7901(rst-syntax-error),
]  Inline emphasis start-string without end-string.
l10n_de_tax_statement_zm/readme/USAGE.rst:5: [E7901(rst-syntax-error),
]  Inline emphasis start-string without end-string.
-----------------------------------
Your code has been rated at 9.87/10
I have applied proposed changes of Andrea Stirpe in order to get
through the testing procedure.
@MrGigSolutions MrGigSolutions force-pushed the 15.0-mig-l10n_de_tax_statement_zm branch from 909df31 to 780652f Compare April 23, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet