Commit Graph

474 Commits

Author SHA1 Message Date
OCA-git-bot
f468f0fe27 [BOT] post-merge updates 2024-12-11 15:39:26 +00:00
OCA-git-bot
4f80021693 Merge PR #293 into 17.0
Signed-off-by alexis-via
2024-12-11 15:35:39 +00:00
Alexis de Lattre
fc0bbf117e [FIX] intrastat_product: sale order form view
Before this fix, on the sale order form view, the field intrastat_transport_id was between incoterm and incoterm location !
2024-12-09 15:13:03 +01:00
mymage
433e8b2c5f Translated using Weblate (Italian)
Currently translated at 100.0% (34 of 34 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-product_harmonized_system/it/
2024-12-05 11:06:31 +00:00
OCA-git-bot
d251caef71 [BOT] post-merge updates 2024-12-04 09:51:08 +00:00
OCA-git-bot
fe8eb06be1 Merge PR #283 into 17.0
Signed-off-by StefanRijnhart
2024-12-04 09:47:25 +00:00
mymage
fbb532e5eb Translated using Weblate (Italian)
Currently translated at 100.0% (34 of 34 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-product_harmonized_system/it/
2024-11-26 20:06:31 +00:00
mymage
495f15bb69 Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-product_harmonized_system_stock
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-product_harmonized_system_stock/it/
2024-11-26 20:06:31 +00:00
mymage
b70fbf0036 Translated using Weblate (Italian)
Currently translated at 100.0% (277 of 277 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-intrastat_product
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-intrastat_product/it/
2024-11-26 20:06:31 +00:00
epanisset
d0dd5f627a Translated using Weblate (French)
Currently translated at 100.0% (277 of 277 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-intrastat_product
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-intrastat_product/fr/
2024-11-08 19:06:19 +00:00
epanisset
2246c16322 Translated using Weblate (French)
Currently translated at 100.0% (13 of 13 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-intrastat_product_hscodes_import
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-intrastat_product_hscodes_import/fr/
2024-11-08 19:06:19 +00:00
epanisset
d73b7f10bf Added translation using Weblate (French) 2024-11-08 17:01:13 +00:00
Pedro M. Baeza
98e1d7b2ca Merge pull request #287 from ForgeFlow/17.0-fix-intrastat_product-migration_script
[17.0][FIX]intrastat_product: fix `migrate` method params
2024-11-07 13:19:24 +01:00
GuillemCForgeFlow
5d351305a5 [FIX]intrastat_product: use env in openupgrade load_data instead of cr
As stated in https://github.com/OCA/openupgradelib/blob/master/openupgradelib/openupgrade.py#L297, the param should `env`, instead of the cursor
2024-11-07 13:12:15 +01:00
OCA-git-bot
c69fb66c55 [BOT] post-merge updates 2024-11-06 15:32:42 +00:00
OCA-git-bot
fdd793320d Merge PR #286 into 17.0
Signed-off-by pedrobaeza
2024-11-06 15:28:53 +00:00
Víctor Martínez
dbd3d9035b [IMP+FIX] intrastat_product: Improve company rules
Changes done:
- Improve performance using [('company_id', 'in', company_ids + [False])]
- Change intrastat.product.declaration rule because company_id field is required.
- Add rules for intrastat.product.declaration.line and intrastat.product.computation.line
2024-11-06 11:01:37 +01:00
mymage
f9ce5bee4a Translated using Weblate (Italian)
Currently translated at 100.0% (277 of 277 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-intrastat_product
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-intrastat_product/it/
2024-10-09 10:06:34 +00:00
OCA-git-bot
e768cae7a8 [BOT] post-merge updates 2024-10-01 22:16:11 +00:00
OCA-git-bot
2a31dbceb9 Merge PR #284 into 17.0
Signed-off-by pedrobaeza
2024-10-01 22:12:27 +00:00
Luc De Meyer
39234a7018 [IMP] intrastat_product : adapt unit tests for inheritance
This PR makes a few changes to allow the localisation modules to
inherit from the IntrastatProductCommon class.

E.g. l10n_be_intrastat_product/tests

In this module most of code lines in the unit tests can be removed
via inheritance of the IntrastatProductCommon.

Changes:

- region code '2' conflicts with the module data in l10n_be_intrastat_product
- _create_xls() should be a class method, this change allows to pass an object
  in the unit tests
2024-10-01 19:23:37 +02:00
Alexis de Lattre
ce597129ec [IMP] intrastat_product: if module product_net_weight is installed, use it
If the OCA module product_net_weight from
https://github.com/OCA/product-attribute is installed, use the field
net_weight added by this module instead of the native weight field
2024-09-30 17:57:00 +02:00
Weblate
0a22d84e5b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-intrastat_product_hscodes_import
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-intrastat_product_hscodes_import/
2024-09-26 10:43:13 +00:00
OCA-git-bot
2655b90f59 [BOT] post-merge updates 2024-09-26 06:43:18 +00:00
oca-ci
eeb07e8e4e [UPD] Update intrastat_product_hscodes_import.pot 2024-09-26 06:40:40 +00:00
OCA-git-bot
f7e2590b20 Merge PR #272 into 17.0
Signed-off-by gurneyalex
2024-09-26 06:38:21 +00:00
OCA-git-bot
4d5d9938b7 [BOT] post-merge updates 2024-09-26 06:37:56 +00:00
oca-ci
d19467248b [UPD] Update intrastat_product_generic.pot 2024-09-26 06:35:18 +00:00
OCA-git-bot
ae02c6a30a Merge PR #271 into 17.0
Signed-off-by gurneyalex
2024-09-26 06:32:53 +00:00
mymage
f1301cbdb4 Translated using Weblate (Italian)
Currently translated at 100.0% (277 of 277 strings)

Translation: intrastat-extrastat-17.0/intrastat-extrastat-17.0-intrastat_product
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-intrastat_product/it/
2024-09-16 10:06:34 +00:00
mymage
24980966d0 Added translation using Weblate (Italian) 2024-09-16 07:15:28 +00:00
Nguyen Minh Chien
f50cdd9865 [MIG] intrastat_product_hscodes_import: Migration to 17.0 2024-09-13 09:06:04 +07:00
chien
d4d7916217 [IMP] intrastat_product_hscodes_import: pre-commit auto fixes 2024-09-13 09:06:04 +07:00
mymage
1a38b8239c Translated using Weblate (Italian)
Currently translated at 100.0% (14 of 14 strings)

Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-intrastat_product_hscodes_import
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-intrastat_product_hscodes_import/it/
2024-09-13 09:06:04 +07:00
mymage
54f2837fb8 Added translation using Weblate (Italian) 2024-09-13 09:06:04 +07:00
Ivorra78
711dd73b21 Translated using Weblate (Spanish)
Currently translated at 100.0% (14 of 14 strings)

Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-intrastat_product_hscodes_import
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-intrastat_product_hscodes_import/es/
2024-09-13 09:06:04 +07:00
Ivorra78
ca5ebf9962 Added translation using Weblate (Spanish) 2024-09-13 09:06:04 +07:00
oca-ci
1569ae9a5b [UPD] Update intrastat_product_hscodes_import.pot 2024-09-13 09:06:04 +07:00
Luc De Meyer
5f6390376f [IMP] intrastat_product_hscodes_import: 2023 CN codes 2024-09-13 09:06:04 +07:00
Luc De Meyer
0cc9205e76 [IMP] hscodes import: company always visible in install wizard
Module intrastat_product_hscodes_import, install wizard:
The Company is a required field unchecking the 'Share Codes' flag.
User having access to the Configuration Wizards will now be able to set
the company field even if they do not belong to the multi-company usability
group.
2024-09-13 09:06:03 +07:00
Luc De Meyer
8bc123734e [IMP] intrastat_product_hscodes_import: simplify install wizard 2024-09-13 09:06:03 +07:00
Luc De Meyer
7840d8ab43 [MIG] intrastat_product_hscodes_import: Migration to 16.0 2024-09-13 09:06:03 +07:00
oca-ci
11275c9ee1 [UPD] Update intrastat_product_hscodes_import.pot 2024-09-13 09:06:03 +07:00
Luc De Meyer
4c5924c793 [IMP] intrastat_product_hscodes_import: improve error message 2024-09-13 09:06:03 +07:00
oca-ci
3a8768eb00 [UPD] Update intrastat_product_hscodes_import.pot 2024-09-13 09:06:03 +07:00
Jérémy Didderen
f1fbe7d5f0 [ADD] add new module intrastat_product_hscodes_import 2024-09-13 09:06:03 +07:00
Nguyen Minh Chien
963159c3dd [MIG] intrastat_product_generic: Migration to 17.0 2024-09-13 09:04:51 +07:00
chien
f6de51785e [IMP] intrastat_product_generic: pre-commit auto fixes 2024-09-13 09:04:51 +07:00
mymage
db0d4dd386 Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-intrastat_product_generic
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-intrastat_product_generic/it/
2024-09-13 09:04:51 +07:00
mymage
90bbfa422d Added translation using Weblate (Italian) 2024-09-13 09:04:51 +07:00