-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
2,273 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
=============================== | ||
Romania - Stock Accounting Date | ||
=============================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Mature | ||
.. |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_stock_account_date | ||
: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_stock_account_date | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/177/16.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows you to select "Accounting Date" for stock operations. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
To install this module, you need to: | ||
|
||
* clone the branch 16.0 of the repository https://github.com/OCA/l10n-romania | ||
* add the path to this repository in your configuration (addons-path) | ||
* update the module list | ||
* search for "Romania - Stock Account Date" in your addons | ||
* install the module | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-romania/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_stock_account_date%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* NextERP Romania | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* `NextERP Romania <https://www.nexterp.ro>`_: | ||
|
||
* Fekete Mihai <[email protected]> | ||
* Alexandru Teodor <[email protected]> | ||
* Cojocaru Marcel <[email protected]> | ||
|
||
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-feketemihai| image:: https://github.com/feketemihai.png?size=40px | ||
:target: https://github.com/feketemihai | ||
:alt: feketemihai | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-feketemihai| | ||
|
||
This module is part of the `OCA/l10n-romania <https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_account_date>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright (C) 2022 NextERP Romania | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Romania - Stock Accounting Date", | ||
"version": "16.0.1.1.0", | ||
"category": "Localization", | ||
"summary": "Romania - Stock Accounting Date", | ||
"author": "NextERP Romania," "Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/l10n-romania", | ||
"depends": ["l10n_ro_stock_account"], | ||
"license": "AGPL-3", | ||
"data": [ | ||
"views/stock_picking_views.xml", | ||
"views/stock_valuation_layer_views.xml", | ||
], | ||
"installable": True, | ||
"development_status": "Mature", | ||
"maintainers": ["feketemihai"], | ||
} |
98 changes: 98 additions & 0 deletions
98
l10n_ro_stock_account_date/i18n/l10n_ro_stock_account_date.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * l10n_ro_stock_account_date | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_picking__l10n_ro_accounting_date | ||
#: model_terms:ir.ui.view,arch_db:l10n_ro_stock_account_date.view_picking_internal_search | ||
msgid "Accounting Date" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_valuation_layer__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_valuation_layer__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,help:l10n_ro_stock_account_date.field_stock_picking__l10n_ro_accounting_date | ||
msgid "" | ||
"If this field is set, the svl and accounting entiries will have this date, " | ||
"If not will have the today date as it should be" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_move__is_l10n_ro_record | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_move_line__is_l10n_ro_record | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_picking__is_l10n_ro_record | ||
msgid "Is Romanian Record" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_valuation_layer__l10n_ro_date_done | ||
msgid "L10N Ro Date Done" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_valuation_layer__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,field_description:l10n_ro_stock_account_date.field_stock_valuation_layer__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model,name:l10n_ro_stock_account_date.model_stock_move_line | ||
msgid "Product Moves (Stock Move Line)" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model,name:l10n_ro_stock_account_date.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model,name:l10n_ro_stock_account_date.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model,name:l10n_ro_stock_account_date.model_stock_valuation_layer | ||
msgid "Stock Valuation Layer" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model.fields,help:l10n_ro_stock_account_date.field_stock_valuation_layer__l10n_ro_date_done | ||
msgid "" | ||
"This is the date when this record was created. Original create_date is " | ||
"writen at reception by module nexterp_stock_date" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#: model:ir.model,name:l10n_ro_stock_account_date.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_stock_account_date | ||
#. odoo-python | ||
#: code:addons/l10n_ro_stock_account_date/models/stock_picking.py:0 | ||
#, python-format | ||
msgid "You can not have a Accounting date=%s for picking bigger than today!" | ||
msgstr "" |
Oops, something went wrong.