Skip to content

Commit

Permalink
Merge branch 'release/17.0' into 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Katulos committed Jan 18, 2025
2 parents 3aa3862 + 4f892cb commit ba17251
Show file tree
Hide file tree
Showing 23 changed files with 474 additions and 514 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ repos:
- --keep-source-digest
- --convert-fragments-to-markdown
- id: oca-gen-external-dependencies
- id: oca-gen-addons-table
stages: [manual]
- id: oca-gen-addon-icon
args:
- --addons-dir=.
- repo: https://github.com/OCA/odoo-pre-commit-hooks
rev: v0.0.25
hooks:
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@

<!-- /!\ do not modify above this line -->

# l10n-russia

TODO: add repo description.
# Odoo Russian Localization / Российская локализация для Odoo

<!-- /!\ do not modify below this line -->

<!-- prettier-ignore-start -->

[//]: # (addons)

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[l10n_ru](l10n_ru/) | 17.0.1.0.0 | [![Katulos](https://github.com/Katulos.png?size=30px)](https://github.com/Katulos) | Russia - Accounting

[//]: # (end addons)

Expand Down
10 changes: 10 additions & 0 deletions l10n_ru/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Russia - Accounting
This is the base module to manage the accounting chart for Russia in Odoo.
--------------------------------------------------------------------------

**Russian**

Возможности:

- План счетов бухгалтерского учёта финансово-хозяйственной
Expand Down Expand Up @@ -81,6 +83,14 @@ 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.

.. |maintainer-Katulos| image:: https://github.com/Katulos.png?size=40px
:target: https://github.com/Katulos
:alt: Katulos

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-Katulos|

This module is part of the `OCA/l10n-russia <https://github.com/OCA/l10n-russia/tree/17.0/l10n_ru>`_ 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 l10n_ru/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 7 additions & 10 deletions l10n_ru/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"name": "Russia - Accounting",
"icon": "/account/static/description/l10n.png",
"version": "17.0.1.0.0",
"countries": ["ru"],
"category": "Accounting/Localizations/Account Charts",
"author": "CodUP, Katulos, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-russia",
"license": "AGPL-3",
"depends": ["account"],
"author": "CodUP, Katulos, Odoo Community Association (OCA)",
"maintainers": ["Katulos"],
"data": [
"data/account_account_tag_data.xml",
"data/account_chart_template_data.xml",
"data/account.account.template.csv",
"data/account_tax_report_line.xml",
"data/account_tax_group_data.xml", #
"data/account_tax_template_data.xml",
"data/l10n_ru_chart_post_data.xml",
"data/account_fiscal_position_template_data.xml",
"data/account_chart_template_configuration_data.xml",
],
"installable": True,
"auto_install": ["account"],
"license": "AGPL-3",
}
337 changes: 0 additions & 337 deletions l10n_ru/data/account.account.template.csv

This file was deleted.

5 changes: 4 additions & 1 deletion l10n_ru/data/account_account_tag_data.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<!-- Tags for accounts -->
<record id="acc_tag_vat" model="account.account.tag">
<field name="name">VAT</field>
<field name="applicability">accounts</field>
</record>
</odoo>
6 changes: 0 additions & 6 deletions l10n_ru/data/account_chart_template_configuration_data.xml

This file was deleted.

25 changes: 0 additions & 25 deletions l10n_ru/data/account_chart_template_data.xml

This file was deleted.

12 changes: 0 additions & 12 deletions l10n_ru/data/account_fiscal_position_template_data.xml

This file was deleted.

16 changes: 0 additions & 16 deletions l10n_ru/data/account_tax_group_data.xml

This file was deleted.

13 changes: 0 additions & 13 deletions l10n_ru/data/account_tax_report_line.xml

This file was deleted.

80 changes: 0 additions & 80 deletions l10n_ru/data/account_tax_template_data.xml

This file was deleted.

9 changes: 0 additions & 9 deletions l10n_ru/data/l10n_ru_chart_post_data.xml

This file was deleted.

Loading

0 comments on commit ba17251

Please sign in to comment.