OCA-git-bot
92f5706a10
[ADD] setup.py
2022-10-25 09:13:33 +00:00
OCA-git-bot
917b09a530
[UPD] README.rst
2022-10-25 09:13:33 +00:00
OCA-git-bot
b61620a12b
[UPD] addons table in README.md
2022-10-25 09:13:32 +00:00
oca-ci
3a6d8ac5a0
[UPD] Update base_comment_template.pot
2022-10-25 09:11:06 +00:00
OCA-git-bot
267fdbfc0a
Merge PR #664 into 16.0
...
Signed-off-by pedrobaeza
2022-10-25 09:08:51 +00:00
Weblate
53469eee69
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-16.0/reporting-engine-16.0-report_xml
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-report_xml/
2022-10-19 10:59:29 +00:00
OCA-git-bot
5a67a6ca39
[ADD] setup.py
2022-10-19 09:00:44 +00:00
OCA-git-bot
0d14a52914
[UPD] README.rst
2022-10-19 09:00:43 +00:00
OCA-git-bot
ca4a673e0c
[UPD] addons table in README.md
2022-10-19 09:00:42 +00:00
oca-ci
eb5239ca6d
[UPD] Update report_xml.pot
2022-10-19 08:58:19 +00:00
OCA-git-bot
5a734f2b11
Merge PR #663 into 16.0
...
Signed-off-by pedrobaeza
2022-10-19 08:56:37 +00:00
Du-ma
3dfa12cea0
[MIG] report_xml: Migration to 16.0
2022-10-18 13:36:50 +00:00
Achraf Mhadhbi
87f62e28e9
[MIG] base_comment_template : Migration to 16.0
2022-10-18 15:09:14 +02:00
OCA-git-bot
3bbeec189c
[UPD] README.rst
2022-10-18 11:50:12 +02:00
oca-ci
668b7d3c12
[UPD] Update base_comment_template.pot
2022-10-18 11:50:12 +02:00
Víctor Martínez
dd174895f7
[MIG] base_comment_template: Migration to 15.0
...
TT35696
2022-10-18 11:50:12 +02:00
Jesús Alan Ramos Rodríguez
36ae90bd37
[MIG] base_comment_template: Migration to 15.0
2022-10-18 11:50:12 +02:00
Enric Tobella
4bf4e511b1
[FIX] base_comment_template: Typo error
...
base_comment_template 14.0.3.0.1
2022-10-18 11:50:12 +02:00
Mihai Fekete
43942066d8
[14.0] [FIX] Fix base comment template rendering.
...
[UPD] Update base_comment_template.pot
[UPD] README.rst
base_comment_template 14.0.3.0.0
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/
2022-10-18 11:50:12 +02:00
Francesco Foresti
d0f3217ba2
Translated using Weblate (Italian)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/it/
2022-10-18 11:50:12 +02:00
Pedro Castro Silva
31ffc3187e
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/pt/
2022-10-18 11:50:12 +02:00
Víctor Martínez
f674d41680
[FIX] base_comment_template: Delete res_partner.xml view (not used now)
...
base_comment_template 14.0.2.0.1
2022-10-18 11:50:12 +02:00
João Marques
9f1bd86334
[FIX] base_comment_template: Filter domain correctly
...
1. Safe eval domain before checking if it is defined. This makes [] be "False" on the first check, and provides the proper use case for when the domain is empty
2. Use filtered_domain in record instead of a search in self. When on a compute, we are on a NewId context, so the search would always fail
TT29309
2022-10-18 11:50:12 +02:00
Víctor Martínez
6dc6322f2d
[IMP] base_comment_template: Adapt to 14.0
...
[UPD] Update base_comment_template.pot
[UPD] README.rst
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/
2022-10-18 11:50:12 +02:00
Pedro M. Baeza
42d29d64ed
[FIX] base_comment_template: Incorrect m2m column names + script + avoid FK constraint
...
- The name of the columns were swapped, so better to fix it for avoiding
mistakes due to this.
- Migration script for detecting the condition and swap column names.
- On v12 > v13 migration, include JOINs for avoiding FK constraint,
which `ON CONFLICT` clause doesn't protect.
2022-10-18 11:50:12 +02:00
Víctor Martínez
3442072bef
[IMP] base_comment_template: Refactor code and convert to Many2Many
2022-10-18 11:50:12 +02:00
Víctor Martínez
313f0eb929
[FIX] base_comment_template: Change domain in rule according to company
2022-10-18 11:50:12 +02:00
Víctor Martínez
a919336692
[FIX] base_comment_template: Fix tests: test_company_general_template
2022-10-18 11:50:12 +02:00
Víctor Martínez
02f5d5f570
[IMP] base_comment_template: Add function to get_comment_template records
2022-10-18 11:50:12 +02:00
Carlos Roca
646f4780f2
[IMP] base_comment_template: Improved sentences on fields
2022-10-18 11:50:12 +02:00
teodoralexandru@nexterp.ro
76db7b12ad
[IMP] base_comment_template: Code refactorization
2022-10-18 11:50:12 +02:00
Mihai Fekete
e2596e9c9b
[MIG] [13.0] Migrate base_comment_template from account_invoic_reporting.
2022-10-18 11:50:12 +02:00
Pierre Verkest
9fb52a9512
[MIG] base_comment_template: Migration to 14.0 add unit test
...
[UPD] Update base_comment_template.pot
[UPD] README.rst
2022-10-18 11:50:12 +02:00
Pierre Verkest
658003587b
[IMP] base_comment_template: black, isort, prettier
2022-10-18 11:50:12 +02:00
Pedro M. Baeza
a68ef0ddc0
[MIG+FIX] base_comment_template: Fix migration scripts
...
As the field was not properly converted to property at 2.0.0, the script fails to do its
job when migrating from v11, so we need to adapt the scripts to this situation.
2022-10-18 11:50:12 +02:00
Jan Prokop
6bbc44a53f
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/sk/
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/
2022-10-18 11:50:12 +02:00
Pedro Castro Silva
b834048188
Translated using Weblate (Portuguese (Portugal))
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/pt_PT/
2022-10-18 11:50:12 +02:00
Maria Sparenberg
5ce4df5322
Translated using Weblate (German)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/de/
2022-10-18 11:50:12 +02:00
Pedro M. Baeza
b4b4b14160
[FIX] base_comment_template: Make field truly company dependent
...
Previous field declaration was incorrect due to a typo, leading to non applying the
company dependent features.
Now everything is correct and the migration scripts care of moving data properly.
2022-10-18 11:50:12 +02:00
Pedro M. Baeza
93db34a1f7
[FIX] base_comment_template: Make field truly company dependent
...
Previous field declaration was incorrect due to a typo, leading to non applying the
company dependent features.
Now everything is correct and the migration scripts care of moving data properly.
2022-10-18 11:50:11 +02:00
Bole
f45d5378d7
Translated using Weblate (Croatian)
...
Currently translated at 95.2% (20 of 21 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/hr/
2022-10-18 11:50:11 +02:00
Pedro Castro Silva
72ce54f743
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/pt/
2022-10-18 11:50:11 +02:00
Rodrigo Macedo
d8dd46e40f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/pt_BR/
2022-10-18 11:50:11 +02:00
Ivan Todorovich
0d44d1d0d6
[MOV] migration script to base_comment_template
...
[UPD] README.rst
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/
2022-10-18 11:50:11 +02:00
Ivan Todorovich
e285bcbc63
[IMP] account_invoice_comment_template: Move comment_template_id field to the Invoicing tab
...
[IMP] account_invoice_comment_template: rename partner field name from comment_template_id to invoice_comment_template_id
[IMP] account_invoice_comment_template: Make partner field company_dependant and move domain definition of invoice fields from the view to the model
[MOV] account_invoice_comment_template: comment_template_id to base_comment_template
[IMP] account_invoice_comment_template: Translate templates when partner changes
2022-10-18 11:50:11 +02:00
Ivan Todorovich
9bb954ef8a
[IMP] base_comment_template multi company rules
...
[IMP] Move comment_template_id from account_invoice_comment_template and make it company_dependant
[IMP] base_comment_template: Add test
2022-10-18 11:50:11 +02:00
Rodrigo Macedo
44e9f39f06
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (15 of 15 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/pt_BR/
2022-10-18 11:50:11 +02:00
Pedro Castro Silva
de27bb9890
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (15 of 15 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/pt/
2022-10-18 11:50:11 +02:00
Yoshi Tashiro
b933c24329
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (15 of 15 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/ja/
2022-10-18 11:50:11 +02:00
Marta Vázquez Rodríguez
9de5ecece8
Translated using Weblate (Galician)
...
Currently translated at 100.0% (15 of 15 strings)
Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template/gl/
[ADD] icon.png
2022-10-18 11:50:11 +02:00