黎伟杰
|
78a8f9eaef
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 24.1% (41 of 170 strings)
Translation: server-tools-12.0/server-tools-12.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/zh_CN/
|
2022-12-29 11:58:53 +00:00 |
黎伟杰
|
0f3c8f7539
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 2.9% (5 of 170 strings)
Translation: server-tools-12.0/server-tools-12.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/zh_CN/
|
2022-12-29 11:58:53 +00:00 |
黎伟杰
|
daf7433089
|
Added translation using Weblate (Chinese (Simplified))
|
2022-12-29 11:58:53 +00:00 |
OCA-git-bot
|
728e7dc927
|
[UPD] README.rst
|
2022-12-29 11:58:53 +00:00 |
oca-travis
|
d204a1ef54
|
[UPD] Update excel_import_export.pot
|
2022-12-29 11:58:53 +00:00 |
Saran
|
6a84825d41
|
[12.0][FIX] excel_import_export - Style sum footer to number
|
2022-12-29 11:58:53 +00:00 |
Kitti U
|
a7eab5b2e5
|
[12.0][FIX] excel_import_export, fix wrong file name on report_action
When mark to convert xlsx to csv, csv file name is not used
|
2022-12-29 11:58:53 +00:00 |
OCA-git-bot
|
28efff53f5
|
[UPD] README.rst
|
2022-12-29 11:58:53 +00:00 |
oca-travis
|
3e86a692c9
|
[UPD] Update excel_import_export.pot
|
2022-12-29 11:58:53 +00:00 |
Kitti U
|
9a4381b015
|
[12.0][IMP] excel_import_export, excel_import_export_demo
Add report action feature and new examples
|
2022-12-29 11:58:53 +00:00 |
OCA-git-bot
|
7b23290999
|
[UPD] README.rst
|
2022-12-29 11:58:53 +00:00 |
Kitti U
|
146f20f67a
|
[12.0][FIX] excel_import_export, use sudo() to get param
|
2022-12-29 11:58:53 +00:00 |
OCA-git-bot
|
539ef90ccd
|
[UPD] README.rst
|
2022-12-29 11:58:53 +00:00 |
oca-travis
|
7397d9876a
|
[UPD] Update excel_import_export.pot
|
2022-12-29 11:58:53 +00:00 |
Kitti U
|
691ca7cd32
|
[12.0][FIX] excel_import_export
Fix Import Excel wizard, cannot download template as in v12
core Odoo prevent download default binary.
|
2022-12-29 11:58:53 +00:00 |
OCA-git-bot
|
15c24f7a6f
|
[UPD] README.rst
|
2022-12-29 11:58:53 +00:00 |
OCA-git-bot
|
98e4b27ae6
|
[ADD] icon.png
|
2022-12-29 11:58:53 +00:00 |
Kitti U
|
9f5af8c2fe
|
[12.0][FIX] excel_import_export
wrong use of dict.iteritems() for python3
|
2022-12-29 11:58:53 +00:00 |
oca-travis
|
a653d7f491
|
[UPD] Update excel_import_export.pot
|
2022-12-29 11:58:53 +00:00 |
OCA-git-bot
|
2c6027ed70
|
[UPD] README.rst
|
2022-12-29 11:58:53 +00:00 |
Kitti U
|
6e35de9a4a
|
Excel Import/Export/Report (#1522)
* [ADD] v12 excel_import_export
* Change from eval() to safe_evel()
* Change variable to format to style, as fomat is a common python function
:100644 100644 00ee3d9f... e9e48d87... M excel_import_export/models/common.py
:100644 100644 a215d29b... 5b4d1fb1... M excel_import_export/models/styles.py
:100644 100644 ace11a32... 01e5b9f5... M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f... cadfb0f2... M excel_import_export/models/xlsx_import.py
:100644 100644 58689ee5... 80490ce8... M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6... a363ad19... M excel_import_export/views/xlsx_template_view.xml
:100644 100644 475b5187... 392fe6e5... M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 4af9c519... 45ee33c6... M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3... 17d3964d... M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f... 51c2572a... M excel_import_export/models/common.py
:100644 100644 a215d29b... 5b4d1fb1... M excel_import_export/models/styles.py
:100644 100644 ace11a32... 185a3330... M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f... cadfb0f2... M excel_import_export/models/xlsx_import.py
:100644 100644 58689ee5... 80490ce8... M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6... a363ad19... M excel_import_export/views/xlsx_template_view.xml
:100644 100644 475b5187... 392fe6e5... M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 4af9c519... 45ee33c6... M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3... 933ce0dc... M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f... 51c2572a... M excel_import_export/models/common.py
:100644 100644 a215d29b... 5b4d1fb1... M excel_import_export/models/styles.py
:100644 100644 ace11a32... 185a3330... M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f... cadfb0f2... M excel_import_export/models/xlsx_import.py
:100644 100644 58689ee5... 80490ce8... M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6... a363ad19... M excel_import_export/views/xlsx_template_view.xml
:100644 100644 475b5187... 392fe6e5... M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 4af9c519... 45ee33c6... M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3 3b1217e8 M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 5b4d1fb1 M excel_import_export/models/styles.py
:100644 100644 ace11a32 185a3330 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f cadfb0f2 M excel_import_export/models/xlsx_import.py
:100644 100644 58689ee5 80490ce8 M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 475b5187 392fe6e5 M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3 fee958bc M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 5b4d1fb1 M excel_import_export/models/styles.py
:100644 100644 ace11a32 185a3330 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f cadfb0f2 M excel_import_export/models/xlsx_import.py
:100644 100644 58689ee5 80490ce8 M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 475b5187 392fe6e5 M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3 fee958bc M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 9738a3c8 M excel_import_export/models/styles.py
:100644 100644 ace11a32 a7d6adc5 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f 12f9ca99 M excel_import_export/models/xlsx_import.py
:100644 100644 70c37799 f123d2a6 M excel_import_export/models/xlsx_report.py
:100644 100644 58689ee5 578a1fd8 M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 800ea573 1807ea7e M excel_import_export/wizard/export_xlsx_wizard.py
:100644 100644 febed8d0 750dc17e M excel_import_export/wizard/import_xlsx_wizard.py
:100644 100644 475b5187 392fe6e5 M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 8e40a2d0 21574896 M excel_import_export_demo/report_sale_order/report_sale_order.py
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3 fee958bc M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 9738a3c8 M excel_import_export/models/styles.py
:100644 100644 ace11a32 c7db3f92 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f 12f9ca99 M excel_import_export/models/xlsx_import.py
:100644 100644 70c37799 f123d2a6 M excel_import_export/models/xlsx_report.py
:100644 100644 58689ee5 578a1fd8 M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 800ea573 1807ea7e M excel_import_export/wizard/export_xlsx_wizard.py
:100644 100644 febed8d0 750dc17e M excel_import_export/wizard/import_xlsx_wizard.py
:100644 100644 475b5187 392fe6e5 M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 8e40a2d0 21574896 M excel_import_export_demo/report_sale_order/report_sale_order.py
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3 fee958bc M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 9738a3c8 M excel_import_export/models/styles.py
:100644 100644 ace11a32 c7db3f92 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f 12f9ca99 M excel_import_export/models/xlsx_import.py
:100644 100644 70c37799 f123d2a6 M excel_import_export/models/xlsx_report.py
:100644 100644 58689ee5 e3826e08 M excel_import_export/models/xlsx_template.py
:000000 100644 00000000 34aa53bf A excel_import_export/tests/__init__.py
:000000 100644 00000000 18618688 A excel_import_export/tests/sale_order.xlsx
:000000 100644 00000000 c8481487 A excel_import_export/tests/test_xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 800ea573 1807ea7e M excel_import_export/wizard/export_xlsx_wizard.py
:100644 100644 febed8d0 750dc17e M excel_import_export/wizard/import_xlsx_wizard.py
:100644 100644 475b5187 392fe6e5 M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 8e40a2d0 21574896 M excel_import_export_demo/report_sale_order/report_sale_order.py
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3 fee958bc M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 9738a3c8 M excel_import_export/models/styles.py
:100644 100644 ace11a32 c7db3f92 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f 12f9ca99 M excel_import_export/models/xlsx_import.py
:100644 100644 70c37799 f123d2a6 M excel_import_export/models/xlsx_report.py
:100644 100644 58689ee5 ed8c9fc7 M excel_import_export/models/xlsx_template.py
:000000 100644 00000000 34aa53bf A excel_import_export/tests/__init__.py
:000000 100644 00000000 18618688 A excel_import_export/tests/sale_order.xlsx
:000000 100644 00000000 69aa6ea0 A excel_import_export/tests/test_xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 800ea573 1807ea7e M excel_import_export/wizard/export_xlsx_wizard.py
:100644 100644 febed8d0 750dc17e M excel_import_export/wizard/import_xlsx_wizard.py
:100644 100644 475b5187 392fe6e5 M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 8e40a2d0 21574896 M excel_import_export_demo/report_sale_order/report_sale_order.py
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:100644 100644 96157ea3 fee958bc M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 9738a3c8 M excel_import_export/models/styles.py
:100644 100644 ace11a32 c7db3f92 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f 933d8614 M excel_import_export/models/xlsx_import.py
:100644 100644 70c37799 f123d2a6 M excel_import_export/models/xlsx_report.py
:100644 100644 58689ee5 1460473a M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 800ea573 1807ea7e M excel_import_export/wizard/export_xlsx_wizard.py
:100644 100644 febed8d0 750dc17e M excel_import_export/wizard/import_xlsx_wizard.py
:100644 100644 a2d035ef 9463f279 M excel_import_export_demo/__manifest__.py
:100644 100644 475b5187 e7f1255b M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 8e40a2d0 21574896 M excel_import_export_demo/report_sale_order/report_sale_order.py
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:000000 100644 00000000 79db62f7 A excel_import_export_demo/tests/__init__.py
:000000 100644 00000000 18618688 A excel_import_export_demo/tests/sale_order.xlsx
:000000 100644 00000000 c9733b95 A excel_import_export_demo/tests/test_common.py
:000000 100644 00000000 9c943768 A excel_import_export_demo/tests/test_xlsx_import_export.py
:000000 100644 00000000 730605c1 A excel_import_export_demo/tests/test_xlsx_template.py
:100644 100644 96157ea3 fee958bc M excel_import_export/__manifest__.py
:100644 100644 00ee3d9f 51c2572a M excel_import_export/models/common.py
:100644 100644 a215d29b 9738a3c8 M excel_import_export/models/styles.py
:100644 100644 ace11a32 c7db3f92 M excel_import_export/models/xlsx_export.py
:100644 100644 881b814f 933d8614 M excel_import_export/models/xlsx_import.py
:100644 100644 70c37799 f123d2a6 M excel_import_export/models/xlsx_report.py
:100644 100644 58689ee5 1460473a M excel_import_export/models/xlsx_template.py
:100644 100644 5c9c09a6 a363ad19 M excel_import_export/views/xlsx_template_view.xml
:100644 100644 800ea573 1807ea7e M excel_import_export/wizard/export_xlsx_wizard.py
:100644 100644 febed8d0 750dc17e M excel_import_export/wizard/import_xlsx_wizard.py
:100644 100644 a2d035ef 9463f279 M excel_import_export_demo/__manifest__.py
:100644 100644 475b5187 e7f1255b M excel_import_export_demo/import_export_sale_order/templates.xml
:100644 100644 8e40a2d0 21574896 M excel_import_export_demo/report_sale_order/report_sale_order.py
:100644 100644 4af9c519 45ee33c6 M excel_import_export_demo/report_sale_order/templates.xml
:000000 100644 00000000 79db62f7 A excel_import_export_demo/tests/__init__.py
:000000 100644 00000000 18618688 A excel_import_export_demo/tests/sale_order.xlsx
:000000 100644 00000000 bb3ea32e A excel_import_export_demo/tests/test_common.py
:000000 100644 00000000 9c943768 A excel_import_export_demo/tests/test_xlsx_import_export.py
:000000 100644 00000000 730605c1 A excel_import_export_demo/tests/test_xlsx_template.py
|
2022-12-29 11:58:53 +00:00 |
Weblate
|
4c733a153a
|
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-15.0/server-tools-15.0-iap_alternative_provider
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-iap_alternative_provider/
|
2022-12-16 16:11:52 +00:00 |
OCA-git-bot
|
342ec12c20
|
[ADD] setup.py
|
2022-12-16 15:28:42 +00:00 |
OCA-git-bot
|
a12ff3a748
|
[UPD] README.rst
|
2022-12-16 15:28:41 +00:00 |
OCA-git-bot
|
095148f2b2
|
[UPD] addons table in README.md
|
2022-12-16 15:28:37 +00:00 |
oca-ci
|
0349c0c43b
|
[UPD] Update iap_alternative_provider.pot
|
2022-12-16 15:24:58 +00:00 |
OCA-git-bot
|
eacb01d137
|
Merge PR #2340 into 15.0
Signed-off-by pedrobaeza
|
2022-12-16 15:22:14 +00:00 |
OCA-git-bot
|
c03ac938a7
|
[UPD] addons table in README.md
|
2022-12-16 14:52:25 +00:00 |
OCA-git-bot
|
a6f63ff4c6
|
letsencrypt 15.0.1.0.2
|
2022-12-16 14:52:20 +00:00 |
OCA-git-bot
|
aa08e50ac6
|
Merge PR #2503 into 15.0
Signed-off-by pedrobaeza
|
2022-12-16 14:48:41 +00:00 |
Pierre Verkest
|
b602f145c7
|
[FIX] letsencrypt: freeze acme lib before version 2.0.0
This should be improved by #2502
|
2022-12-16 15:18:20 +01:00 |
Pierre Verkest
|
78ff889ce1
|
[CHG] remove server_environment dependency
Moving this behaviour in a new module in server-env repo
|
2022-12-16 13:58:29 +01:00 |
Pierre Verkest
|
7c51d70eeb
|
[IMP] add unit-tests
|
2022-12-16 13:58:29 +01:00 |
Pierre Verkest
|
1b6baffd5e
|
[MIG] iap_alternative_provider: Migration to 15.0
|
2022-12-16 13:58:29 +01:00 |
Pierre Verkest
|
f0b0927d04
|
[IMP] iap_alternative_provider: black, isort, prettier
|
2022-12-16 13:58:29 +01:00 |
Dept. Técnico
|
5468a28910
|
Added translation using Weblate (Catalan)
|
2022-12-16 13:58:29 +01:00 |
OCA-git-bot
|
7ccba88e57
|
[UPD] README.rst
|
2022-12-16 13:58:29 +01:00 |
oca-travis
|
6ed0a344d5
|
[UPD] Update iap_alternative_provider.pot
|
2022-12-16 13:58:29 +01:00 |
Sébastien BEAU
|
0a111236b7
|
[FIX] fix multicompany field
|
2022-12-16 13:58:29 +01:00 |
Pierrick Brun
|
3572ef3de2
|
[MIG] iap_alternative_provider: Migration to 14.0
|
2022-12-16 13:58:29 +01:00 |
Pierrick Brun
|
a2efa62bb5
|
[IMP] iap_alternative_provider: black, isort, prettier
|
2022-12-16 13:58:29 +01:00 |
Hendrix Costa
|
b1ea69e901
|
[IMP] iap_alternative_provider: black, isort, prettier
|
2022-12-16 13:58:29 +01:00 |
OCA-git-bot
|
f573bccbb5
|
[ADD] icon.png
|
2022-12-16 13:58:28 +01:00 |
OCA-git-bot
|
896f9c8333
|
[UPD] README.rst
|
2022-12-16 13:58:28 +01:00 |
oca-travis
|
9ea5e904a3
|
[UPD] Update iap_alternative_provider.pot
|
2022-12-16 13:58:28 +01:00 |
Sébastien BEAU
|
da4947a10c
|
[12.0][ADD] add base_iap_alternative
|
2022-12-16 13:58:28 +01:00 |
Ignacio Buioli
|
0a3dda46e1
|
Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (86 of 86 strings)
Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/es_AR/
|
2022-11-20 21:44:29 +00:00 |
Weblate
|
da7fa2fd77
|
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/
|
2022-11-18 18:04:43 +00:00 |
OCA-git-bot
|
4562f9cd5d
|
[UPD] addons table in README.md
|
2022-11-18 18:04:35 +00:00 |
OCA-git-bot
|
1fa918a1fb
|
auditlog 15.0.1.2.0
|
2022-11-18 18:04:30 +00:00 |