Commit Graph

104 Commits

Author SHA1 Message Date
Alexis de Lattre
0cf1a7443f [MIG] intrastat_product: Migration to 10.0
intrastat_base: Move company view params to account config page
2022-09-12 12:31:34 +02:00
luc-demeyer
f05fbd3c28 update intrastat_product 2022-09-12 12:31:34 +02:00
Alexis de Lattre
9b4ac3ad6f [FIX] intrastat_product: error message + Remove required=1
Because we can have intrastat unit that will never be mapped to an odoo unit (will always be set manually)
2022-09-12 12:31:34 +02:00
Holger Brunn
6f01d85f59 [FIX] intrastat_product: this week's ci errors + another wrong variable name 2022-09-12 12:31:34 +02:00
Alexis de Lattre
07aa9a751f [FIX+IMP] intrastat_product: Fixes and imps:
* Improve logs and messages
* total_amount is a sum of integers, so it should be an integer
* Add transport mode in computation tree view
* FIX intrastat_country for invoices without src_dest_country_id
* FIX wrong model for seach method
* Use stock_picking_invoice_link for a better identification of the intrastat region

  With this commit, we now support the following scenario: I order to my supplier a quantity of 50 kg and he delivers/invoices 52kg ; odoo will create an additional invoice line of 2kg which is linked to the stock move, but not to any PO line.
* Modularise a piece of code
* Add ACL on hs.code to financial manager (I can't do it in product_harmonized_system because it doesn't depend on account)
* Handle scenario where an invoice has products with 0 value (samples for example) and shipping costs (accessory costs) with value > 0.
2022-09-12 12:31:34 +02:00
luc-demeyer
3eb195b95b intrastat fixes 2022-09-12 12:31:34 +02:00
Alexis de Lattre
fae151b7ac [IMP+FIX] intrastat_product: Several things:
* Add product_origin_country_id on declaration/computation lines

  Copy incoterms and destination country from SO to invoice when invoicing from SO
  We need weight even when supplementary units is used
  Small cleanups and enhancements

* Add support for accessory costs

  Add default values for intrastat transaction on company
  Code cleanup

* If rounded weight is 0, put 1

  Take into account the taxes for B2C
  Small code cleanup

* Remove field exclude_from_intrastat

  Re-organise view of intrastat.product.declaration

* Add option intrastat_accessory_costs on company

  Set more fields as invisible (localisation should put them visible if they need it)
  Fix handling of suppl. units when hs_code is empty on invoice line (but set on product)
  Small usability enhancements

* Include selection of type of invoice in search, for better perf

  Isolate domain in a _prepare method, for easier inheritance
  WARNING: I changed the default selection of invoice type ; adapt it in your localization m
  odule if necessary
  Add intrastat_transaction_in_refund for company (not needed for France, but may be needed elsewhere)
  Add a log when an invoice line is skipped

* Include product code in warning msg on weight

* Inspired by the PR https://github.com/akretion/account-financial-reporting/pull/8 of Luc de Meyer
2022-09-12 12:31:34 +02:00
Luc De Meyer
21a056ee27 [IMP] intrastat_product: major update intrastat V3 modules
* add region to intrastat_product
2022-09-12 12:31:34 +02:00
Alexis de Lattre
08ffc223cd [IMP] intrastat_product: Several things:
* Update README.rst and translation files
* Add index=True on some fields on which we often search, as suggested by Yannick
* Remove description in __openerp__.py
* Move ACL from l10n_fr_intrastat_product module to intrastat_product module
* Large code re-engineering following the Akretion-Noviat code sprint on intrastat
  This code has been written both by Luc de Meyer and myself.
* Add first draft of code to generate decl lines
2022-09-12 12:31:34 +02:00
Guewen Baconnier
cf30a68dd5 display_name must be stored as it is used as _rec_name, otherwise we cant, for instance, import files with name_search 2022-09-12 12:31:34 +02:00
Alexis de Lattre
6d4f1ae57b [ADD] intrastat_product
Rename report.intrastat.product to l10n.fr.report.intrastat.product (same for service and for lines) + migration scripts

Rename field country_id to origin_country_id (TODO : write mig script) and move this field from l10n_fr_intrastat_product to intrastat_product

Move intrastat_code and uom_id of report.intrastat.code from l10n_fr_intrastat_product to intrastat_product, as discussed with Luc de Meyer

Use display_name instead of an inherit of name_get (better use of new API) Inherit write and create of intrastat codes to remove spaces (patch by Luc De Meyer from Noviat) Add O2M fields from intrastat code to products and product categs
2022-09-12 12:31:34 +02:00
OCA-git-bot
9becc44fb6 [ADD] setup.py 2022-08-03 16:07:55 +00:00
OCA-git-bot
ef86c880cb [UPD] README.rst 2022-08-03 16:07:55 +00:00
OCA-git-bot
ccc34e9d52 [UPD] addons table in README.md 2022-08-03 16:07:54 +00:00
oca-ci
9f29bea5a8 [UPD] Update product_harmonized_system.pot 2022-08-03 16:05:44 +00:00
OCA-git-bot
8e0c4aaae5 Merge PR #186 into 15.0
Signed-off-by pedrobaeza
2022-08-03 16:03:36 +00:00
Alexis de Lattre
379b73e11d [MIG] product_harmonized_system to v15
TT36971
2022-08-03 10:25:25 +02:00
Víctor Martínez
c7046838a5 [IMP] product_harmonized_system: black, isort, prettier 2022-08-02 09:21:44 +02:00
Bole
fdd3bf5533 Translated using Weblate (Croatian)
Currently translated at 10.5% (4 of 38 strings)

Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-product_harmonized_system/hr/
2022-08-02 09:21:44 +02:00
Bole
ea9f9abc7b Added translation using Weblate (Croatian) 2022-08-02 09:21:44 +02:00
Yu Weng
4b8a6204c7 [IMP] add tag 'sheet' into form view of hs.code
product_harmonized_system 14.0.2.3.0
2022-08-02 09:21:43 +02:00
Luc De Meyer
91c07f169b [14.0]intrastat - improved brexit support
[UPD] Update product_harmonized_system.pot

product_harmonized_system 14.0.2.2.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-product_harmonized_system/
2022-08-02 09:21:41 +02:00
Luc De Meyer
c4d36e79a7 [14.0]Intrastat Brexit support 2022-08-02 09:21:41 +02:00
Alexis de Lattre
4a7006746b product_harmonized_system_delivery: hs_code is now store=True
This commit is the "followup" of the change to company_dependent=False
on the fields hs_code_id on product.template and product.category.
Add groupby on hs_code_id on product.template search view
hs.code is now company_id=False by default

[UPD] Update product_harmonized_system.pot

product_harmonized_system 14.0.2.1.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-product_harmonized_system/
2022-08-02 09:21:40 +02:00
Alexis de Lattre
d97f17a82f [MIG] hs_code_id company_dependent=True to False
Migration script provided for product.template and product.category
Fixes bug #126
2022-08-02 09:21:40 +02:00
Adrià Gil Sorribes
71f4a3854f [13.0] product_harmonized_system: do not require company on hs_code model
product_harmonized_system 14.0.1.0.1
2022-08-02 09:21:39 +02:00
Alexis de Lattre
fc423c5943 Translated using Weblate (French)
Currently translated at 100.0% (36 of 36 strings)

Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-product_harmonized_system/fr/
2022-08-02 09:21:39 +02:00
Mat-moran
04cf295910 Translated using Weblate (Spanish)
Currently translated at 80.5% (29 of 36 strings)

Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-product_harmonized_system/es/
2022-08-02 09:21:39 +02:00
Alexis de Lattre
786953fa02 [MIG] product_harmonized_system to v14
[UPD] README.rst

[UPD] Update product_harmonized_system.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-product_harmonized_system/
2022-08-02 09:21:38 +02:00
Alexis de Lattre
79583cbe64 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
2022-08-02 09:21:38 +02:00
Luc De Meyer
c5ee5b54b6 [13.0][FIX]replace deprecated _company_default_get
product_harmonized_system 13.0.1.0.1

pre-commit update
2022-08-02 09:21:37 +02:00
BenjaHe
8900aeecd7 [13.0] [MIG] product harmonized system (#80)
* Large code re-engineering following the Akretion-Noviat code sprint on intrastat

This code has been written both by Luc de Meyer and myself.

* hs_code display_name fix

* major update intrastat V3 modules

* Add product_origin_country_id on declaration/computation lines

Copy incoterms and destination country from SO to invoice when invoicing from SO
We need weight even when supplementary units is used
Small cleanups and enhancements

* Add support for accessory costs

Add default values for intrastat transaction on company
Code cleanup

* this week's ci errors

* Update README.rst

Rename variables

* Port intrastat_base to v10

Set 2 other modules to uninstallable
Update README.rst: switch to new intrastat project

* Port product_harmonized_system to v10

* Fix warning on display_name

Special thanks to Pedro and Holger for finding the solution for display_name
Fix demo data

* [MIG] product_harmonized_system: Migration to 11.0

* [FIX] product_harmonized_system: fix get_hs_code_recurively

* [IMP] *: removed utf-8 headers, changed icon and site

* company model test, country model test as in v8
* png logo instead of svg, removed Python 2 utf-8 headers

* [UPD] Update product_harmonized_system.pot

* Add new module product_harmonized_system_delivery (hide native hs_code field)

Finalize port to v11

* [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

* [MIG] intrastat_product: Migration to 11.0

* Small fixes in intrastat_base
* account_tax_template

* [ADD] icon.png

* [UPD] Update product_harmonized_system.pot

* Prepare v12 branch

* [MIG] Migrate all modules from v11 to v12

* flake8

* [UPD] Update product_harmonized_system.pot

* Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-12.0/intrastat-extrastat-12.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-12-0/intrastat-extrastat-12-0-product_harmonized_system/

* [FIX] product_harmized_system DESCRIPTION.rst

* [UPD] README.rst

* [UPD] README.rst

* Added translation using Weblate (Spanish)

* Translated using Weblate (Spanish)

Currently translated at 50.0% (18 of 36 strings)

Translation: intrastat-extrastat-12.0/intrastat-extrastat-12.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-12-0/intrastat-extrastat-12-0-product_harmonized_system/es/

* [MIG] product_harmonized_system : Migration to 13.0

* [IMP] product_harmonized_system: black, isort

[UPD] README.rst

[UPD] Update product_harmonized_system.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-13.0/intrastat-extrastat-13.0-product_harmonized_system
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-13-0/intrastat-extrastat-13-0-product_harmonized_system/
2022-08-02 09:21:34 +02:00
OCA Transbot
861166569a Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-15.0/intrastat-extrastat-15.0-intrastat_base
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-15-0/intrastat-extrastat-15-0-intrastat_base/
2022-07-24 12:07:54 +00:00
OCA-git-bot
ab77b817dc [UPD] addons table in README.md 2022-07-24 12:07:41 +00:00
OCA-git-bot
88a05dc330 intrastat_base 15.0.1.0.1 2022-07-24 12:07:37 +00:00
oca-ci
9eae2e94c6 [UPD] Update intrastat_base.pot 2022-07-24 12:04:27 +00:00
OCA-git-bot
1b737e4e2a Merge PR #180 into 15.0
Signed-off-by pedrobaeza
2022-07-24 12:01:45 +00:00
Víctor Martínez
4d6a893164 [IMP] intrastat_base: Brexit support
TT37486
2022-06-14 10:34:31 +02:00
OCA-git-bot
d7647c7fdf [ADD] setup.py 2022-05-30 12:02:54 +00:00
OCA-git-bot
8b56a111eb [UPD] README.rst 2022-05-30 12:02:53 +00:00
OCA-git-bot
072a506788 [UPD] addons table in README.md 2022-05-30 12:02:52 +00:00
oca-ci
558e769f2c [UPD] Update intrastat_base.pot 2022-05-30 11:59:55 +00:00
OCA-git-bot
442eefb795 Merge PR #157 into 15.0
Signed-off-by alexis-via
2022-05-30 11:57:56 +00:00
oca-git-bot
cb88401f50 [IMP] update dotfiles [ci skip] 2022-03-30 22:37:02 +02:00
Alexis de Lattre
f99e557058 [MIG] intrastat_base to v15 2021-12-16 16:43:46 +01:00
Alexis de Lattre
e5f382a82d intrastat_base: Remove intrastat.common class 2021-12-16 16:16:41 +01:00
Denis Roussel
454037f26e [14.0][IMP] intrastat_product: Add description for fake model 2021-12-16 16:16:41 +01:00
Denis Roussel
9a87cea88b [14.0][IMP] intrastat_*: Add tests for base and for sale flows 2021-12-16 16:16:41 +01:00
Denis Roussel
cd03c1b7d0 [14.0][IMP] intrastat_*: CONTRIBUTORS.rst 2021-12-16 16:16:41 +01:00
Denis Roussel
7fad6aee3d [14.0][IMP] intrastat_base: Split models files 2021-12-16 16:16:41 +01:00