Commit Graph

200 Commits

Author SHA1 Message Date
Alexis de Lattre
c5eb9f5ba8 [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.
2021-02-08 14:27:58 +00:00
luc-demeyer
bbe2781fd4 intrastat fixes 2021-02-08 14:27:58 +00:00
Alexis de Lattre
6cfc6f6d8a [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
2021-02-08 14:27:58 +00:00
Luc De Meyer
63ce502f88 [IMP] intrastat_product: major update intrastat V3 modules
* add region to intrastat_product
2021-02-08 14:27:58 +00:00
Alexis de Lattre
56eee3721f [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
2021-02-08 14:27:58 +00:00
Guewen Baconnier
8a21ba50c3 display_name must be stored as it is used as _rec_name, otherwise we cant, for instance, import files with name_search 2021-02-08 14:27:58 +00:00
Alexis de Lattre
1103db84fc [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
2021-02-08 14:27:58 +00:00
OCA Transbot
e5c91e858b 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/
2021-02-01 10:30:53 +00:00
OCA Transbot
175cfe4965 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_base
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-intrastat_base/
2021-02-01 10:30:53 +00:00
OCA-git-bot
5230b12fb0 [UPD] addons table in README.md 2021-02-01 10:30:43 +00:00
OCA-git-bot
ecb70de859 intrastat_base 14.0.2.0.0 2021-02-01 10:30:33 +00:00
OCA-git-bot
be304e1786 [UPD] README.rst 2021-02-01 10:30:33 +00:00
oca-travis
605818de8f [UPD] Update product_harmonized_system.pot 2021-02-01 10:17:27 +00:00
oca-travis
b915efd88d [UPD] Update intrastat_base.pot 2021-02-01 10:17:27 +00:00
OCA-git-bot
43814b4029 Merge PR #115 into 14.0
Signed-off-by pedrobaeza
2021-02-01 10:12:11 +00:00
OCA-git-bot
376acd1bab [ADD] setup.py 2021-01-25 11:00:33 +00:00
OCA-git-bot
f6cdc4b6b5 [UPD] README.rst 2021-01-25 11:00:32 +00:00
OCA-git-bot
b6d28f906a [UPD] addons table in README.md 2021-01-25 11:00:31 +00:00
Alexis de Lattre
c4b149d33a Merge pull request #108 from akretion/14-mig-product_harmonized_system
[14.0][MIG] product_harmonized_system
2021-01-25 12:00:16 +01:00
Alexis de Lattre
2c5cbe655d intrastat_base: update USAGE.rst 2021-01-24 22:14:00 +01:00
Alexis de Lattre
b7ba7f7f51 Remove intrastat from res.country
Remove useless code from intrastat.common
2021-01-22 18:01:18 +01:00
Alexis de Lattre
1db800dac2 Add related field intrastat_fiscal_position on account.move 2021-01-05 23:42:48 +01:00
Alexis de Lattre
960f22ba52 intrastat_base: use fiscal position, following suggestion on issue #110
Improve layout of config page
2021-01-05 16:16:36 +01:00
oca-git-bot
2a51d6ffee [IMP] update dotfiles [ci skip] 2020-12-11 19:45:30 +01:00
Alexis de Lattre
0f775853ff Update maintainers key 2020-11-19 19:02:15 +01:00
Alexis de Lattre
027a2fe7e9 [MIG] product_harmonized_system_delivery to v14 2020-11-19 19:00:30 +01:00
OCA-git-bot
2036e9f8db pre-commit update 2020-11-19 18:55:19 +01:00
OCA-git-bot
ea1029b805 [UPD] README.rst 2020-11-19 18:55:19 +01:00
oca-travis
f9cc4f769d [UPD] Update product_harmonized_system_delivery.pot 2020-11-19 18:55:19 +01:00
OCA-git-bot
a23fcc1276 [UPD] README.rst 2020-11-19 18:55:19 +01:00
Guewen Baconnier
c7d01e4c8f [MIG] product_harmonized_system_delivery: Migration to 13.0 2020-11-19 18:55:19 +01:00
Guewen Baconnier
e4aef83fed [REF] product_harmonized_system_delivery: Black python code 2020-11-19 18:55:19 +01:00
oca-travis
26d3c507fa [UPD] Update product_harmonized_system_delivery.pot 2020-11-19 18:55:19 +01:00
Alexis de Lattre
609018ba71 [MIG] Migrate all modules from v11 to v12 2020-11-19 18:55:19 +01:00
Alexis de Lattre
6cb1aa59e2 Prepare v12 branch 2020-11-19 18:55:19 +01:00
OCA-git-bot
ca724784a0 [ADD] icon.png 2020-11-19 18:55:19 +01:00
Alexis de Lattre
a457bd3b1c Add new module product_harmonized_system_delivery (hide native hs_code field)
Finalize port to v11
2020-11-19 18:55:19 +01:00
Alexis de Lattre
ed0ee879b0 [MIG] product_harmonized_system to v14 2020-11-19 18:49:45 +01:00
Alexis de Lattre
46e0b75aeb [MIG] product_harmonized_system_stock to v14 2020-11-19 18:44:30 +01:00
OCA-git-bot
fd659f18d6 pre-commit update 2020-11-19 18:35:45 +01:00
OCA-git-bot
0a4b12bb27 [UPD] README.rst 2020-11-19 18:35:45 +01:00
oca-travis
2698a7f068 [UPD] Update product_harmonized_system_stock.pot 2020-11-19 18:35:45 +01:00
OCA-git-bot
aac89abf54 [UPD] README.rst 2020-11-19 18:35:45 +01:00
Guewen Baconnier
5d175ae216 [MIG] product_harmonized_system_stock: Migration to 13.0 2020-11-19 18:35:45 +01:00
Guewen Baconnier
c7bda74948 [REF] product_harmonized_system_stock: Black python code 2020-11-19 18:35:45 +01:00
oca-travis
f87b0f1f5f [UPD] Update product_harmonized_system_stock.pot 2020-11-19 18:35:45 +01:00
Alexis de Lattre
18474165eb [MIG] Migrate all modules from v11 to v12 2020-11-19 18:35:45 +01:00
Alexis de Lattre
fbd1913eee 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
2020-11-19 17:46:48 +01:00
OCA-git-bot
c9137b116b pre-commit update 2020-11-19 17:46:48 +01:00
OCA-git-bot
7ebef63daa product_harmonized_system 13.0.1.0.1 2020-11-19 17:46:48 +01:00