Translated using Weblate (Portuguese)
Currently translated at 100.0% (1 of 1 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_in_payment Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_in_payment/pt/pull/685/head
parent
3300594456
commit
307c15a068
|
@ -6,15 +6,17 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 16.0\n"
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"PO-Revision-Date: 2024-08-24 23:28+0000\n"
|
||||||
|
"Last-Translator: Peter Romão <peterromao@yahoo.co.uk>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: pt\n"
|
"Language: pt\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 5.6.2\n"
|
||||||
|
|
||||||
#. module: account_in_payment
|
#. module: account_in_payment
|
||||||
#: model:ir.model,name:account_in_payment.model_account_move
|
#: model:ir.model,name:account_in_payment.model_account_move
|
||||||
msgid "Journal Entry"
|
msgid "Journal Entry"
|
||||||
msgstr ""
|
msgstr "Lançamento de Diário"
|
||||||
|
|
|
@ -6,7 +6,6 @@ from odoo.tools import config
|
||||||
|
|
||||||
|
|
||||||
class AccountMove(models.Model):
|
class AccountMove(models.Model):
|
||||||
|
|
||||||
_inherit = "account.move"
|
_inherit = "account.move"
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["whool"]
|
||||||
|
build-backend = "whool.buildapi"
|
Loading…
Reference in New Issue