diff --git a/l10n_ro_edi_ubl/README.rst b/l10n_ro_edi_ubl/README.rst index f9bcf57c..51ce83bd 100644 --- a/l10n_ro_edi_ubl/README.rst +++ b/l10n_ro_edi_ubl/README.rst @@ -1,6 +1,6 @@ -================= -Romania - EDI UBL -================= +========================== +Obsolete Romania - EDI UBL +========================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! diff --git a/l10n_ro_edi_ubl/static/description/index.html b/l10n_ro_edi_ubl/static/description/index.html index 60b2d939..471707ec 100644 --- a/l10n_ro_edi_ubl/static/description/index.html +++ b/l10n_ro_edi_ubl/static/description/index.html @@ -4,7 +4,7 @@ -Romania - EDI UBL +Obsolete Romania - EDI UBL -
-

Romania - EDI UBL

+
+

Obsolete Romania - EDI UBL

-

Beta License: AGPL-3 OCA/l10n-romania Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 dhongu/l10n-romania

Table of contents

-

Installation

+

Installation

To install this module, you need to:

-

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

Bug Tracker

+

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Terrabit
-

Contributors

+

Contributors

-

Maintainers

-

This module is maintained by the OCA.

-Odoo Community Association -

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.

-

This module is part of the OCA/l10n-romania project on GitHub.

-

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+

Maintainers

+

This module is part of the dhongu/l10n-romania project on GitHub.

+

You are welcome to contribute.

diff --git a/l10n_ro_journal_register/tests/test_journal_register.py b/l10n_ro_journal_register/tests/test_journal_register.py index 20588f50..24b42d67 100644 --- a/l10n_ro_journal_register/tests/test_journal_register.py +++ b/l10n_ro_journal_register/tests/test_journal_register.py @@ -23,12 +23,8 @@ def setUpClass(cls, chart_template_ref=None): default_account_expense = cls.company_data["default_account_expense"] default_account_receivable = cls.company_data["default_account_receivable"] default_account_payable = cls.company_data["default_account_payable"] - default_account_tax_sale = company.account_sale_tax_id.mapped( - "invoice_repartition_line_ids.account_id" - ) - default_account_tax_purchase = company.account_purchase_tax_id.mapped( - "invoice_repartition_line_ids.account_id" - ) + default_account_tax_sale = company.account_sale_tax_id.mapped("invoice_repartition_line_ids.account_id") + default_account_tax_purchase = company.account_purchase_tax_id.mapped("invoice_repartition_line_ids.account_id") cls.misc_journal = cls.company_data["default_journal_misc"] @@ -118,9 +114,7 @@ def setUpClass(cls, chart_template_ref=None): [ { "move_type": "out_invoice", - "invoice_date": fields.Date.from_string( - time.strftime("%Y-%m") + "-01" - ), + "invoice_date": fields.Date.from_string(time.strftime("%Y-%m") + "-01"), "date": fields.Date.from_string(time.strftime("%Y-%m") + "-01"), "partner_id": cls.partner_a.id, "invoice_line_ids": [ @@ -131,9 +125,7 @@ def setUpClass(cls, chart_template_ref=None): "product_id": cls.product_a.id, "quantity": 5.0, "price_unit": 1000.0, - "tax_ids": [ - (6, 0, cls.company_data["default_tax_sale"].ids) - ], + "tax_ids": [(6, 0, cls.company_data["default_tax_sale"].ids)], }, ) ], @@ -151,18 +143,14 @@ def setUpClass(cls, chart_template_ref=None): "product_id": cls.product_a.id, "quantity": 2.0, "price_unit": 1500.0, - "tax_ids": [ - (6, 0, cls.company_data["default_tax_sale"].ids) - ], + "tax_ids": [(6, 0, cls.company_data["default_tax_sale"].ids)], }, ) ], }, { "move_type": "out_refund", - "invoice_date": fields.Date.from_string( - time.strftime("%Y-%m") + "-01" - ), + "invoice_date": fields.Date.from_string(time.strftime("%Y-%m") + "-01"), "date": fields.Date.from_string(time.strftime("%Y-%m") + "-01"), "partner_id": cls.partner_a.id, "invoice_line_ids": [ @@ -173,18 +161,14 @@ def setUpClass(cls, chart_template_ref=None): "product_id": cls.product_a.id, "quantity": 3.0, "price_unit": 1000.0, - "tax_ids": [ - (6, 0, cls.company_data["default_tax_sale"].ids) - ], + "tax_ids": [(6, 0, cls.company_data["default_tax_sale"].ids)], }, ) ], }, { "move_type": "in_invoice", - "invoice_date": fields.Date.from_string( - time.strftime("%Y-%m") + "-01" - ), + "invoice_date": fields.Date.from_string(time.strftime("%Y-%m") + "-01"), "date": fields.Date.from_string(time.strftime("%Y-%m") + "-01"), "partner_id": cls.partner_b.id, "invoice_line_ids": [ @@ -195,9 +179,7 @@ def setUpClass(cls, chart_template_ref=None): "product_id": cls.product_b.id, "quantity": 10.0, "price_unit": 800.0, - "tax_ids": [ - (6, 0, cls.company_data["default_tax_purchase"].ids) - ], + "tax_ids": [(6, 0, cls.company_data["default_tax_purchase"].ids)], }, ) ],