-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from dhongu/15.0-edi-check
[15.0][UPD]edi check: fix country restrictions, add label length
- Loading branch information
Showing
9 changed files
with
156 additions
and
30 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,89 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * l10n_ro_edi_check | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-01-13 05:33+0000\n" | ||
"PO-Revision-Date: 2024-01-13 05:33+0000\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_edi_check | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_move_line__l10n_ro_label_length | ||
msgid "Desc. length" | ||
msgstr "Ln" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_edi_document__display_name | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_edi_format__display_name | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_move__display_name | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_move_line__display_name | ||
msgid "Display Name" | ||
msgstr "Nume afișat" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: model:ir.model,name:l10n_ro_edi_check.model_account_edi_format | ||
msgid "EDI format" | ||
msgstr "Format EDI" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: model:ir.model,name:l10n_ro_edi_check.model_account_edi_document | ||
msgid "Electronic Document for an account.move" | ||
msgstr "Document electronic pentru account.move" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_edi_document__id | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_edi_format__id | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_move__id | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_move_line__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: model:ir.model,name:l10n_ro_edi_check.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "Notă contabilă" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: model:ir.model,name:l10n_ro_edi_check.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "Element jurnal" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_edi_document____last_update | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_edi_format____last_update | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_move____last_update | ||
#: model:ir.model.fields,field_description:l10n_ro_edi_check.field_account_move_line____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima modificare la" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: code:addons/l10n_ro_edi_check/models/account_move.py:0 | ||
#, python-format | ||
msgid "Partenerul %s nu are completata localitatea" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: code:addons/l10n_ro_edi_check/models/account_move.py:0 | ||
#, python-format | ||
msgid "Partenerul %s nu are completata strada" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: code:addons/l10n_ro_edi_check/models/account_move.py:0 | ||
#, python-format | ||
msgid "Partenerul %s nu are completata tara" | ||
msgstr "" | ||
|
||
#. module: l10n_ro_edi_check | ||
#: code:addons/l10n_ro_edi_check/models/account_move.py:0 | ||
#, python-format | ||
msgid "localitatea pertenerului %s trebuie sa fie de forma SectorX " | ||
msgstr "" |
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 |
---|---|---|
|
@@ -4,4 +4,3 @@ | |
from . import account_move | ||
from . import account_edi_document | ||
from . import account_edi_format | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
- Verificare date pentru trimitere ANAF la validarea facturii | ||
- Implementare cu coada job-uri | ||
- Dezactivare recalculare pret unitar la facuri furnizor cu ID eFactura | ||
- Camp nr. caractere descriere in linie factura |
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,27 @@ | ||
<?xml version="1.0" ?> | ||
<odoo> | ||
<data> | ||
<record id="l10n_ro_invoice_form_view" model="ir.ui.view"> | ||
<field name="name">l10n_ro.account.invoice.form</field> | ||
<field name="model">account.move</field> | ||
<field name="type">form</field> | ||
<field name="inherit_id" ref="account.view_move_form" /> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//field[@name='invoice_line_ids']/tree/field[@name='name']" position="after"> | ||
<field name="l10n_ro_label_length" optional="hide" /> | ||
</xpath> | ||
</field> | ||
</record> | ||
<record id="view_invoice_tree" model="ir.ui.view"> | ||
<field name="name">l10n_ro.account.invoice.tree</field> | ||
<field name="model">account.move</field> | ||
<field name="type">tree</field> | ||
<field name="inherit_id" ref="account.view_invoice_tree" /> | ||
<field name="arch" type="xml"> | ||
<field name="payment_state" position="after"> | ||
<field name="l10n_ro_edi_download" optional="hide" /> | ||
</field> | ||
</field> | ||
</record> | ||
</data> | ||
</odoo> |