Skip to content

Commit

Permalink
Merge PR #43 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Aug 29, 2024
2 parents a5c6fbb + 3eae6a7 commit 0c776b6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 43 deletions.
7 changes: 0 additions & 7 deletions spreadsheet_oca/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ msgstr "Añadir hoja a la hoja de cálculo"
msgid "Add text"
msgstr "Añadir texto"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/spreadsheet.xml:0
#, python-format
msgid "Add to spreadesheet"
msgstr "Añadir a hoja de cálculo"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/pivot_controller.esm.js:0
Expand Down
7 changes: 0 additions & 7 deletions spreadsheet_oca/i18n/fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ msgstr ""
msgid "Add text"
msgstr ""

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/spreadsheet.xml:0
#, python-format
msgid "Add to spreadesheet"
msgstr ""

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/pivot_controller.esm.js:0
Expand Down
7 changes: 0 additions & 7 deletions spreadsheet_oca/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ msgstr "Aggiungi scheda a foglIo di calcolo"
msgid "Add text"
msgstr "Aggiungi testo"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/spreadsheet.xml:0
#, python-format
msgid "Add to spreadesheet"
msgstr "Aggiungi al foglio di calcolo"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/pivot_controller.esm.js:0
Expand Down
7 changes: 0 additions & 7 deletions spreadsheet_oca/i18n/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ msgstr "Blad toevoegen aan spreadsheet"
msgid "Add text"
msgstr "Tekst toevoegen"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/spreadsheet.xml:0
#, python-format
msgid "Add to spreadesheet"
msgstr "Toevoegen aan spreadsheet"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/pivot_controller.esm.js:0
Expand Down
7 changes: 0 additions & 7 deletions spreadsheet_oca/i18n/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ msgstr "Adicionar folha ao painel"
msgid "Add text"
msgstr "Adicionar texto"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/spreadsheet.xml:0
#, python-format
msgid "Add to spreadesheet"
msgstr "Adicionar à folha de cálculo"

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/pivot_controller.esm.js:0
Expand Down
7 changes: 0 additions & 7 deletions spreadsheet_oca/i18n/spreadsheet_oca.pot
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ msgstr ""
msgid "Add text"
msgstr ""

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/spreadsheet.xml:0
#, python-format
msgid "Add to spreadesheet"
msgstr ""

#. module: spreadsheet_oca
#. odoo-javascript
#: code:addons/spreadsheet_oca/static/src/spreadsheet/pivot_controller.esm.js:0
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet_oca/static/src/spreadsheet/spreadsheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
type="button"
class="btn btn-secondary fa fa-table o_list_export_spreadsheet"
data-tooltip="Add to spreadsheet"
aria-label="Add to spreadesheet"
aria-label="Add to spreadsheet"
t-on-click="(ev) => this.onSpreadsheetButtonClicked(ev)"
/>
</t>
Expand Down

0 comments on commit 0c776b6

Please sign in to comment.