diff --git a/account_in_payment/i18n/pt.po b/account_in_payment/i18n/pt.po index a41bc2c8..61e24de1 100644 --- a/account_in_payment/i18n/pt.po +++ b/account_in_payment/i18n/pt.po @@ -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 \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" diff --git a/account_in_payment/models/account_move.py b/account_in_payment/models/account_move.py index 903f6fef..d94c30b8 100644 --- a/account_in_payment/models/account_move.py +++ b/account_in_payment/models/account_move.py @@ -6,7 +6,6 @@ from odoo.tools import config class AccountMove(models.Model): - _inherit = "account.move" @api.model diff --git a/account_in_payment/pyproject.toml b/account_in_payment/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/account_in_payment/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"