diff --git a/l10n_ro_balance_confirmation/README.rst b/l10n_ro_balance_confirmation/README.rst index 0e5e2ecd..07ea1d47 100644 --- a/l10n_ro_balance_confirmation/README.rst +++ b/l10n_ro_balance_confirmation/README.rst @@ -7,7 +7,7 @@ Romania - balance confirmation !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:980ec25c659bc3a7926089b5c0586497c4df2ec066bd240e290de549b6ff9a4c + !! source digest: sha256:20cee33e951f097c27d52209f683570d733c019db9dd918a20f8233d5f4e0423 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -16,19 +16,13 @@ Romania - balance confirmation .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--romania-lightgray.png?logo=github - :target: https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_balance_confirmation - :alt: OCA/l10n-romania -.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/l10n-romania-16-0/l10n-romania-16-0-l10n_ro_balance_confirmation - :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-romania&target_branch=16.0 - :alt: Try me on Runboat +.. |badge3| image:: https://img.shields.io/badge/github-dhongu%2Fl10n--romania-lightgray.png?logo=github + :target: https://github.com/dhongu/l10n-romania/tree/16.0/l10n_ro_balance_confirmation + :alt: dhongu/l10n-romania -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| -Generare formular de confirmare de sold +Generare formular de confirmare de sold la data (Tipariti->Confirmare sold) **Table of contents** @@ -38,10 +32,10 @@ Generare formular de confirmare de sold Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -68,24 +62,14 @@ Do not contact contributors directly about support or help with technical issues Maintainers ~~~~~~~~~~~ -This module is maintained by the OCA. - -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org - -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-danila12| image:: https://github.com/danila12.png?size=40px :target: https://github.com/danila12 :alt: danila12 -Current `maintainer `__: +Current maintainer: |maintainer-danila12| -This module is part of the `OCA/l10n-romania `_ project on GitHub. +This module is part of the `dhongu/l10n-romania `_ project on GitHub. -You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. +You are welcome to contribute. diff --git a/l10n_ro_balance_confirmation/__init__.py b/l10n_ro_balance_confirmation/__init__.py index d66f0222..a2c35a90 100644 --- a/l10n_ro_balance_confirmation/__init__.py +++ b/l10n_ro_balance_confirmation/__init__.py @@ -1,2 +1,6 @@ # © 2008-2022 Terrabit # See README.rst file on addons root folder for license details + +from . import wizard +from . import report +from . import models diff --git a/l10n_ro_balance_confirmation/__manifest__.py b/l10n_ro_balance_confirmation/__manifest__.py index 09df89c8..108a4522 100644 --- a/l10n_ro_balance_confirmation/__manifest__.py +++ b/l10n_ro_balance_confirmation/__manifest__.py @@ -1,7 +1,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Romania - balance confirmation", - "version": "15.0.0.0.4", + "version": "16.0.0.0.5", "category": "Localization", "summary": "Generate balance confirmation for partners", "author": "Dan Stoica," "Odoo Community Association (OCA)", @@ -11,6 +11,11 @@ "l10n_ro_config", ], "license": "AGPL-3", - "data": ["views/res_partner_balance.xml"], + "data": [ + "views/res_partner_balance.xml", + "wizard/confirm_balance.xml", + "security/groups.xml", + "security/ir.model.access.csv", + ], "maintainers": ["danila12"], } diff --git a/l10n_ro_balance_confirmation/i18n/ro.po b/l10n_ro_balance_confirmation/i18n/ro.po index 705096a7..519bb446 100644 --- a/l10n_ro_balance_confirmation/i18n/ro.po +++ b/l10n_ro_balance_confirmation/i18n/ro.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 15.0+e\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-08-17 10:17+0000\n" -"PO-Revision-Date: 2022-08-17 10:17+0000\n" +"POT-Creation-Date: 2022-11-29 06:45+0000\n" +"PO-Revision-Date: 2022-11-29 06:45+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -92,6 +92,26 @@ msgid "" "b) Urmează să efectuăm plata în termen de ____________________" msgstr "" +#. module: l10n_ro_balance_confirmation +#: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.view_ballance_confirmation_form +msgid "Balance Confirmation" +msgstr "Confirmare sold" + +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog__l10n_ro_balance_date +msgid "Balance confirmation at" +msgstr "Confirmare sold la data" + +#. module: l10n_ro_balance_confirmation +#: model:res.groups,name:l10n_ro_balance_confirmation.group_print_balance +msgid "Can print partner balance confirmation" +msgstr "Poate tipari confirmare sold" + +#. module: l10n_ro_balance_confirmation +#: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.view_ballance_confirmation_form +msgid "Cancel" +msgstr "Anulează" + #. module: l10n_ro_balance_confirmation #: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.report_partner_balance_document msgid "Company address:" @@ -136,26 +156,86 @@ msgid "" " figurează cu următoarele credite:" msgstr "" +#. module: l10n_ro_balance_confirmation +#: model:ir.model,name:l10n_ro_balance_confirmation.model_res_partner +msgid "Contact" +msgstr "" + +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog__display_name +msgid "Display Name" +msgstr "" + #. module: l10n_ro_balance_confirmation #: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.report_partner_balance_document msgid "EXTRAS DE CONT" msgstr "" +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog__id +msgid "ID" +msgstr "" + #. module: l10n_ro_balance_confirmation #: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.report_partner_balance_document msgid "Issuer:" msgstr "Unitatea debitoare: " +#. module: l10n_ro_balance_confirmation +#: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.report_partner_balance_document +msgid "LA DATA:" +msgstr "" + +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_ro_balance_confirmation +#: model:ir.model.fields,field_description:l10n_ro_balance_confirmation.field_l10n_ro_balance_confirm_dialog__write_date +msgid "Last Updated on" +msgstr "" + #. module: l10n_ro_balance_confirmation #: model:ir.actions.report,name:l10n_ro_balance_confirmation.action_report_partner_balance msgid "Partner balance" msgstr "Confirmare sold" +#. module: l10n_ro_balance_confirmation +#: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.view_ballance_confirmation_form +msgid "Print" +msgstr "Tipărire" + +#. module: l10n_ro_balance_confirmation +#: model:ir.actions.act_window,name:l10n_ro_balance_confirmation.action_balance_confirmation +msgid "Print balance" +msgstr "Confirmare sold" + #. module: l10n_ro_balance_confirmation #: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.report_partner_balance_document msgid "Registration number at the Registry of Commerce:" msgstr "Nr. de înmatriculare la Oficiul Registrului Comerțului: " +#. module: l10n_ro_balance_confirmation +#: model:ir.model,name:l10n_ro_balance_confirmation.model_report_l10n_ro_balance_confirmation_report_partner_balance +msgid "ReportPartnerBalance" +msgstr "" + #. module: l10n_ro_balance_confirmation #: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.report_partner_balance_document msgid "" @@ -175,6 +255,11 @@ msgstr "Către: " msgid "VAT:" msgstr "CIF: " +#. module: l10n_ro_balance_confirmation +#: model:ir.model,name:l10n_ro_balance_confirmation.model_l10n_ro_balance_confirm_dialog +msgid "Wizard for date input for balance confirmation" +msgstr "" + #. module: l10n_ro_balance_confirmation #: model_terms:ir.ui.view,arch_db:l10n_ro_balance_confirmation.report_partner_balance_document msgid "" @@ -183,4 +268,4 @@ msgid "" " dumneavoastră.\n" "
\n" " Prezentul extras de cont ține cont de conciliere conform procedurii arbitrale." -msgstr "" \ No newline at end of file +msgstr "" diff --git a/l10n_ro_balance_confirmation/models/__init__.py b/l10n_ro_balance_confirmation/models/__init__.py new file mode 100644 index 00000000..588e1758 --- /dev/null +++ b/l10n_ro_balance_confirmation/models/__init__.py @@ -0,0 +1,4 @@ +# © 2008-2022 Terrabit +# See README.rst file on addons root folder for license details + +from . import res_partner diff --git a/l10n_ro_balance_confirmation/models/res_partner.py b/l10n_ro_balance_confirmation/models/res_partner.py new file mode 100644 index 00000000..1749de5c --- /dev/null +++ b/l10n_ro_balance_confirmation/models/res_partner.py @@ -0,0 +1,59 @@ +# © 2008-now Terrabit Confirmare sold) diff --git a/l10n_ro_balance_confirmation/report/__init__.py b/l10n_ro_balance_confirmation/report/__init__.py new file mode 100644 index 00000000..588e1758 --- /dev/null +++ b/l10n_ro_balance_confirmation/report/__init__.py @@ -0,0 +1,4 @@ +# © 2008-2022 Terrabit +# See README.rst file on addons root folder for license details + +from . import res_partner diff --git a/l10n_ro_balance_confirmation/report/res_partner.py b/l10n_ro_balance_confirmation/report/res_partner.py new file mode 100644 index 00000000..11369394 --- /dev/null +++ b/l10n_ro_balance_confirmation/report/res_partner.py @@ -0,0 +1,23 @@ +# © 2008-now Terrabit + + + + Can print partner balance confirmation + + + + + + + + diff --git a/l10n_ro_balance_confirmation/security/ir.model.access.csv b/l10n_ro_balance_confirmation/security/ir.model.access.csv new file mode 100644 index 00000000..aae2e81d --- /dev/null +++ b/l10n_ro_balance_confirmation/security/ir.model.access.csv @@ -0,0 +1,2 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_balance_confirmation,access_balance_confirmation,model_l10n_ro_balance_confirm_dialog,l10n_ro_balance_confirmation.group_print_balance,1,1,1,1 diff --git a/l10n_ro_balance_confirmation/static/description/index.html b/l10n_ro_balance_confirmation/static/description/index.html index 897064af..32743d3f 100644 --- a/l10n_ro_balance_confirmation/static/description/index.html +++ b/l10n_ro_balance_confirmation/static/description/index.html @@ -9,10 +9,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +276,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +302,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,10 +368,10 @@

Romania - balance confirmation

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:980ec25c659bc3a7926089b5c0586497c4df2ec066bd240e290de549b6ff9a4c +!! source digest: sha256:20cee33e951f097c27d52209f683570d733c019db9dd918a20f8233d5f4e0423 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Generare formular de confirmare de sold

+

Beta License: AGPL-3 dhongu/l10n-romania

+

Generare formular de confirmare de sold la data (Tipariti->Confirmare sold)

Table of contents

    @@ -385,10 +386,10 @@

    Romania - balance confirmation

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

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.

+feedback.

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

@@ -411,15 +412,10 @@

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.

-

Current maintainer:

+

Current maintainer:

danila12

-

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.

+

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

+

You are welcome to contribute.

diff --git a/l10n_ro_balance_confirmation/views/res_partner_balance.xml b/l10n_ro_balance_confirmation/views/res_partner_balance.xml index 6e945df5..f33e07f1 100644 --- a/l10n_ro_balance_confirmation/views/res_partner_balance.xml +++ b/l10n_ro_balance_confirmation/views/res_partner_balance.xml @@ -61,10 +61,15 @@
EXTRAS DE CONT + + LA DATA: +

- Partner balance: + Partner balance: + +
În termen de 5 zile de la primire urmează să ne restituiți acest extras confirmat pentru suma @@ -148,10 +153,7 @@ Partner balance res.partner - qweb-pdf - report - l10n_ro_balance_confirmation.report_partner_balance l10n_ro_balance_confirmation.report_partner_balance diff --git a/l10n_ro_balance_confirmation/wizard/__init__.py b/l10n_ro_balance_confirmation/wizard/__init__.py new file mode 100644 index 00000000..a14ebe37 --- /dev/null +++ b/l10n_ro_balance_confirmation/wizard/__init__.py @@ -0,0 +1,4 @@ +# © 2008-2022 Terrabit +# See README.rst file on addons root folder for license details + +from . import confirm_balance diff --git a/l10n_ro_balance_confirmation/wizard/confirm_balance.py b/l10n_ro_balance_confirmation/wizard/confirm_balance.py new file mode 100644 index 00000000..1c844419 --- /dev/null +++ b/l10n_ro_balance_confirmation/wizard/confirm_balance.py @@ -0,0 +1,22 @@ +# © 2008-2022 Dorin Hongu + + + Balance confirmation + + l10n_ro.balance_confirm_dialog + +
+ + + +
+
+
+
+
+ + + Print balance + ir.actions.act_window + l10n_ro.balance_confirm_dialog + + form + new + report + +