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
Peter Romão 2024-08-24 23:27:49 +00:00 committed by Luis Rodriguez
parent 3300594456
commit 307c15a068
3 changed files with 7 additions and 3 deletions

View File

@ -6,15 +6,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\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: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.6.2\n"
#. module: account_in_payment
#: model:ir.model,name:account_in_payment.model_account_move
msgid "Journal Entry"
msgstr ""
msgstr "Lançamento de Diário"

View File

@ -6,7 +6,6 @@ from odoo.tools import config
class AccountMove(models.Model):
_inherit = "account.move"
@api.model

View File

@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"