forked from ingadhoc/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #6 from ingadhoc/17.0
Fork Sync Branch 17.0
- Loading branch information
Showing
6 changed files
with
54 additions
and
6 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
Binary file not shown.
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,12 @@ | ||
<odoo> | ||
<record id="view_move_line_payment_tree" model="ir.ui.view"> | ||
<field name="name">account.move.line.inherit.view.tree</field> | ||
<field name="model">account.move.line</field> | ||
<field name="inherit_id" ref="account.view_move_line_payment_tree"/> | ||
<field name="arch" type="xml"> | ||
<groupby name="partner_id"> | ||
<button type="object" name="action_open_debt_report_wizard" icon="fa-file-o" title="Debt Report"/> | ||
</groupby> | ||
</field> | ||
</record> | ||
</odoo> |
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 |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
# Translators: | ||
# feg, 2024 | ||
# Gonzalo, 2024 | ||
# Juan José Scarafía <[email protected]>, 2024 | ||
# Juan José Scarafía <[email protected]>, 2025 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-01 06:55+0000\n" | ||
"POT-Creation-Date: 2025-01-07 15:05+0000\n" | ||
"PO-Revision-Date: 2023-11-23 13:23+0000\n" | ||
"Last-Translator: Juan José Scarafía <[email protected]>, 2024\n" | ||
"Last-Translator: Juan José Scarafía <[email protected]>, 2025\n" | ||
"Language-Team: Spanish (https://app.transifex.com/adhoc/teams/46451/es/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -52,6 +52,23 @@ msgstr "Grupo de cuenta" | |
msgid "Add an internal note..." | ||
msgstr "Agregar una nota interna" | ||
|
||
#. module: account_ux | ||
#: model:ir.model.fields,field_description:account_ux.field_account_account__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_bank_statement_line__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_change_currency__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_chart_template__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_group__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_invoice_report__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_journal__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_move__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_move_line__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_account_payment__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_res_company__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_res_config_settings__algolia_search | ||
#: model:ir.model.fields,field_description:account_ux.field_res_currency_rate__algolia_search | ||
msgid "Algolia Search" | ||
msgstr "Busqueda Avanzada" | ||
|
||
#. module: account_ux | ||
#: model_terms:ir.ui.view,arch_db:account_ux.view_account_invoice_tree | ||
msgid "Amount total" | ||
|