Denis Roussel
b86368ee7d
[IMP] intrastat_product: Better tests data
2024-03-26 17:07:51 +01:00
OCA-git-bot
0000e10a7a
intrastat_product 14.0.1.4.1
2024-03-26 17:07:51 +01:00
Luc De Meyer
264b4a4b23
cherry-pick of https://github.com/OCA/intrastat-extrastat/pull/151
2024-03-26 17:07:51 +01:00
OCA-git-bot
ab4966cb44
intrastat_product 14.0.1.4.0
2024-03-26 17:07:51 +01:00
Denis Roussel
8445de0712
[14.0][IMP] intrastat_product: Add hook for test values
2024-03-26 17:07:51 +01:00
Denis Roussel
39625cefbc
[14.0][IMP] intrastat_product: Test declaration copy
2024-03-26 17:07:51 +01:00
Denis Roussel
b1aab500e1
[14.0][IMP] intrastat_product: Add test for purchase lines
2024-03-26 17:07:51 +01:00
Denis Roussel
80e0d768cb
[14.0][IMP] intrastat_product: Add test for declaration line values
2024-03-26 17:07:51 +01:00
Denis Roussel
9d25a5d691
[14.0][IMP] intrastat_*: Add tests for base and for sale flows
2024-03-26 17:07:51 +01:00
Denis Roussel
1d524fa2c9
[14.0][IMP] intrastat_*: CONTRIBUTORS.rst
2024-03-26 17:07:51 +01:00
Denis Roussel
d4f8b89f43
[14.0][IMP] intrastat_*: Improve tests and code
2024-03-26 17:07:51 +01:00
Denis Roussel
386d6d49ad
[14.0][IMP] intrastat_product: Improve lines display
2024-03-26 17:07:51 +01:00
OCA-git-bot
4216fb4440
intrastat_product 14.0.1.3.0
2024-03-26 17:07:51 +01:00
OCA Transbot
927520627a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-intrastat_product
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-intrastat_product/
2024-03-26 17:07:51 +01:00
OCA-git-bot
6d2b703a06
intrastat_product 14.0.1.2.0
2024-03-26 17:07:51 +01:00
oca-travis
7f736bedbe
[UPD] Update intrastat_product.pot
2024-03-26 17:07:51 +01:00
Víctor Martínez
4c47a22136
[IMP] intrastat_product: Add active field to transactions.
...
TT30682
2024-03-26 17:07:51 +01:00
Alexis de Lattre
721b94deea
Translated using Weblate (French)
...
Currently translated at 87.1% (211 of 242 strings)
Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-intrastat_product
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-intrastat_product/fr/
2024-03-26 17:07:51 +01:00
Alexis de Lattre
f43dde9533
Translated using Weblate (French)
...
Currently translated at 73.1% (177 of 242 strings)
Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-intrastat_product
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-intrastat_product/fr/
2024-03-26 17:07:51 +01:00
Alexis de Lattre
963290345c
intrastat_product: improve tree view of declaration
2024-03-26 17:07:51 +01:00
OCA-git-bot
88d6481b70
intrastat_product 14.0.1.1.0
2024-03-26 17:07:51 +01:00
João Marques
4b92a51812
[FIX] intrastat_product: don't force wrong domain in moves
...
The intrastat transaction domain is already forced in the model and in the field in account.move.
It was being incorrectly forced in the move, where it needed to be associated to the same company as the record, but those types can have no company associated
TT29582
2024-03-26 17:07:51 +01:00
OCA-git-bot
e35726da94
intrastat_product 14.0.1.0.1
2024-03-26 17:07:51 +01:00
OCA-git-bot
0346bf64cc
[UPD] README.rst
2024-03-26 17:07:51 +01:00
João Marques
f9813a18de
[FIX] intrastat_product: Missed changes in migration
...
Change back from invoice.type to invoice.move_type
Update method signature and calls after the refactor in "intrastat.product.declaration"
Add some docs to explain the functionality that leads to this part of the code.
TT28080
2024-03-26 17:07:51 +01:00
OCA-git-bot
4d00a6eed3
[UPD] README.rst
2024-03-26 17:07:51 +01:00
oca-travis
1fca9aacea
[UPD] Update intrastat_product.pot
2024-03-26 17:07:51 +01:00
João Marques
6c44534e75
[IMP] intrastat_product: add support for Brexit + small performance improvement + remove universal hs_code constaint
...
Add support for post-Brexit VAT numbers with latest python-stdnum version
Remove use of country_id.intrastat
Add 'vat' field on computation and declaration lines with a simple validity check
Add 'partner_id' field on computation lines
Prevent back to draft when an XML export is present
Remove the universal constaint applied to the hs_codes for countries in the "Europe" list, as discussed in https://github.com/OCA/intrastat-extrastat/pull/116#discussion_r569735555
Co-authored-by: Alexis de Lattre <alexis.delattre@akretion.com >
2024-03-26 17:07:51 +01:00
João Marques
9573e4ff74
[MIG] intrastat_product: Migration to 14.0
...
Rename field type to declaration_type
Use the new intrastat boolean of fiscal position, following issue #110
Co-authored-by: Alexis de Lattre <alexis.delattre@akretion.com >
2024-03-26 17:07:51 +01:00
Luc De Meyer
58bffd2d5c
[13.0]invoice_date -> date
2024-03-26 17:07:51 +01:00
mreficent
bddb4731cd
[FIX] Migration fixes + full migration scripts
2024-03-26 17:07:51 +01:00
Luc De Meyer
8e95e4f88b
refactor code to allow adding transaction details while encoding invoices
2024-03-26 17:07:51 +01:00
Luc De Meyer
534bfefe3d
[13.0]fix stack trace when entering invoice line without product
2024-03-26 17:07:51 +01:00
Alexis de Lattre
9043fe4bbc
intrastat_product: Add xml_attachment_id field
...
intrastat_product: add mail.activity.mixin and widget in form view
product_harmonized_system: remove archive button (use Action menu)
All modules:
- use super() instead of super(class, self)
- Update domain_force in multi-company ir.rule to v13 standard
2024-03-26 17:07:51 +01:00
Luc De Meyer
98cfd6d1be
[13.0][FIX]invoice line hs code
2024-03-26 17:07:51 +01:00
Benjamin Henquet
9ada9a6722
[13.0][FIX] 'number' for invoice does not exist anymore the account.move has attribute 'name'
2024-03-26 17:07:51 +01:00
Luc De Meyer
33e4c33999
[MIG] intrastat_product: Migration to 13.0
2024-03-26 17:07:51 +01:00
Stéphane Bidoul (ACSONE)
058d8dca2d
[FIX] intrastat_product USAGE.rst title level
2024-03-26 17:07:51 +01:00
Luc De Meyer
3dc7656143
[12.0][FIX]fix name_get on intrastat.transaction ( #73 )
2024-03-26 17:07:51 +01:00
Daniel Duque
f89d184f8e
[FIX] Translations in intrastat_product
2024-03-26 17:07:51 +01:00
Luc De Meyer
1b2b3700d9
flake8
2024-03-26 17:07:51 +01:00
Alexis de Lattre
0345cf2f2c
[MIG] Migrate all modules from v11 to v12
2024-03-26 17:07:51 +01:00
Alexis de Lattre
a2f9083994
Prepare v12 branch
2024-03-26 17:07:51 +01:00
Pedro M. Baeza
7892f88aa1
[FIX] intrastat_product: Fix duplicated msgid string
2024-03-26 17:07:51 +01:00
Luc De Meyer
df3a9b2bf7
[MIG] intrastat_product: Migration to 11.0
...
* Small fixes in intrastat_base
* account_tax_template
2024-03-26 17:07:51 +01:00
Alexis de Lattre
f1ce0cf5e2
[FIX+IMP] intrastat_*: Several things:
...
* Add readonly on some fields when state of declaration is done
* Division by zero in computation of accessory costs
* Add FR translation
* Fix strings
* Minor code updates
2024-03-26 17:07:51 +01:00
Alexis de Lattre
59e4badb4d
Add new module product_harmonized_system_delivery (hide native hs_code field)
...
Finalize port to v11
2024-03-26 17:07:51 +01:00
luc.demeyer@noviat.com
96981a0e65
[FIX+IMP] intrastat_product: reporting level + move methods to IntrastatProductDeclaration class
2024-03-26 17:07:51 +01:00
luc.demeyer@noviat.com
f74fd57e99
[10.0][FIX]get_hs_code_recursively on product.template
2024-03-26 17:07:51 +01:00
Alexis de Lattre
40a8f07597
|FIX] Broken intrastat decl form view (was borken when you did NOT have web_sheet_full_width)
2024-03-26 17:07:51 +01:00